diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4b396c8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +resources/ +public/ +.hugo_build.lock 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/hugo.toml index 0125b0d..b4da118 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,3 +1,5 @@ baseURL = 'https://little-emulator.org/' languageCode = 'en-us' title = 'Little Docs' + +theme = 'hextra' diff --git a/themes/hextra b/themes/hextra new file mode 160000 index 0000000..3551a56 --- /dev/null +++ b/themes/hextra @@ -0,0 +1 @@ +Subproject commit 3551a56b8cdebd38170ecb5990e17ec9130aa457