Skip to content
Snippets Groups Projects
Commit d7e88f56 authored by Eloi Perdereau's avatar Eloi Perdereau
Browse files

fixes and cleaning

parent 46a4f08e
No related branches found
No related tags found
1 merge request!5Big fat update, mostly cms configuration
......@@ -26,6 +26,7 @@ baseurl : # the subpath of your site, e.g. "/blog"
repository : # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes"
teaser : # path of fallback teaser image, e.g. "/assets/images/500x300.png"
logo : &logo "/assets/images/authors-logo/indien-petit.png"
banner : "/assets/images/puget-fleuri.png"
masthead_title : # overrides the website title displayed in the masthead, use " " for no title
breadcrumbs : true # true, false (default)
words_per_minute : 200
......
......@@ -3,7 +3,7 @@
{% capture overlay_title %}true{% endcapture %}
{% capture overlay_text %}{{ page.header.description }}{% endcapture %}
{% capture overlay_actions %}false{% endcapture %}
{% capture img_path %}{{ author.banner }}{% endcapture %}
{% capture img_path %}{{ author.banner | default: site.banner }}{% endcapture %}
{% else %}
{% capture header_type %}{{ page.header.type }}{% endcapture %}
......@@ -64,7 +64,7 @@
{% if page.header.color %}
background-color: {{ page.header.color | default: 'transparent' }};
{% endif %}
{% if page.header.overlay_image %}
{% if img_path %}
background-image:
{% if overlay_filter %}
linear-gradient({{ overlay_filter }},
......
......@@ -26,7 +26,7 @@ layout: default
{% if page.last_modified_at %}<meta itemprop="dateModified" content="{{ page.last_modified_at | date: "%B %d, %Y" }}">{% endif %}
<div class="page__inner-wrap">
{% unless page.has_header %}
{% unless page.header.type == 'overlay' or page.header.type == 'default' %}
<header>
{% if page.title %}<h1 id="page-title" class="page__title" itemprop="headline">{{ page.title | markdownify | remove: "<p>" | remove: "</p>" }}</h1>{% endif %}
{% if page.read_time %}
......
---
title: Agenda
description: Agenda commun luminy.org
has_header: false
header:
type: default
---
<iframe
......
......@@ -3,7 +3,7 @@ last_modified_at: 2019-11-24T19:12:07.000+00:00
toc: true
has_header: true
header:
type: overlay
type: default
overlay_title: true
show_text: description
color: "#AC6B6B"
......
---
title: Le CCL
no_title: true
has_header: true
header:
image: assets/images/banniere-ccl-intime.png
type: image
fixed_image: assets/images/banniere-ccl-intime.png
---
## Le CCL, c'est nous ! C'est vous ! C'est tous ceux qui ont envie de faire, de partager et de proposer pour que bouge ce campus !
......
---
title: Jardin Universitaire de Luminy
menu:
header:
title: Les pages du jardin
weight: 1
identifier: jardin
has_header: true
toc: true
header:
type: default
---
# c'est le jardin
......
---
title: Les paniers bio !
last_modified_at: 2019-11-18T14:16:10.453Z
overlay_image: assets/images/banniere-bulles.png
classes: wide
menu:
footer:
weight: 3
title: Les paniers bio
jardin:
weight: 1
has_header: true
header:
type: default
---
Tous les jeudis, les paniers marseillais proposent des produits bio en direct de chez les producteurs ; légumes, fruits, œufs, pain, jus, vin, huile, olives, fruits secs, vinaigre, viande, fromages, ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment