diff --git a/.gitmodules b/.gitmodules index e69de29..1f293d7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/dose"] + path = themes/dose + url = https://github.com/oltdaniel/dose.git diff --git a/config.toml b/config.toml index 48ca807..4763520 100644 --- a/config.toml +++ b/config.toml @@ -7,13 +7,24 @@ compile_sass = true # Whether to build a search index to be used later on by a JavaScript library build_search_index = true -#theme="anemone" # TODO: Make this theme work when building GH pages. +theme = "dose" + +taxonomies = [ + { name = "tags", paginate_by = 5, feed = true }, +] [markdown] # Whether to do syntax highlighting # Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola highlight_code = true +highlight_theme = "visual-studio-dark" [extra] # Put all your custom variables here -# twitter_card = false # Used for anemone +social_media = [ + { name = "GitHub", url = "https://github.com/IPlayZed" }, + { name = "LinkedIn", url = "https://www.linkedin.com/in/balazs-borcsok-ptr/" }, + { name = "StackOverflow", url = "https://stackoverflow.com/users/10653163/bal%c3%a1zs-b%c3%b6rcs%c3%b6k", rel = "me" }, + { name = "Cloud", url = "https://amazingmonkey.ddns.net" } +] +default_theme = "light" diff --git a/content/blog/_index.md b/content/blog/_index.md new file mode 100644 index 0000000..8bc0069 --- /dev/null +++ b/content/blog/_index.md @@ -0,0 +1,3 @@ ++++ +sort_by = "date" ++++ diff --git a/content/blog/hello-blog.md b/content/blog/hello-blog.md new file mode 100644 index 0000000..5bdf1af --- /dev/null +++ b/content/blog/hello-blog.md @@ -0,0 +1,10 @@ ++++ +title = "Starting my blog" +date = 2024-01-08 +updated = 2024-01-08 +description = "the first blogpost" +[taxonomies] +tags = ["hello-world", "zola"] ++++ + +My main problem with learning about computers is that I never got to *really* tell anyone about it diff --git a/templates/parts/me.html b/templates/parts/me.html new file mode 100644 index 0000000..161383c --- /dev/null +++ b/templates/parts/me.html @@ -0,0 +1,2 @@ + +

Hi, this is me. I write about tech, programming and engineering.

diff --git a/themes/dose b/themes/dose new file mode 160000 index 0000000..cd84a10 --- /dev/null +++ b/themes/dose @@ -0,0 +1 @@ +Subproject commit cd84a109bd412889978fbaace24e8f6dac738a58