Q. Как сделать новую запись в блоге? A. Очень легко! Зайти в папку постов и кликнуть Add file справа вверху. И создать новый файл с именем типа YYYY-MM-DD-title-of-post.md. Структуру файла можно подглядеть в прошлых заметках. И, конечно, можно не кликать, а использовать гит. В этом случае алгоритм такой: Шаг 1. Клонировать себе репозиторий б... Read more 09 Jan 2021 - less than 1 minute read
Увы, статистические данные часто размещены в неудобном старинном вордовском формате .doc :) Ставим R пакет docxtractr. Устанавливаем LibreOffice. Находим исполняемый файл LibreOffice и указываем путь к нему. Например, под Windows это может выглядеть так: library(docxtractr) set_libreoffice_path("C:/Program Files/LibreOffice/program/sof... Read more 27 Feb 2019 - less than 1 minute read
Ниже неактуальная инструкция про blogdown :) Возни много с ним, переехали на Jekyll. Но пусть будет здесь для истории. Где что: Исходники хранятся в репозитории kassandra-ru.github.io_sources. Опубликованные страницы на kassandra-ru.github.io. Установка: Ставим пакет R blogdown Ставим hugo, blogdown::install_hugo() Создание блог... Read more 20 Jan 2019 - 2 minute read
Lagrange is a minimalist Jekyll theme. The purpose of this theme is to provide a simple, clean, content-focused blogging platform for your personal site or blog. Below you can find everything you need to get started. Getting Started Getting Started: getting started with installing Lagrange, whether you are completely new to using Jekyll, or si... Read more 01 Jan 2016 - 1 minute read
Lagrange Lagrange is a minimalist Jekyll theme for running a personal blog or site for free through Github Pages, or on your own server. Everything that you will ever need to know about this Jekyll theme is included in the README below, which you can also find in the demo site. Notable features Compatible with GitHub Pages. ... Read more 10 Oct 2015 - 11 minute read