jekyll-theme-mutter 0.2.1 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +19 -1
  3. data/_sass/mutter.scss +3 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fe3e25a1844a7d3e083b43b20cb4e8032ac6502f8673d454753405616c20a3aa
4
- data.tar.gz: d7d25214f03e5aba68e9637aacb678eaabf603aa7bbc98f09ad39bea65166ecc
3
+ metadata.gz: 9e1f5b88dcfb00cf09490fe5a625c52af16f4181dae41fb486a03dde4a0d5f7e
4
+ data.tar.gz: 61267c30e65e3f7cfc45f1ff9a6335fe9864bb12ee5d81ef741a179b705fa134
5
5
  SHA512:
6
- metadata.gz: a1fa4577632842a5c6a7d9d75948ff4749f5024ca342c625e6a5373112eb1e95fa0b5d05cb41fbaec87c5a964783636da5b5b571151f622a755cb12cf16bb092
7
- data.tar.gz: b6f492ccbb3ebcf30c1e0ba2d2f4ea09864257dbdbdcfa356c2c083facb341ef5ddd197a51c9228da56f99cd66aa991af4d581997d53553b2c80e38fbb07936b
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
- TODO: Write usage instructions here. Describe available layouts, includes and/or assets.
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 > h1, h2 {
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.2.1
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-14 00:00:00.000000000 Z
11
+ date: 2018-07-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll