simplicity 0.0.12 → 0.0.13
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 +25 -24
- data/_includes/footer.html +9 -0
- data/assets/simplicity.gif +0 -0
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 403a5e7f5226a5a7f72209e56769ca1d95800474
|
4
|
+
data.tar.gz: 24d24c650851f8f8ccbf22aaa77813c372865242
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a1f09125754c3342b4a2dd0638bec05a02ae4292e218f4552d9f265070199e3bff0c0d94f45dea97369a838d65cead2325d06829f27187ce4147e5fb27994cf6
|
7
|
+
data.tar.gz: c46cab395b188351a1fc2ab21e51acc105c1b8a37b72915e757cb3120b1226ae87c825a89a09d92d03a3b3a1be8bd5069281445a446534742ad5c6f06235b652
|
data/README.md
CHANGED
@@ -1,48 +1,49 @@
|
|
1
1
|
# simplicity
|
2
2
|
|
3
|
-
|
3
|
+
[Theme preview](https://bananaappletw.github.io/)
|
4
4
|
|
5
|
-
|
5
|
+

|
6
6
|
|
7
7
|
## Installation
|
8
8
|
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
9
|
+
```bash
|
10
|
+
git clone https://github.com/bananaappletw/simplicity/ [your_github_username].github.io
|
11
|
+
cd [your_github_username].github.io
|
12
|
+
bundle install
|
13
|
+
jekyll serve
|
13
14
|
```
|
14
15
|
|
15
|
-
|
16
|
-
|
17
|
-
```yaml
|
18
|
-
theme: simplicity
|
19
|
-
```
|
16
|
+
## Usage
|
20
17
|
|
21
|
-
|
18
|
+
### Enabling comments (via Disqus)
|
22
19
|
|
23
|
-
|
20
|
+
Optionally, if you have a Disqus account, you can tell Jekyll to use it to show a comments section below each post.
|
24
21
|
|
25
|
-
|
22
|
+
To enable it, add the following lines to your Jekyll site:
|
26
23
|
|
27
|
-
|
24
|
+
```yaml
|
25
|
+
disqus:
|
26
|
+
shortname: my_disqus_shortname
|
27
|
+
```
|
28
28
|
|
29
|
-
|
29
|
+
You can find out more about Disqus' shortnames [here](https://help.disqus.com/customer/portal/articles/466208).
|
30
30
|
|
31
|
-
|
31
|
+
Comments are enabled by default and will only appear in production, i.e., `JEKYLL_ENV=production`
|
32
32
|
|
33
|
-
|
33
|
+
If you don't want to display comments for a particular post you can disable them by adding `comments: false` to that post's YAML Front Matter.
|
34
34
|
|
35
|
-
|
35
|
+
--
|
36
36
|
|
37
|
-
|
37
|
+
### Enabling Google Analytics
|
38
38
|
|
39
|
-
To
|
39
|
+
To enable Google Anaytics, add the following lines to your Jekyll site:
|
40
40
|
|
41
|
-
|
41
|
+
```yaml
|
42
|
+
google_analytics: UA-NNNNNNNN-N
|
43
|
+
```
|
42
44
|
|
43
|
-
|
45
|
+
Google Analytics will only appear in production, i.e., `JEKYLL_ENV=production`
|
44
46
|
|
45
47
|
## License
|
46
48
|
|
47
49
|
The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
48
|
-
|
data/_includes/footer.html
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
<footer id="footer" class="ui inverted segment">
|
2
|
+
|
2
3
|
<div class="ui center aligned container">
|
4
|
+
<div>
|
5
|
+
Theme by
|
6
|
+
<a class="item" href="https://github.com/bananaappletw/simplicity/">
|
7
|
+
<i class="github icon"></i>
|
8
|
+
simplicity
|
9
|
+
</a>
|
10
|
+
</div>
|
11
|
+
<div class="ui inverted divider"></div>
|
3
12
|
<div class="ui inverted horizontal divided link list">
|
4
13
|
{% if site.facebook %}
|
5
14
|
<a class="item" href="{{site.facebook}}">
|
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: simplicity
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.13
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- bananaappletw
|
@@ -147,6 +147,7 @@ files:
|
|
147
147
|
- assets/nctustunion.jpg
|
148
148
|
- assets/profile.jpg
|
149
149
|
- assets/safari-pinned-tab.svg
|
150
|
+
- assets/simplicity.gif
|
150
151
|
- assets/symgdb.gif
|
151
152
|
homepage: https://github.com/bananaappletw/simplicity
|
152
153
|
licenses:
|