diff --git a/_config.yml b/_config.yml index 4dd42cd..5e14e2b 100644 --- a/_config.yml +++ b/_config.yml @@ -17,7 +17,7 @@ title: Compte rendus de réunion author: Le Club Info email: club.informatique@polytech-lille.fr description: > # this means to ignore newlines until "baseurl:" - Compte-rendus des réunions du club « Le Club Info » + Compte-rendus des réunions du club « Le Club Info » lang: fr baseurl: "/cr" # the subpath of your site, e.g. /blog url: "https://clubinfo.plil.net" # the base hostname & protocol for your site, e.g. http://example.com diff --git a/_includes/footer.html b/_includes/footer.html new file mode 100644 index 0000000..916329e --- /dev/null +++ b/_includes/footer.html @@ -0,0 +1,33 @@ + diff --git a/_layouts/post.html b/_layouts/post.html index 70f4c12..20fde35 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -4,7 +4,9 @@ layout: default
+ {% if page.categories contains 'ci' %} + {% endif %}

{{ page.title | escape }}
du diff --git a/assets/logo-ci-inv.svg b/assets/logo-ci-inv.svg index e354b1c..1613b51 100644 --- a/assets/logo-ci-inv.svg +++ b/assets/logo-ci-inv.svg @@ -1,93 +1 @@ - -image/svg+xml \ No newline at end of file + \ No newline at end of file diff --git a/assets/main.scss b/assets/main.scss index 30adf2a..fc74190 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -60,3 +60,22 @@ h1, h2, h3, h4, h5, h6 { font-family: 'geosanslightregular'; } +.post-content { + h1 { + text-decoration: underline; + font-size: 32px; + } + + h2 { + font-size: 28px; + } + + h3 { + font-size: 24px; + } + + h4 { + font-size: 20px; + } +} + -- libgit2 0.21.2