diff --git a/_config.yml b/_config.yml index 7f3e39f..8042cc1 100644 --- a/_config.yml +++ b/_config.yml @@ -1,11 +1,12 @@ # Site wide configuration -title: Site Title -locale: en_US -description: Describe your website here. +title: Brouilleurs de blanc +locale: fr_BE +description: un groupe. de l'encre, de la terre et de la lumière. un thème qui se déploie au gré des lettres, des mots et des images. du blanc qui prend forme au fil des rêveries qui se croisent, se mélangent et se répondent. + logo: site-logo.png -search: true -url: http://localhost:4000 +search: false +url: http://brouilleursdeblanc.org # Jekyll configuration @@ -31,9 +32,9 @@ exclude: ["lib", "config.rb", "Capfile", "config", "log", "Rakefile", "Rakefile. # Site owner owner: - name: Your Name + name: Brouilleurs de blanc avatar: bio-photo.jpg - email: you@email.com + email: info@brouilleursdeblanc.org disqus-shortname: twitter: #username facebook: #username diff --git a/_data/authors.yml b/_data/authors.yml index d49d88b..4842863 100644 --- a/_data/authors.yml +++ b/_data/authors.yml @@ -1,20 +1,9 @@ # Authors -billy_rick: - name: Billy Rick - web: http://thewhip.com - email: billy@rick.com - bio: "What do you want, jewels? I am a very extravagant man." +adulau: + name: Alexandre Dulaunoy + web: http://www.foo.be/ + email: a@foo.be + bio: "I do stuff and I break stuff." avatar: bio-photo-2.jpg - twitter: extravagantman - google: - plus: BillyRick - -cornelius_fiddlebone: - name: Cornelius Fiddlebone - email: cornelius@thewhip.com - bio: "I ordered what?" - avatar: bio-photo.jpg - twitter: rhymeswithsackit - google: - plus: CorneliusFiddlebone \ No newline at end of file + twitter: adulau diff --git a/_data/navigation.yml b/_data/navigation.yml index a1973eb..f26c151 100644 --- a/_data/navigation.yml +++ b/_data/navigation.yml @@ -1,19 +1,13 @@ # Site navigation links -- title: About +- title: / + url: / + +- title: à propos url: /about/ -- title: Articles +- title: expositions url: /articles/ -- title: Blog - url: /blog/ - -- title: Theme Setup - url: /theme-setup/ - -- title: Made Mistakes - url: http://mademistakes.com - -- title: Search - url: /search/ \ No newline at end of file +- title: Contact + url: /contact/ diff --git a/_includes/footer.html b/_includes/footer.html index ba1f741..165214e 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,6 +1,6 @@ {% if site.owner.google.ad-client and site.owner.google.ad-slot %}{% include ad-footer.html %}{% endif %} -© {{ site.time | date: '%Y' }} {{ site.owner.name }}. Powered by Jekyll using the So Simple Theme. +© {{ site.time | date: '%Y' }} {{ site.owner.name }}.
{% if site.owner.twitter %}{% endif %} {% if site.owner.facebook %}{% endif %} diff --git a/_posts/articles/2011-03-10-sample-post.md b/_posts/articles/2011-03-10-sample-post.md deleted file mode 100644 index 24c1cb4..0000000 --- a/_posts/articles/2011-03-10-sample-post.md +++ /dev/null @@ -1,96 +0,0 @@ ---- -layout: post -title: Sample Post -excerpt: "Just about everything you'll need to style in the theme: headings, paragraphs, blockquotes, tables, code blocks, and more." -modified: 2013-05-31 -categories: articles -tags: [sample-post] -image: - feature: so-simple-sample-image-1.jpg - credit: WeGraphics - creditlink: http://wegraphics.net/downloads/free-ultimate-blurred-background-pack/ -comments: true -share: true ---- - -Below is just about everything you'll need to style in the theme. Check the source code to see the many embedded elements within paragraphs. - -# Heading 1 - -## Heading 2 - -### Heading 3 - -#### Heading 4 - -##### Heading 5 - -###### Heading 6 - -### Body text - -Lorem ipsum dolor sit amet, test link adipiscing elit. **This is strong**. Nullam dignissim convallis est. Quisque aliquam. - -![Smithsonian Image]({{ site.url }}/images/3953273590_704e3899d5_m.jpg) -{: .pull-right} - -*This is emphasized*. Donec faucibus. Nunc iaculis suscipit dui. 53 = 125. Water is H2O. Nam sit amet sem. Aliquam libero nisi, imperdiet at, tincidunt nec, gravida vehicula, nisl. The New York Times (That’s a citation). Underline. Maecenas ornare tortor. Donec sed tellus eget sapien fringilla nonummy. Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus. - -HTML and CSS are our tools. Mauris a ante. Suspendisse quam sem, consequat at, commodo vitae, feugiat in, nunc. Morbi imperdiet augue quis tellus. Praesent mattis, massa quis luctus fermentum, turpis mi volutpat justo, eu volutpat enim diam eget metus. - -### Blockquotes - -> Lorem ipsum dolor sit amet, test link adipiscing elit. Nullam dignissim convallis est. Quisque aliquam. - -## List Types - -### Ordered Lists - -1. Item one - 1. sub item one - 2. sub item two - 3. sub item three -2. Item two - -### Unordered Lists - -* Item one -* Item two -* Item three - -## Tables - -| Header1 | Header2 | Header3 | -|:--------|:-------:|--------:| -| cell1 | cell2 | cell3 | -| cell4 | cell5 | cell6 | -|---- -| cell1 | cell2 | cell3 | -| cell4 | cell5 | cell6 | -|===== -| Foot1 | Foot2 | Foot3 | -{: .table} - -## Code Snippets - -Syntax highlighting via Pygments and Rouge - -{% highlight css %} -#container { - float: left; - margin: 0 -240px 0 0; - width: 100%; -} -{% endhighlight %} - -Non Pygments/Rouge code example - -
-

