diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8b4bda0 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +resources diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..185b88c --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "hugo-theme-lowtech"] + path = themes/hugo-theme-lowtech + url = https://git.weko.io/kosssi/hugo-theme-lowtech.git diff --git a/assets/styles/main.sass b/assets/styles/main.sass new file mode 100644 index 0000000..b715424 --- /dev/null +++ b/assets/styles/main.sass @@ -0,0 +1,18 @@ +html, body + min-height: 100% + background-color: #d5d5d5 + text-align: center + +h1 + font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif + font-size: 92px + padding: 80px 50px + text-align: center + text-transform: uppercase + text-rendering: optimizeLegibility + + color: #2c2c2c + + letter-spacing: .05em + text-shadow: 4px 4px 0px #d5d5d5, 7px 7px 0px rgba(0, 0, 0, 0.2) + word-wrap: break-word diff --git a/config.toml b/config.toml index 3a810af..2d3f5fe 100644 --- a/config.toml +++ b/config.toml @@ -1,3 +1,4 @@ baseURL = "https://cremeaux.fr/" languageCode = "fr-fr" title = "Cremeaux" +theme = "hugo-theme-lowtech" diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 0000000..f448503 --- /dev/null +++ b/content/_index.md @@ -0,0 +1 @@ +Site en construction