diff --git a/content/test2.md b/content/test2.md index 65f2036..5d003e9 100644 --- a/content/test2.md +++ b/content/test2.md @@ -1,8 +1,8 @@ +++ -date = 2021-05-27 +date = 2021-06-29 sort_by = "date" +++ -# test 2 +# Ville de droite & cinéma -auie \ No newline at end of file +J’aimerais bien aller voir [Une histoire à soi](https://filmsdulosange.com/film/une-histoire-a-soi/) au cinéma, mais malheureusement, le directeur de programmation du cinéma de la ville de droite où j’habite n’a pas jugé intéressant de le diffuser. On verra si j’ai la chance de le voir ailleurs. \ No newline at end of file diff --git a/sass/style.scss b/sass/style.scss index fefee34..5c3331b 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -22,6 +22,19 @@ header h1 { font-size: 3em; } +blockquote { + background-color: #CCC7E2; + color: #050214; + padding: 1em; +} + +footer { + font-size: 0.75rem; + font-weight: 400; + text-align: center; + padding-top: 1em; +} + .main { text-align: center; align-self: center; @@ -35,13 +48,4 @@ header h1 { 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/templates/index.html b/templates/index.html index 2ba0a14..4638c67 100644 --- a/templates/index.html +++ b/templates/index.html @@ -29,5 +29,9 @@ {% endif %} {% endblock content %} + + diff --git a/templates/page.html b/templates/page.html index d230198..d4c305a 100644 --- a/templates/page.html +++ b/templates/page.html @@ -17,5 +17,4 @@ {{ page.content | safe }} - {% endblock content %} \ No newline at end of file diff --git a/theme.toml b/theme.toml new file mode 100644 index 0000000..2d7cd70 --- /dev/null +++ b/theme.toml @@ -0,0 +1,19 @@ +name = "memories" +description = "A day to day journal, to take memories" +license = "EnergyDrink License" +homepage = "" +# The minimum version of Zola required +min_version = "0.13.0" +# An optional live demo URL +demo = "https://memories.eu.org" + +# Any variable there can be overridden in the end user `config.toml` +# You don't need to prefix variables by the theme name but as this will +# be merged with user data, some kind of prefix or nesting is preferable +# Use snake_casing to be consistent with the rest of Zola +[extra] + +# The theme author info: you! +[author] +name = "June" +homepage = "https://june.lacoloc.cafe" \ No newline at end of file