This is great isn't it?

-
- -## Buttons - -Make any link standout more when applying the `.btn` class. - -
This is a button
diff --git a/_posts/articles/2012-05-22-readability-post.md b/_posts/articles/2012-05-22-readability-post.md deleted file mode 100644 index 4f180ec..0000000 --- a/_posts/articles/2012-05-22-readability-post.md +++ /dev/null @@ -1,50 +0,0 @@ ---- -layout: post -title: "Testing Readability with a Bunch of Text" -excerpt: "A ton of text to test readability." -categories: articles -tags: [sample-post, readability, test, intro] -image: - feature: so-simple-sample-image-2.jpg - credit: WeGraphics - creditlink: http://wegraphics.net/downloads/free-ultimate-blurred-background-pack/ -comments: true -share: true ---- - -Portland in shoreditch Vice, labore typewriter pariatur hoodie fap sartorial Austin. Pinterest literally occupy Schlitz forage. Odio ad blue bottle vinyl, 90's narwhal commodo bitters pour-over nostrud. Ugh est hashtag in, fingerstache adipisicing laboris esse Pinterest shabby chic Portland. Shoreditch bicycle rights anim, flexitarian laboris put a bird on it vinyl cupidatat narwhal. Hashtag artisan skateboard, flannel Bushwick nesciunt salvia aute fixie do plaid post-ironic dolor McSweeney's. Cliche pour-over chambray nulla four loko skateboard sapiente hashtag. - -Vero laborum commodo occupy. Semiotics voluptate mumblecore pug. Cosby sweater ullamco quinoa ennui assumenda, sapiente occupy delectus lo-fi. Ea fashion axe Marfa cillum aliquip. Retro Bushwick keytar cliche. Before they sold out sustainable gastropub Marfa readymade, ethical Williamsburg skateboard brunch qui consectetur gentrify semiotics. Mustache cillum irony, fingerstache magna pour-over keffiyeh tousled selfies. - -## Cupidatat 90's lo-fi authentic try-hard - -In pug Portland incididunt mlkshk put a bird on it vinyl quinoa. Terry Richardson shabby chic +1, scenester Tonx excepteur tempor fugiat voluptate fingerstache aliquip nisi next level. Farm-to-table hashtag Truffaut, Odd Future ex meggings gentrify single-origin coffee try-hard 90's. - -* Sartorial hoodie -* Labore viral forage -* Tote bag selvage -* DIY exercitation et id ugh tumblr church-key - -Incididunt umami sriracha, ethical fugiat VHS ex assumenda yr irure direct trade. Marfa Truffaut bicycle rights, kitsch placeat Etsy kogi asymmetrical. Beard locavore flexitarian, kitsch photo booth hoodie plaid ethical readymade leggings yr. - -Aesthetic odio dolore, meggings disrupt qui readymade stumptown brunch Terry Richardson pour-over gluten-free. Banksy american apparel in selfies, biodiesel flexitarian organic meh wolf quinoa gentrify banjo kogi. Readymade tofu ex, scenester dolor umami fingerstache occaecat fashion axe Carles jean shorts minim. Keffiyeh fashion axe nisi Godard mlkshk dolore. Lomo you probably haven't heard of them eu non, Odd Future Truffaut pug keytar meggings McSweeney's Pinterest cred. Etsy literally aute esse, eu bicycle rights qui meggings fanny pack. Gentrify leggings pug flannel duis. - -## Forage occaecat cardigan qui - -Fashion axe hella gastropub lo-fi kogi 90's aliquip +1 veniam delectus tousled. Cred sriracha locavore gastropub kale chips, iPhone mollit sartorial. Anim dolore 8-bit, pork belly dolor photo booth aute flannel small batch. Dolor disrupt ennui, tattooed whatever salvia Banksy sartorial roof party selfies raw denim sint meh pour-over. Ennui eu cardigan sint, gentrify iPhone cornhole. - -> Whatever velit occaecat quis deserunt gastropub, leggings elit tousled roof party 3 wolf moon kogi pug blue bottle ea. Fashion axe shabby chic Austin quinoa pickled laborum bitters next level, disrupt deep v accusamus non fingerstache. - -Tote bag asymmetrical elit sunt. Occaecat authentic Marfa, hella McSweeney's next level irure veniam master cleanse. Sed hoodie letterpress artisan wolf leggings, 3 wolf moon commodo ullamco. Anim occupy ea labore Terry Richardson. Tofu ex master cleanse in whatever pitchfork banh mi, occupy fugiat fanny pack Austin authentic. Magna fugiat 3 wolf moon, labore McSweeney's sustainable vero consectetur. Gluten-free disrupt enim, aesthetic fugiat jean shorts trust fund keffiyeh magna try-hard. - -## Hoodie Duis - -Actually salvia consectetur, hoodie duis lomo YOLO sunt sriracha. Aute pop-up brunch farm-to-table odio, salvia irure occaecat. Sriracha small batch literally skateboard. Echo Park nihil hoodie, aliquip forage artisan laboris. Trust fund reprehenderit nulla locavore. Stumptown raw denim kitsch, keffiyeh nulla twee dreamcatcher fanny pack ullamco 90's pop-up est culpa farm-to-table. Selfies 8-bit do pug odio. - -### Thundercats Ho! - -Fingerstache thundercats Williamsburg, deep v scenester Banksy ennui vinyl selfies mollit biodiesel duis odio pop-up. Banksy 3 wolf moon try-hard, sapiente enim stumptown deep v ad letterpress. Squid beard brunch, exercitation raw denim yr sint direct trade. Raw denim narwhal id, flannel DIY McSweeney's seitan. Letterpress artisan bespoke accusamus, meggings laboris consequat Truffaut qui in seitan. Sustainable cornhole Schlitz, twee Cosby sweater banh mi deep v forage letterpress flannel whatever keffiyeh. Sartorial cred irure, semiotics ethical sed blue bottle nihil letterpress. - -Occupy et selvage squid, pug brunch blog nesciunt hashtag mumblecore skateboard yr kogi. Ugh small batch swag four loko. Fap post-ironic qui tote bag farm-to-table american apparel scenester keffiyeh vero, swag non pour-over gentrify authentic pitchfork. Schlitz scenester lo-fi voluptate, tote bag irony bicycle rights pariatur vero Vice freegan wayfarers exercitation nisi shoreditch. Chambray tofu vero sed. Street art swag literally leggings, Cosby sweater mixtape PBR lomo Banksy non in pitchfork ennui McSweeney's selfies. Odd Future Banksy non authentic. - -Aliquip enim artisan dolor post-ironic. Pug tote bag Marfa, deserunt pour-over Portland wolf eu odio intelligentsia american apparel ugh ea. Sunt viral et, 3 wolf moon gastropub pug id. Id fashion axe est typewriter, mlkshk Portland art party aute brunch. Sint pork belly Cosby sweater, deep v mumblecore kitsch american apparel. Try-hard direct trade tumblr sint skateboard. Adipisicing bitters excepteur biodiesel, pickled gastropub aute veniam. \ No newline at end of file diff --git a/_posts/articles/2013-05-22-sample-post-images.md b/_posts/articles/2013-05-22-sample-post-images.md deleted file mode 100644 index df05bc9..0000000 --- a/_posts/articles/2013-05-22-sample-post-images.md +++ /dev/null @@ -1,67 +0,0 @@ ---- -layout: post -title: "A Post with Images" -excerpt: "Examples and code for displaying images in posts." -categories: articles -tags: [sample-post, images, test] -comments: true -share: true ---- - -Here are some examples of what a post with images might look like. If you want to display two or three images next to each other responsively use `figure` with the appropriate `class`. Each instance of `figure` is auto-numbered and displayed in the caption. - -## Figures (for images or video) - -### One Up - -
- image -
Morning Fog Emerging From Trees by A Guy Taking Pictures, on Flickr.
-
- -### Two Up - -Apply the `half` class like so to display two images side by side that share the same caption. - -{% highlight html %} -
- image - image -
Caption describing these two images.
-
-{% endhighlight %} - -And you'll get something that looks like this: - -
- image - image - image - image -
Two images.
-
- -### Three Up - -Apply the `third` class like so to display three images side by side that share the same caption. - -{% highlight html %} -
- image - image - image -
Caption describing these three images.
-
-{% endhighlight %} - -And you'll get something that looks like this: - -
- image - image - image - image - image - image -
Three images.
-
\ No newline at end of file diff --git a/_posts/articles/2013-05-23-readability-feature-post.md b/_posts/articles/2013-05-23-readability-feature-post.md deleted file mode 100644 index 413e5a9..0000000 --- a/_posts/articles/2013-05-23-readability-feature-post.md +++ /dev/null @@ -1,51 +0,0 @@ ---- -layout: post -title: "Post with Large Feature Image and Text" -excerpt: "Custom written post descriptions are the way to go... if you're not lazy." -categories: articles -tags: [sample-post, readability] -modified: 2013-06-30 -image: - feature: so-simple-sample-image-3.jpg - credit: WeGraphics - creditlink: http://wegraphics.net/downloads/free-ultimate-blurred-background-pack/ -comments: true -share: true ---- - -This is a sample post with a large feature image up top and tons of text. Odio ad blue bottle vinyl, 90's narwhal commodo bitters pour-over nostrud. Ugh est hashtag in, fingerstache adipisicing laboris esse Pinterest shabby chic Portland. Shoreditch bicycle rights anim, flexitarian laboris put a bird on it vinyl cupidatat narwhal. Hashtag artisan skateboard, flannel Bushwick nesciunt salvia aute fixie do plaid post-ironic dolor McSweeney's. Cliche pour-over chambray nulla four loko skateboard sapiente hashtag. - -Vero laborum commodo occupy. Semiotics voluptate mumblecore pug. Cosby sweater ullamco quinoa ennui assumenda, sapiente occupy delectus lo-fi. Ea fashion axe Marfa cillum aliquip. Retro Bushwick keytar cliche. Before they sold out sustainable gastropub Marfa readymade, ethical Williamsburg skateboard brunch qui consectetur gentrify semiotics. Mustache cillum irony, fingerstache magna pour-over keffiyeh tousled selfies. - -## Cupidatat 90's lo-fi authentic try-hard - -In pug Portland incididunt mlkshk put a bird on it vinyl quinoa. Terry Richardson shabby chic +1, scenester Tonx excepteur tempor fugiat voluptate fingerstache aliquip nisi next level. Farm-to-table hashtag Truffaut, Odd Future ex meggings gentrify single-origin coffee try-hard 90's. - -* Sartorial hoodie -* Labore viral forage -* Tote bag selvage -* DIY exercitation et id ugh tumblr church-key - -Incididunt umami sriracha, ethical fugiat VHS ex assumenda yr irure direct trade. Marfa Truffaut bicycle rights, kitsch placeat Etsy kogi asymmetrical. Beard locavore flexitarian, kitsch photo booth hoodie plaid ethical readymade leggings yr. - -Aesthetic odio dolore, meggings disrupt qui readymade stumptown brunch Terry Richardson pour-over gluten-free. Banksy american apparel in selfies, biodiesel flexitarian organic meh wolf quinoa gentrify banjo kogi. Readymade tofu ex, scenester dolor umami fingerstache occaecat fashion axe Carles jean shorts minim. Keffiyeh fashion axe nisi Godard mlkshk dolore. Lomo you probably haven't heard of them eu non, Odd Future Truffaut pug keytar meggings McSweeney's Pinterest cred. Etsy literally aute esse, eu bicycle rights qui meggings fanny pack. Gentrify leggings pug flannel duis. - -## Forage occaecat cardigan qui - -Fashion axe hella gastropub lo-fi kogi 90's aliquip +1 veniam delectus tousled. Cred sriracha locavore gastropub kale chips, iPhone mollit sartorial. Anim dolore 8-bit, pork belly dolor photo booth aute flannel small batch. Dolor disrupt ennui, tattooed whatever salvia Banksy sartorial roof party selfies raw denim sint meh pour-over. Ennui eu cardigan sint, gentrify iPhone cornhole. - -> Whatever velit occaecat quis deserunt gastropub, leggings elit tousled roof party 3 wolf moon kogi pug blue bottle ea. Fashion axe shabby chic Austin quinoa pickled laborum bitters next level, disrupt deep v accusamus non fingerstache. - -Tote bag asymmetrical elit sunt. Occaecat authentic Marfa, hella McSweeney's next level irure veniam master cleanse. Sed hoodie letterpress artisan wolf leggings, 3 wolf moon commodo ullamco. Anim occupy ea labore Terry Richardson. Tofu ex master cleanse in whatever pitchfork banh mi, occupy fugiat fanny pack Austin authentic. Magna fugiat 3 wolf moon, labore McSweeney's sustainable vero consectetur. Gluten-free disrupt enim, aesthetic fugiat jean shorts trust fund keffiyeh magna try-hard. - -## Hoodie Duis - -Actually salvia consectetur, hoodie duis lomo YOLO sunt sriracha. Aute pop-up brunch farm-to-table odio, salvia irure occaecat. Sriracha small batch literally skateboard. Echo Park nihil hoodie, aliquip forage artisan laboris. Trust fund reprehenderit nulla locavore. Stumptown raw denim kitsch, keffiyeh nulla twee dreamcatcher fanny pack ullamco 90's pop-up est culpa farm-to-table. Selfies 8-bit do pug odio. - -### Thundercats Ho! - -Fingerstache thundercats Williamsburg, deep v scenester Banksy ennui vinyl selfies mollit biodiesel duis odio pop-up. Banksy 3 wolf moon try-hard, sapiente enim stumptown deep v ad letterpress. Squid beard brunch, exercitation raw denim yr sint direct trade. Raw denim narwhal id, flannel DIY McSweeney's seitan. Letterpress artisan bespoke accusamus, meggings laboris consequat Truffaut qui in seitan. Sustainable cornhole Schlitz, twee Cosby sweater banh mi deep v forage letterpress flannel whatever keffiyeh. Sartorial cred irure, semiotics ethical sed blue bottle nihil letterpress. - -Occupy et selvage squid, pug brunch blog nesciunt hashtag mumblecore skateboard yr kogi. Ugh small batch swag four loko. Fap post-ironic qui tote bag farm-to-table american apparel scenester keffiyeh vero, swag non pour-over gentrify authentic pitchfork. Schlitz scenester lo-fi voluptate, tote bag irony bicycle rights pariatur vero Vice freegan wayfarers exercitation nisi shoreditch. Chambray tofu vero sed. Street art swag literally leggings, Cosby sweater mixtape PBR lomo Banksy non in pitchfork ennui McSweeney's selfies. Odd Future Banksy non authentic. - -Aliquip enim artisan dolor post-ironic. Pug tote bag Marfa, deserunt pour-over Portland wolf eu odio intelligentsia american apparel ugh ea. Sunt viral et, 3 wolf moon gastropub pug id. Id fashion axe est typewriter, mlkshk Portland art party aute brunch. Sint pork belly Cosby sweater, deep v mumblecore kitsch american apparel. Try-hard direct trade tumblr sint skateboard. Adipisicing bitters excepteur biodiesel, pickled gastropub aute veniam. \ No newline at end of file diff --git a/_posts/articles/2013-06-25-video-post.md b/_posts/articles/2013-06-25-video-post.md deleted file mode 100644 index fdd5a57..0000000 --- a/_posts/articles/2013-06-25-video-post.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -layout: post -title: "A Post with a Video" -excerpt: "Custom written post descriptions are the way to go... if you're not lazy." -categories: articles -tags: [sample-post, video] -comments: true -share: true ---- - - - -Video embeds are responsive and scale with the width of the main content block with the help of [FitVids](http://fitvidsjs.com/). - -Not sure if this only effects Kramdown or if it's an issue with Markdown in general. But adding YouTube video embeds causes errors when building your Jekyll site. To fix add a space between the ` -{% endhighlight %} - -And here's a Vimeo embed for testing purposes. - - \ No newline at end of file diff --git a/_posts/articles/2013-08-12-sample-link-post.md b/_posts/articles/2013-08-12-sample-link-post.md deleted file mode 100644 index f91e80a..0000000 --- a/_posts/articles/2013-08-12-sample-link-post.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -layout: post -title: "Sample Link Post" -excerpt: "Example and code for using link posts." -categories: articles -tags: [sample-post, link-post] -link: http://mademistakes.com ---- - -So Simple Theme now supports **link posts**, made famous by John Gruber. To activate just add `link: http://url-you-want-linked` to the post's YAML front matter and you're done. \ No newline at end of file diff --git a/_posts/articles/2013-08-16-code-highlighting-post.md b/_posts/articles/2013-08-16-code-highlighting-post.md deleted file mode 100644 index 208184b..0000000 --- a/_posts/articles/2013-08-16-code-highlighting-post.md +++ /dev/null @@ -1,120 +0,0 @@ ---- -layout: post -title: Syntax Highlighting Post -excerpt: "Demo post displaying the various ways of highlighting code in Markdown." -categories: articles -tags: [sample-post, code, highlighting] -image: - feature: so-simple-sample-image-5.jpg - credit: WeGraphics - creditlink: http://wegraphics.net/downloads/free-ultimate-blurred-background-pack/ -comments: true -share: true ---- - -Syntax highlighting is a feature that displays source code, in different colors and fonts according to the category of terms. This feature facilitates writing in a structured language such as a programming language or a markup language as both structures and syntax errors are visually distinct. Highlighting does not affect the meaning of the text itself; it is intended only for human readers.[^1] - -[^1]: - -### Pygments or Rouge Code Blocks - -To modify styling and highlight colors edit `/_sass/_syntax.scss`. - -{% highlight css %} -#container { - float: left; - margin: 0 -240px 0 0; - width: 100%; -} -{% endhighlight %} - -{% highlight html %} -{% raw %} - -{% endraw %} -{% endhighlight %} - -{% highlight ruby %} -module Jekyll - class TagIndex < Page - def initialize(site, base, dir, tag) - @site = site - @base = base - @dir = dir - @name = 'index.html' - self.process(@name) - self.read_yaml(File.join(base, '_layouts'), 'tag_index.html') - self.data['tag'] = tag - tag_title_prefix = site.config['tag_title_prefix'] || 'Tagged: ' - tag_title_suffix = site.config['tag_title_suffix'] || '–' - self.data['title'] = "#{tag_title_prefix}#{tag}" - self.data['description'] = "An archive of posts tagged #{tag}." - end - end -end -{% endhighlight %} - - -### Standard Code Block - - {% raw %} - - {% endraw %} - - -### Fenced Code Blocks - -To modify styling and highlight colors edit `/_sass/_coderay.scss`. Line numbers and a few other things can be modified in `_config.yml`. Consult [Jekyll's documentation](http://jekyllrb.com/docs/configuration/) for more information. - -~~~ css -#container { - float: left; - margin: 0 -240px 0 0; - width: 100%; -} -~~~ - -~~~ html -{% raw %}{% endraw %} -~~~ - -~~~ ruby -module Jekyll - class TagIndex < Page - def initialize(site, base, dir, tag) - @site = site - @base = base - @dir = dir - @name = 'index.html' - self.process(@name) - self.read_yaml(File.join(base, '_layouts'), 'tag_index.html') - self.data['tag'] = tag - tag_title_prefix = site.config['tag_title_prefix'] || 'Tagged: ' - tag_title_suffix = site.config['tag_title_suffix'] || '–' - self.data['title'] = "#{tag_title_prefix}#{tag}" - self.data['description'] = "An archive of posts tagged #{tag}." - end - end -end -~~~ \ No newline at end of file diff --git a/_posts/articles/2014-06-19-author-override.md b/_posts/articles/2014-06-19-author-override.md deleted file mode 100644 index 76e880f..0000000 --- a/_posts/articles/2014-06-19-author-override.md +++ /dev/null @@ -1,49 +0,0 @@ ---- -layout: post -title: "Override Author Byline Test Post" -excerpt: "An article to test overriding the default site author." -categories: articles -tags: [sample-post, readability, test] -author: billy_rick -comments: true -share: true -image: - feature: so-simple-sample-image-7.jpg - credit: WeGraphics - creditlink: http://wegraphics.net/downloads/free-ultimate-blurred-background-pack/ ---- - -For those of you who may have content written by multiple authors on your site you can now assign different authors to each post if desired. - -Previously the theme used a global author for the entire site and those attributes would be used in all bylines, social networking links, Twitter Card attribution, and Google Authorship. These `owner` variables were defined in `config.yml` - -Start by modifying or creating a new `authors.yml` file in the `_data` folder and add your authors using the following format. - -{% highlight yaml %} -# Authors - -billy_rick: - name: Billy Rick - web: http://thewhip.com - email: billy@rick.com - bio: "What do you want, jewels? I am a very extravagant man." - avatar: bio-photo-2.jpg - twitter: extravagantman - google: - plus: BillyRick - -cornelius_fiddlebone: - name: Cornelius Fiddlebone - email: cornelius@thewhip.com - bio: "I ordered what?" - avatar: bio-photo.jpg - twitter: rhymeswithsackit - google: - plus: CorneliusFiddlebone -{% endhighlight %} - -To assign Billy Rick as an author for our post. You'd add the following YAML front matter to a post: - -{% highlight yaml %} -author: billy_rick -{% endhighlight %} \ No newline at end of file diff --git a/_posts/articles/2014-09-06-Exposition-en-mouvement.md b/_posts/articles/2014-09-06-Exposition-en-mouvement.md new file mode 100644 index 0000000..c92320c --- /dev/null +++ b/_posts/articles/2014-09-06-Exposition-en-mouvement.md @@ -0,0 +1,23 @@ +--- +layout: post +title: "Exposition en mouvement, d'encre, de terre et de lumière à Virton" +excerpt: "Exposition en mouvement, d'encre, de terre et de lumière à Virton" +categories: articles +tags: [exposition, virton] +comments: false +share: true +--- + +Exposition en mouvement, d'encre, de terre et de lumière à Virton. Samedi 06/09/2014 et dimanche 07/09/2014. + + +
+ image + image + image + image + image + image + image +
Les affiches de l'exposition 2014
+
diff --git a/_posts/blog/2014-08-08-hello-world.md b/_posts/blog/2014-08-08-hello-world.md deleted file mode 100644 index 5a069b0..0000000 --- a/_posts/blog/2014-08-08-hello-world.md +++ /dev/null @@ -1,33 +0,0 @@ ---- -layout: post -title: "Hello World" -modified: -categories: blog -excerpt: -tags: [] -image: - feature: -date: 2014-08-08T15:39:55-04:00 ---- - -You'll find this post in your `_posts` directory - edit this post and re-build (or run with the `-w` switch) to see your changes! -To add new posts, simply add a file in the `_posts` directory that follows the convention: YYYY-MM-DD-name-of-post.ext. - -## Sample Heading - -### Sample Heading 2 - -Jekyll also offers powerful support for code snippets: - -{% highlight ruby %} -def print_hi(name) - puts "Hi, #{name}" -end -print_hi('Tom') -#=> prints 'Hi, Tom' to STDOUT. -{% endhighlight %} - -Check out the [Jekyll docs][jekyll] for more info on how to get the most out of Jekyll. File all bugs/feature requests at [Jekyll's GitHub repo][jekyll-gh]. - -[jekyll-gh]: https://github.com/jekyll/jekyll -[jekyll]: http://jekyllrb.com diff --git a/about/index.md b/about/index.md index b575e7b..f823294 100644 --- a/about/index.md +++ b/about/index.md @@ -1,26 +1,28 @@ --- layout: page -title: About the Jekyll Theme -excerpt: "So Simple is a responsive Jekyll theme for your words and images." -modified: 2014-08-08T19:44:38.564948-04:00 +title: à propos des brouilleurs de blanc +excerpt: "à propos des brouilleurs de blanc" +modified: 2015-05-03T19:44:38.564948-04:00 image: - feature: so-simple-sample-image-4.jpg - credit: WeGraphics - creditlink: http://wegraphics.net/downloads/free-ultimate-blurred-background-pack/ + feature: masoif.jpg + credit: Alexandre Dulaunoy + creditlink: https://www.flickr.com/photos/adulau/14994494530/ --- -Looking for a simple, responsive, theme for your Jekyll powered blog? Well look no further. Here be **So Simple Theme**, the follow up to [**Minimal Mistakes**](http://mmistakes.github.io/minimal-mistakes) --- by designer slash illustrator [Michael Rose](http://mademistakes.com). +## collectif "brouilleurs de blanc" -## So Simple Theme is all about: +un groupe. +de l'encre, de la terre et de la lumière. +un thème qui se déploie au gré des lettres, des mots et des images. +du blanc qui prend forme au fil des rêveries qui se croisent, se mélangent et se répondent. -* Responsive templates. Looking good on mobile, tablet, and desktop. -* Gracefully degrading in older browsers. Compatible with Internet Explorer 9+ and all modern browsers. -* Minimal embellishments and subtle animations. -* Optional large feature images for posts and pages. -* [Custom 404 page]({{ site.url }}/404.html) to get you started. -* [Simple site search](https://github.com/christian-fei/Simple-Jekyll-Search) -* Support for Disqus Comments +## Membres -Install So Simple Theme +* stéphane alfonsi, calligraphie +* vitoriano garcia, calligraphie +* julie bonnefond, calligraphie +* béatrice rongvaux, calligraphie +* bernadette delforge, croquis +* véronique leukers, céramique +* alexandre dulaunoy, photographie -[^1]: Example: *domain.com/category-name/post-title* \ No newline at end of file diff --git a/articles/index.md b/articles/index.md index eace562..ebfb419 100644 --- a/articles/index.md +++ b/articles/index.md @@ -1,7 +1,7 @@ --- layout: page -title: Sample Articles -excerpt: "An archive of articles sorted by date." +title: Expositions +excerpt: "Expositions passées et futures." search_omit: true --- diff --git a/contact/index.md b/contact/index.md new file mode 100644 index 0000000..cc830c0 --- /dev/null +++ b/contact/index.md @@ -0,0 +1,17 @@ +--- +layout: page +title: "Contact" +date: +modified: +excerpt: +image: + feature: +search_omit: true +sitemap: false +--- + +Si vous désirez prendre contact avec le collectif "brouilleurs de blanc": + +~~~~ +collectif @ brouilleursdeblanc org +~~~~ diff --git a/images/masoif.jpg b/images/masoif.jpg new file mode 100644 index 0000000..55295b0 Binary files /dev/null and b/images/masoif.jpg differ diff --git a/images/site-logo.png b/images/site-logo.png index 59c7a10..0e2cfd6 100644 Binary files a/images/site-logo.png and b/images/site-logo.png differ diff --git a/index.html b/index.html index e6d517f..b500c4d 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@ --- layout: page -title: Latest Posts -excerpt: "A simple and clean responsive Jekyll theme for words and photos." +title: Expositions +excerpt: "Expositions passées et futures" search_omit: true --- @@ -9,4 +9,4 @@ search_omit: true {% for post in site.posts limit:10 %}
  • {% endfor %} - \ No newline at end of file + diff --git a/search/index.md b/search/index.md deleted file mode 100644 index 541d7cb..0000000 --- a/search/index.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -layout: page -title: "Search" -date: -modified: -excerpt: -image: - feature: -search_omit: true -sitemap: false ---- - - - - - -
    - result(s) found for “”. -
    -
      - - -