jekyll-theme-mutter 0.2.1 → 0.3.0
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 +19 -1
- data/_sass/mutter.scss +3 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9e1f5b88dcfb00cf09490fe5a625c52af16f4181dae41fb486a03dde4a0d5f7e
|
|
4
|
+
data.tar.gz: 61267c30e65e3f7cfc45f1ff9a6335fe9864bb12ee5d81ef741a179b705fa134
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 78b2b1b340e77b726eca71eacad361ffc46d5981f2dcdc72e508a1eb6e4b5b8189e6417a7ac5c9765077ac6c0b97f657cf47c7655f024a4f57dee137129203d4
|
|
7
|
+
data.tar.gz: 2a71c9c99f8e2458c590cb2d26e001bab47196f7a89a076bbae70545d36be122875946947aab8b30f11c8840d92db2718bc52b957533b2f9696a386b5cb9a30d
|
data/README.md
CHANGED
|
@@ -26,7 +26,25 @@ Or install it yourself as:
|
|
|
26
26
|
|
|
27
27
|
## Usage
|
|
28
28
|
|
|
29
|
-
|
|
29
|
+
You can directly take a look at the [jekyll-theme-mutter](https://github.com/BLumia/jekyll-theme-mutter)'s source code so you can check out some example usage about how we get [the example site](https://blumia.github.io/jekyll-theme-mutter/) works.
|
|
30
|
+
|
|
31
|
+
### Layouts
|
|
32
|
+
|
|
33
|
+
Refers to files within the `_layouts` directory, that define the markup for your theme.
|
|
34
|
+
|
|
35
|
+
- default.html — The base layout that lays the foundation for subsequent layouts. The derived layouts inject their contents into this file at the line that says `{{ content }}` and are linked to this file via FrontMatter declaration layout: default.
|
|
36
|
+
- `home.html` — Don't use it.
|
|
37
|
+
- `page.html` — The layout for your documents that contain FrontMatter, but are not posts.
|
|
38
|
+
- `post.html` — The layout for your posts.
|
|
39
|
+
- `posts.html` — The layout for your post list.
|
|
40
|
+
|
|
41
|
+
### Customization
|
|
42
|
+
|
|
43
|
+
We got some useful attr for customization the site.
|
|
44
|
+
|
|
45
|
+
- `header_pages` - You probably want some pages display in the navbar, then provide a list in your `_config.yml`
|
|
46
|
+
- `nav-title` - If you use the navigation bar, Set this in front-matter so the value you've set will be display in the navbar instead of the page title.
|
|
47
|
+
- `subtitle` - All web pages in this theme got a subtitle, you can set a subtitle in every single page and also in `_config.yml` for a global default subtitle.
|
|
30
48
|
|
|
31
49
|
## Contributing
|
|
32
50
|
|
data/_sass/mutter.scss
CHANGED
|
@@ -126,6 +126,7 @@ code {
|
|
|
126
126
|
color: #EBE7F5;
|
|
127
127
|
padding: 2px 4px;
|
|
128
128
|
font-size: 90%;
|
|
129
|
+
font-family: 'Courier New', Courier, monospace;
|
|
129
130
|
}
|
|
130
131
|
|
|
131
132
|
ul, ol {
|
|
@@ -297,12 +298,12 @@ header > {
|
|
|
297
298
|
align-content: center;
|
|
298
299
|
}
|
|
299
300
|
|
|
300
|
-
.flex-container
|
|
301
|
+
.flex-container h1, h2 {
|
|
301
302
|
text-align: left !important;
|
|
302
303
|
text-align: center;
|
|
303
304
|
}
|
|
304
305
|
|
|
305
|
-
.flex-container
|
|
306
|
+
.flex-container {
|
|
306
307
|
p {
|
|
307
308
|
text-align: left !important;
|
|
308
309
|
font-weight: lighter;
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-theme-mutter
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Gary Wang
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-07-
|
|
11
|
+
date: 2018-07-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|