brume 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -5
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2aaf4ef9f22cbad28fbade2a0e0aa185adfd93ee
4
- data.tar.gz: 98e10f68539faf7a3ded8623f551fafba2039021
3
+ metadata.gz: 4d5d63e02a62369a001d793bb85d06ad0f55ae45
4
+ data.tar.gz: e7e3a3fb3e95da9f86e7fd9dbb7ee09486039e94
5
5
  SHA512:
6
- metadata.gz: af8f9e422366736e5375f4c13f952c9f37eabf6a8099a7b6a7506a22174874a31120e6c2d51dd44637a1735cdaf2926e0019f20134f11d6de02551cb01ef5e71
7
- data.tar.gz: e6bced4df8283adad827510669acbf0ffc438dfa9b842ac069e4efd7d926c5baa01c5dbfe15ef2a1d757793424c51957c83dcb2ab06c6221b05871759a507a74
6
+ metadata.gz: 77c8679087748f17901a2cdcd870d5d72936385e801eccef1e2fdfe0ad6da530cfcd8089c1f6273676eb11f5bc4c8d148edd08d1268306df491e3c2058d951cb
7
+ data.tar.gz: 4b9d1ffe86cb3f024f7e0f18bc830810b65c30d74ec9a6065554ba7a32f190826293e04b5d1670dc198af17da17c5019f83625a2845e383f92f3453d28181262
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # brume
2
2
 
3
- I am not a designer so I cannot impress you with breathtaking Jekyll themes, but brume is something that just came to my mind and I had to build it. It is a clean and simple theme, which has an index page that lists all your blog posts divided by year and an about page.
3
+ I am not a designer so I cannot impress you with breathtaking Jekyll themes, but brume is something that just came to my mind and I had to build it. It is a clean and simple theme, which has an index page that lists all your blog posts divided by the year, a single post page and a layout for any additional pages you might need.
4
4
 
5
5
  This is how the "Home" page looks like.
6
6
 
@@ -19,12 +19,11 @@ but there are a couple of additional steps you have to take.
19
19
 
20
20
  1. All the links are defined in a file *_data/links.yml*, therefore you'll have to create a *_data*
21
21
  directory and put this file there in order for navigation to be displayed.
22
- 2. Brume uses `home` layout for the home page (like the default Jekyll theme). All you have to do
23
- is create an *index.html* or *index.md* file with `layout: home` and a `title` that matches
22
+ 2. Brume uses `home` layout for the home page (like the default Jekyll theme). All you need to do
23
+ is create an *index.html* or *index.md* file with `layout: home`. If you want the home page to be
24
+ listed in the navigation you have to add `title` to it's front matter that matches
24
25
  the title you used for the home page link in the *links.yml* file. Titles are used to indicate
25
26
  the current page.
26
- 3. Update your *_config.yml* file with `color_scheme` option, which value can be `azul`, `ruby`, `amber` or `avocado`,
27
- and is used for links. It is `avocado` by default.
28
27
 
29
28
  ## Theme customization
30
29
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: brume
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aigars Dzerviniks
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-05-23 00:00:00.000000000 Z
11
+ date: 2017-06-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll