Theme it with hyde
2 files changed, 4 insertions(+), 0 deletions(-)
changed files
A .gitmodules
@@ -0,0 +1,3 @@ +[submodule "themes/hyde"] + path = themes/hyde + url = git://github.com/alanpearce/hyde.git
M config.toml → config.toml
@@ -1,3 +1,4 @@ baseurl = "/" languageCode = "en-gb" title = "Alan Pearce" +theme = "hyde"