diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..4d81b35 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/hugo-bearcub"] + path = themes/hugo-bearcub + url = https://github.com/clente/hugo-bearcub diff --git a/hugo.yaml b/hugo.yaml index 7ef3a40..737e553 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -1,11 +1,24 @@ --- baseURL: https://ctrlz.es/ languageCode: es-es -title: ControlZ -theme: clean +title: ctrlz +theme: hugo-bearcub +copyright: CC BY-SA 4.0 +defaultContentLanguage: es disableHugoGeneratorInject: true enableEmoji: true +enableRobotsTXT: true + +languages: + es: + title: ctrlz + languageName: es-ES + LanguageCode: es + contentDir: content + params: + madeWith: 'Made with :heart_decoration: and Open Source' + menus: main: - name: Inicio @@ -21,14 +34,3 @@ params: mastodon: https://social.ctrlz.es/@mgdelacroix author: name: Miguel de la Cruz - -outputs: - home: - - html - section: - - html - - rss - taxonomy: - - html - term: - - html diff --git a/themes/hugo-bearcub b/themes/hugo-bearcub new file mode 160000 index 0000000..bd5d81f --- /dev/null +++ b/themes/hugo-bearcub @@ -0,0 +1 @@ +Subproject commit bd5d81f18c0fdb9be3506af5a984cac64fae81f2