mirror of
https://github.com/adulau/brouilleursdeblanc.git
synced 2024-11-21 17:47:10 +00:00
Fixes issue #1
This commit is contained in:
parent
16bed68a85
commit
3c203de5de
2 changed files with 5 additions and 5 deletions
|
@ -56,7 +56,7 @@ Most of the variables found here are used in the .html files found in `_includes
|
|||
|
||||
#### Owner/Author Information
|
||||
|
||||
Change your name, and avatar photo (200x200 pixels or larger), email, and social networking urls. If you want to link to an external image on Gravatar or something similiar you'll need to edit the path in `head.html` since it assumes it is located in `\images`.
|
||||
Change your name, and avatar photo (200x200 pixels or larger), email, and social networking urls. If you want to link to an external image on Gravatar or something similiar you'll need to edit the path in `head.html` since it assumes it is located in `/images`.
|
||||
|
||||
Including a link to your Google+ profile has the added benefit of displaying [Google Authorship](https://plus.google.com/authorship) in Google search results if you've went ahead and applied for it.
|
||||
|
||||
|
|
|
@ -50,7 +50,7 @@ Most of the variables found here are used in the .html files found in `_includes
|
|||
|
||||
#### Owner/Author Information
|
||||
|
||||
Change your name, and avatar photo (200x200 pixels or larger), email, and social networking urls. If you want to link to an external image on Gravatar or something similiar you'll need to edit the path in `head.html` since it assumes it is located in `\images`.
|
||||
Change your name, and avatar photo (200x200 pixels or larger), email, and social networking urls. If you want to link to an external image on Gravatar or something similiar you'll need to edit the path in `head.html` since it assumes it is located in `/images`.
|
||||
|
||||
Including a link to your Google+ profile has the added benefit of displaying [Google Authorship](https://plus.google.com/authorship) in Google search results if you've went ahead and applied for it.
|
||||
|
||||
|
@ -145,8 +145,8 @@ To make things easier I use LESS to build So Simple Theme's stylesheets. If you
|
|||
// --------------------------------------------------
|
||||
@body-color : #ebebeb;
|
||||
@text-color : #333;
|
||||
@base-color : #343434;
|
||||
@comp-color : spin(@base-color, 180);
|
||||
@base-color : #343434;
|
||||
@comp-color : spin(@base-color, 180);
|
||||
@border-color : @base-color;
|
||||
@white : #fff;
|
||||
@black : #000;
|
||||
|
@ -164,4 +164,4 @@ This theme is free and open source software, distributed under the [GNU General
|
|||
|
||||
If you'd like to give me credit somewhere on your blog or tweet a shout out to [@mmistakes](https://twitter.com/mmistakes), that would be pretty sweet.
|
||||
|
||||
[^1]: Used to generate absolute urls in *sitemap.xml*, *feed.xml*, and for canonical urls in *head.html*. Don't include a trailing `\` in your base url ie: http://mademistakes.com. When developing locally remove or comment out this line so local css, js, and images are used.
|
||||
[^1]: Used to generate absolute urls in *sitemap.xml*, *feed.xml*, and for canonical urls in *head.html*. Don't include a trailing `/` in your base url ie: http://mademistakes.com. When developing locally remove or comment out this line so local CSS, JS, and image assets are used.
|
Loading…
Reference in a new issue