diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..dd62212 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/hextra"] + path = themes/hextra + url = https://github.com/imfing/hextra.git diff --git a/hugo.toml b/config/_default/hugo.toml similarity index 83% rename from hugo.toml rename to config/_default/hugo.toml index 0d4d3c0..a38a0ae 100644 --- a/hugo.toml +++ b/config/_default/hugo.toml @@ -1,3 +1,5 @@ baseURL = 'https://little-emulator.org/' languageCode = 'en-us' title = 'Little Emulator' + +theme = 'hextra' diff --git a/themes/hextra b/themes/hextra new file mode 160000 index 0000000..b8f617f --- /dev/null +++ b/themes/hextra @@ -0,0 +1 @@ +Subproject commit b8f617f1b0e4c4cb4c7ae4034986b27e1fe970e2