diff --git a/content/_index.md b/content/_index.md index e227e63..6d9778d 100644 --- a/content/_index.md +++ b/content/_index.md @@ -2,7 +2,5 @@ sort_by = "date" paginate_by = 1 paginate_reversed = false -template = "index.html" -page_template = "page.html" generate_feed = true +++ \ No newline at end of file diff --git a/content/test.md b/content/test.md index 1fe9649..7ae85d3 100644 --- a/content/test.md +++ b/content/test.md @@ -3,12 +3,17 @@ date = 2021-06-30 sort_by = "date" +++ -# Test +# Premier souvenir -Ceci est un test +Voilà une première note qui servira de **souvenir**. ## Memories -Voici **un souvenir**. +J’ai travaillé sur ce design en regardant une lecture de *Je suis un monstre qui vous parle*. + +![Logo de Memories, un cahier avec des pages ouvertes, monochrome](icons/noun_diary_black.svg) + +> L'OMS, et non une association TransPédéGouine Anarcoféministe, affirme aujourd'hui que "le genre typiquement décrit comme masculin et féminin est une construction sociale qui varie selon les cultures et les époques". Et elle reconnaît qu'il y a eu et il y a encore des cultures (Samoa dans le Pacifique, celles des peuples Premiers d'Amérique, les Thaïlandais traditionnels) qui utilisent des taxonomies sexuelles et de genre non-binaire, plus fluides et plus complexes que la taxonomie occidentale moderne mondialisée à partir des années 70. +> +> Paul B. Preciado -![Logo de Memories, un cahier avec des pages ouvertes, monochrome](icons/noun_diary_black.svg){:height="36px" width="36px"} \ No newline at end of file diff --git a/public/.DS_Store b/public/.DS_Store new file mode 100644 index 0000000..31898eb Binary files /dev/null and b/public/.DS_Store differ diff --git a/public/fonts/b612-regular.ttf b/public/fonts/b612-regular.ttf new file mode 100644 index 0000000..c2bd6c5 Binary files /dev/null and b/public/fonts/b612-regular.ttf differ diff --git a/public/style.css b/public/style.css index e69de29..5067b35 100644 --- a/public/style.css +++ b/public/style.css @@ -0,0 +1 @@ +:root{--font-family: 'b612';--font: 'b612', sans-serif}@font-face{font-family:'b612';src:url("fonts/b612-regular.ttf") format("truetype")}body{font-family:var(--font);color:#1D134E;background-color:#F7F7FB}img{max-width:500px}header h1{font-size:3em}.main{text-align:center;align-self:center}.content{text-align:left;max-width:650px;width:auto;display:block;margin:27px auto}blockquote{background-color:#CCC7E2;color:#050214;padding-left:3em;padding-right:2em;padding-top:0.1em;padding-bottom:0.1em} diff --git a/sass/style.scss b/sass/style.scss index e69de29..fefee34 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -0,0 +1,47 @@ +:root { + --font-family: 'b612'; + --font: 'b612', sans-serif; +} + +@font-face { + font-family: 'b612'; + src: url('fonts/b612-regular.ttf') format('truetype'); +} + +body { + font-family: var(--font); + color: #1D134E; + background-color: #F7F7FB; +} + +img { + max-width: 500px; +} + +header h1 { + font-size: 3em; +} + +.main { + text-align: center; + align-self: center; +} + +.content { + text-align: left; + max-width: 650px; + width: auto; + + display: block; + + margin: 27px auto; +} + +blockquote { + background-color: #CCC7E2; + color: #050214; + padding-left: 3em; + padding-right: 2em; + padding-top: 0.1em; + padding-bottom: 0.1em; +} \ No newline at end of file diff --git a/static/.DS_Store b/static/.DS_Store new file mode 100644 index 0000000..31898eb Binary files /dev/null and b/static/.DS_Store differ diff --git a/static/fonts/b612-regular.ttf b/static/fonts/b612-regular.ttf new file mode 100644 index 0000000..c2bd6c5 Binary files /dev/null and b/static/fonts/b612-regular.ttf differ diff --git a/templates/index.html b/templates/index.html index bd518fb..2ba0a14 100644 --- a/templates/index.html +++ b/templates/index.html @@ -6,7 +6,7 @@ {{ config.extra.author }}'s memories - + diff --git a/templates/macros/page.html b/templates/macros/page.html index e84a895..ffb49b6 100644 --- a/templates/macros/page.html +++ b/templates/macros/page.html @@ -1,6 +1,5 @@ {% macro page_info(page) %}
-
{{ page.date }}
{% if page.taxonomies.tags %}