From ea6bf320703c71db94d52f3dc0c607c0977b4cca Mon Sep 17 00:00:00 2001 From: Simon C Date: Thu, 2 Jul 2020 11:01:36 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20Ajout=20de=20la=20premi=C3=A8re=20page?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + .gitmodules | 3 +++ assets/styles/main.sass | 18 ++++++++++++++++++ config.toml | 1 + content/_index.md | 1 + 5 files changed, 24 insertions(+) create mode 100644 .gitignore create mode 100644 .gitmodules create mode 100644 assets/styles/main.sass create mode 100644 content/_index.md 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