Пророчества

Кассандры весёлый блог

Q. Как сделать новую запись в блоге? A. Очень легко! Зайти в папку постов и кликнуть Add file справа вверху. И создать новый файл с именем типа YYYY-MM-DD-title-of-post.md. Структуру файла можно подглядеть в прошлых заметках. И, конечно, можно не кликать, а использовать гит. В этом случае алгоритм такой: Шаг 1. Клонировать себе репозиторий б... Read more

Импортируем doc

Увы, статистические данные часто размещены в неудобном старинном вордовском формате .doc :) Ставим R пакет docxtractr. Устанавливаем LibreOffice. Находим исполняемый файл LibreOffice и указываем путь к нему. Например, под Windows это может выглядеть так: library(docxtractr) set_libreoffice_path("C:/Program Files/LibreOffice/program/sof... Read more

Мини инструкция из пакета blogdown

Ниже неактуальная инструкция про blogdown :) Возни много с ним, переехали на Jekyll. Но пусть будет здесь для истории. Где что: Исходники хранятся в репозитории kassandra-ru.github.io_sources. Опубликованные страницы на kassandra-ru.github.io. Установка: Ставим пакет R blogdown Ставим hugo, blogdown::install_hugo() Создание блог... Read more

Welcome to Lagrange!

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

Getting Started

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