Skip to content

matysek/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

43e08e2 · Sep 23, 2021

History

13 Commits
Aug 6, 2021
Aug 6, 2021
Sep 23, 2021
Aug 6, 2021
Aug 6, 2021
Aug 6, 2021
Aug 6, 2021
Sep 23, 2021
Sep 7, 2021
Sep 23, 2021

Repository files navigation

blog

https://matysek.github.io/blog/

This is the code for my blog! It's built using hugo

Development

$ 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published