feat: Ajout de la première page
This commit is contained in:
parent
25ec9ce12d
commit
ea6bf32070
|
@ -0,0 +1 @@
|
|||
resources
|
|
@ -0,0 +1,3 @@
|
|||
[submodule "hugo-theme-lowtech"]
|
||||
path = themes/hugo-theme-lowtech
|
||||
url = https://git.weko.io/kosssi/hugo-theme-lowtech.git
|
|
@ -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
|
|
@ -1,3 +1,4 @@
|
|||
baseURL = "https://cremeaux.fr/"
|
||||
languageCode = "fr-fr"
|
||||
title = "Cremeaux"
|
||||
theme = "hugo-theme-lowtech"
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Site en construction
|
Loading…
Reference in New Issue