Personal blog.
Available on alkihis.fr.
This blog is based on Hexo.
docker-compose build blog
docker-compose run blog yarn
docker-compose up blog
Server is exposed on localhost:5001
.
docker-compose exec blog yarn hexo new post "Article name"
# You might need to change owner of file
sudo chown <user>:<user> source/_posts/<article-slug>.md
If you have hexo installed on your system (npm i -g hexo-cli
).
hexo new post "Article name"