commit 2833448fd9dcfcd8fda60594f53035eea9dded36 Author: wacked Date: Sun Nov 3 21:33:05 2019 +0100 config changes (enable projects, bla bla) diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..799fb1e --- /dev/null +++ b/.gitmodules @@ -0,0 +1,4 @@ +[submodule "themes/minimal-no-third-party"] + path = themes/minimal-no-third-party + #url = https://github.com/calintat/minimal.git + diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..6a55eca --- /dev/null +++ b/config.toml @@ -0,0 +1,53 @@ +baseURL = "http://wacked.codes/" +languageCode = "en-us" +title = "wacked's useless page" +theme = "minimal-no-third-party" + +[params] + author = "Calin Tataru" + description = "Personal blog theme powered by Hugo" + githubUsername = "#" + accent = "red" + showBorder = true + backgroundColor = "white" + highlight = true + highlightStyle = "default" + highlightLanguages = [] + +[[menu.main]] + url = "/" + name = "Home" + weight = 1 + +[[menu.main]] + url = "/about/" + name = "About" + weight = 2 + +[[menu.main]] + url = "/posts/" + name = "Posts" + weight = 3 + +[[menu.main]] + url = "/projects/" + name = "Projects" + weight = 4 + +# Social icons to be shown on the right-hand side of the navigation bar. +# The "name" field should match the name of the icon in my theme + +[[menu.icon]] + url = "mailto:me@example.com" + name = "email" + weight = 1 + +[[menu.icon]] + url = "http://vcs.wacked.codes/" + name = "git" + weight = 2 + +[[menu.icon]] + url = "https://twitter.com/username/" + name = "twitter" + weight = 3