mirror of
https://github.com/adulau/brouilleursdeblanc.git
synced 2024-11-23 02:27:13 +00:00
Update
This commit is contained in:
parent
2ee8c7378d
commit
d6b84263d6
2 changed files with 15 additions and 16 deletions
28
README.md
28
README.md
|
@ -47,21 +47,21 @@ General notes and suggestions for customizing So Simple Theme.
|
|||
3. Set the following variables in your `config.yml` file:
|
||||
|
||||
``` yaml
|
||||
title: Site Title
|
||||
description: Site description for the metas.
|
||||
logo: site-logo.png
|
||||
disqus_shortname: shortname
|
||||
title:
|
||||
description:
|
||||
logo:
|
||||
disqus_shortname:
|
||||
search: true
|
||||
# Your site's domain goes here. When working locally use localhost server leave blank
|
||||
# Your site's domain goes here. When working locally use localhost server
|
||||
# PS. If you set this wrong stylesheets and scripts won't load and most links will break.
|
||||
# PPS. If you leave it blank for local testing home links won't work, they'll be fine for live domains though.
|
||||
url: http://localhost:4000
|
||||
|
||||
# Owner/author information
|
||||
owner:
|
||||
name: Your Name
|
||||
avatar: your-photo.jpg
|
||||
email: your@email.com
|
||||
name:
|
||||
avatar:
|
||||
email:
|
||||
# Social networking links used in footer. Update and remove as you like.
|
||||
twitter:
|
||||
facebook:
|
||||
|
@ -89,10 +89,11 @@ links:
|
|||
url: http://google.com
|
||||
external: true
|
||||
|
||||
# http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
|
||||
timezone: America/New_York
|
||||
pygments: true
|
||||
markdown: kramdown
|
||||
highlighter: pygments
|
||||
markdown: kramdown
|
||||
|
||||
gems:
|
||||
- jekyll-sitemap
|
||||
|
||||
# https://github.com/mojombo/jekyll/wiki/Permalinks
|
||||
permalink: /:categories/:title/
|
||||
|
@ -127,8 +128,7 @@ so-simple-theme/
|
|||
├── about.md #about page
|
||||
├── articles.html #lists all posts from latest to oldest
|
||||
├── index.html #homepage. lists 10 latest posts
|
||||
├── tags.html #lists all posts sorted by tag
|
||||
└── sitemap.xml #autogenerated sitemap for search engines
|
||||
└── tags.html #lists all posts sorted by tag
|
||||
```
|
||||
|
||||
---
|
||||
|
|
|
@ -115,8 +115,7 @@ so-simple-theme/
|
|||
├── about.md #about page
|
||||
├── articles.html #lists all posts from latest to oldest
|
||||
├── index.html #homepage. lists 10 latest posts
|
||||
├── tags.html #lists all posts sorted by tag
|
||||
└── sitemap.xml #autogenerated sitemap for search engines
|
||||
└── tags.html #lists all posts sorted by tag
|
||||
{% endhighlight %}
|
||||
|
||||
---
|
||||
|
|
Loading…
Reference in a new issue