abulimov / abulimov.github.io

my blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sources for bulimov.me site

Uses Hugo static site generator

Setting things up

  • Install hugo 0.80+
  • Install ghp-import using pip3 install ghp-import

Adding new content

Post

hugo new post/some-slug.md

Picture

Install 'Wand' module for python with pip3 install Wand, and use provided script: ./add_img.py /path/to/new/file_1.jpg /path/to/new/file_2.jpg

Refreshing reviews

./upd_reviews.py /path/to/notes/*.md

Linting

Install Vale, run make check

Publishing

make github

License

by-sa Creative Commons Attribution-ShareAlike 4.0 International License, except where indicated otherwise.

About

my blog


Languages

Language:Python 70.5%Language:Makefile 20.0%Language:HTML 9.5%