https://matysek.github.io/blog/
This is the code for my blog! It's built using hugo
$ git clone [email protected]:matysek/blog
$ cd blog
$ git submodule init
$ git submodule update # to get the hugo theme
$ make dev # serve wiht draft mode on
$ make # to build site for prod
To get the latest ananke hugo theme
$ cd themes/ananke
$ git pull --rebase --verbose
If there are new commits, there will be changes in themes/ananke
according to
this blog git repository like this
diff --git a/themes/ananke b/themes/ananke
index 2d6a91d..ce48112 160000
--- a/themes/ananke
+++ b/themes/ananke
@@ -1 +1 @@
-Subproject commit 2d6a91d48a283ef1fea71c149ee3c570627d2ae3
+Subproject commit ce48112de29f91330ec4da2bfb7ed14d0ee1a19f
To create a blog post copy a template to content/posts
like this
cp blogpost-template.md content/posts/MY_NEW_BLOGPOST.md
Directories
docs
contain static html files that are served as blog.content/posts
contain Markdown files for blog posts