brume 1.1.0 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +4 -5
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4d5d63e02a62369a001d793bb85d06ad0f55ae45
|
|
4
|
+
data.tar.gz: e7e3a3fb3e95da9f86e7fd9dbb7ee09486039e94
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
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
|
|
23
|
-
is create an *index.html* or *index.md* file with `layout: home
|
|
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.
|
|
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-
|
|
11
|
+
date: 2017-06-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|