diff --git a/Gemfile.lock b/Gemfile.lock index 3c043af..676b0bf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -50,7 +50,7 @@ DEPENDENCIES minima (~> 2.0) RUBY VERSION - ruby 2.3.3p222 + ruby 2.4.0p0 BUNDLED WITH - 1.13.6 + 1.14.6 diff --git a/_config.yml b/_config.yml index 5e14e2b..901c8f6 100644 --- a/_config.yml +++ b/_config.yml @@ -13,16 +13,39 @@ # you will see them accessed via {{ site.title }}, {{ site.email }}, and so on. # You can create any custom variable you would like, and they will be accessible # in the templates via {{ site.myvariable }}. -title: Compte rendus de réunion +title: Le Club Info 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 » + Site internet du club « Le Club Info » lang: fr -baseurl: "/cr" # the subpath of your site, e.g. /blog +baseurl: "" # 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 -twitter_username: LeClubInfo -github_username: ClubInfoPolytechLille +facebook_link: "https://www.facebook.com/clubinfo.polytechlille/" +github_link: "https://github.com/ClubInfoPolytechLille" + +collections: + crs: + output: true + permalink: /cr/:year/:month/:day/:title.html + tutos: + output: true + bureaux: + +defaults: + - scope: + path: "" + values: + layout: page + - scope: + type: crs + values: + title: "Compte-rendu de réunion" + layout: cr + - scope: + type: tutos + values: + layout: tuto # Build settings markdown: kramdown diff --git a/_layouts/page.html b/_layouts/page.html new file mode 100644 index 0000000..dfdad92 --- /dev/null +++ b/_layouts/page.html @@ -0,0 +1,14 @@ +--- +layout: default +--- + +
+ + {% if page.show_title != false %} +

{{ page.title }}

+ {% endif %} + + {{content}} + +
+ diff --git a/about.md b/about.md deleted file mode 100644 index 7f03b04..0000000 --- a/about.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -layout: page -title: À propos -permalink: /about/ ---- - -Vous trouverez ici les compte-rendus des réunions du club « Le Club Info », club d'informatique du BDE de l'école d'ingénieurs Polytech Lille. diff --git a/assets/main.scss b/assets/main.scss index fc74190..d3bb979 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -56,7 +56,7 @@ $on-laptop: 800px; font-weight: normal; } -h1, h2, h3, h4, h5, h6 { +.site-title, h1, h2, h3, h4, h5, h6 { font-family: 'geosanslightregular'; } @@ -79,3 +79,19 @@ h1, h2, h3, h4, h5, h6 { } } +.main-image { + max-width: 300px; + border-radius: 5px; + margin: auto; + display: block; +} + +.footer-col-1 { + width: -webkit-calc(40% - (#{$spacing-unit} / 2)); + width: calc(40% - (#{$spacing-unit} / 2)); +} + +.footer-col-2 { + width: -webkit-calc(60% - (#{$spacing-unit} / 2)); + width: calc(60% - (#{$spacing-unit} / 2)); +} diff --git a/index.md b/index.md index 1eb5d67..99be81e 100644 --- a/index.md +++ b/index.md @@ -1,6 +1,15 @@ --- -# You don't need to edit this file, it's empty on purpose. -# Edit theme's home layout instead if you wanna make some changes -# See: https://jekyllrb.com/docs/themes/#overriding-theme-defaults -layout: home +title: Accueil +show_title: false --- + +Logo du Club Info + +# Qui sommes-nous ? +Le Club Info est un club du BDE de Polytech Lille où nous faisons de l'informatique en tout genre. Petit et gros projets de programmation, démontage et réparation de PC, discussion et partage de connaissances, tout le monde peut y trouver son compte, qu'il soit débutant ou confirmé ! + +# Comment nous contacter ? +Tu es curieux ou tu souhaiterais avoir de l'aide pour un problème ? + +Tu peux nous envoyer un message sur [notre page Facebook]({{ site.facebook_link }}) ou bien nous [envoyer un mail](mailto:{{ site.email }}), ou alors passer pendant notre rassemblement qui a lieu chaque mercredi midi dans la salle E303. + -- libgit2 0.21.2