jekyll-dash 1.0.7 → 1.0.8
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/LICENSE.txt +21 -21
- data/README.md +96 -48
- data/_includes/author.html +6 -6
- data/_includes/disqus.html +14 -14
- data/_includes/footer.html +5 -5
- data/_includes/head.html +13 -13
- data/_includes/pagination.html +26 -26
- data/_includes/tagcloud.html +7 -7
- data/_layouts/default.html +19 -19
- data/_layouts/home.html +36 -36
- data/_layouts/page.html +5 -5
- data/_layouts/post.html +42 -42
- data/_sass/dash/_animations.scss +5 -5
- data/_sass/dash/_base.scss +181 -181
- data/_sass/dash/_colors.scss +36 -36
- data/_sass/dash/_fonts.scss +15 -15
- data/_sass/dash/_syntax-highlighting.scss +71 -71
- data/_sass/dash.scss +43 -43
- data/assets/css/style.scss +5 -5
- metadata +2 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: efa38127a7720ab204132de6f6c6817910efcebf6a198f538e53c25b5d01645a
|
4
|
+
data.tar.gz: 03c34675dd91a7afe158a36a063167d6f4c80b961b4cbea1ea7efcdd1729719f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 35e4c8b72e1f8733d3f32980d89d0743280ca106913725764edb158a62423e483adfe756ff8efa0cbe50cd05e5434af477012d0584ff40ee6903ef14c4bb6d18
|
7
|
+
data.tar.gz: f36d71d44b85191649b03615dec5ab9b81585cdd1e52c97931bf084bcf4d0750015fcae0b841c1cc606b4637241f7c1c2b84b3b867379e259b8bfd2c43af4617
|
data/LICENSE.txt
CHANGED
@@ -1,21 +1,21 @@
|
|
1
|
-
The MIT License (MIT)
|
2
|
-
|
3
|
-
Copyright (c) 2019 Miguel Gonzalez Sanchez
|
4
|
-
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
-
of this software and associated documentation files (the "Software"), to deal
|
7
|
-
in the Software without restriction, including without limitation the rights
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
10
|
-
furnished to do so, subject to the following conditions:
|
11
|
-
|
12
|
-
The above copyright notice and this permission notice shall be included in
|
13
|
-
all copies or substantial portions of the Software.
|
14
|
-
|
15
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
21
|
-
THE SOFTWARE.
|
1
|
+
The MIT License (MIT)
|
2
|
+
|
3
|
+
Copyright (c) 2019 Miguel Gonzalez Sanchez
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
7
|
+
in the Software without restriction, including without limitation the rights
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
10
|
+
furnished to do so, subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in
|
13
|
+
all copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
21
|
+
THE SOFTWARE.
|
data/README.md
CHANGED
@@ -1,48 +1,96 @@
|
|
1
|
-

|
2
|
-
--
|
3
|
-
|
4
|
-
A dark theme for Jekyll, inspired by Dash UI for Atom. 🌒
|
5
|
-
|
6
|
-
[](https://travis-ci.org/bitbrain/jekyll-dash)
|
7
|
-
[](LICENSE.MD)
|
8
|
-
---
|
9
|
-
This theme for [Jekyll](https://jekyllrb.com/) has been inspired by [dash-ui](https://atom.io/themes/dash-ui), a dark theme for [Atom](https://atom.io).
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
```
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
```
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
1
|
+

|
2
|
+
--
|
3
|
+
|
4
|
+
A dark theme for Jekyll, inspired by Dash UI for Atom. 🌒
|
5
|
+
|
6
|
+
[](https://travis-ci.org/bitbrain/jekyll-dash)
|
7
|
+
[](LICENSE.MD)
|
8
|
+
---
|
9
|
+
This theme for [Jekyll](https://jekyllrb.com/) has been inspired by [dash-ui](https://atom.io/themes/dash-ui), a dark theme for [Atom](https://atom.io).
|
10
|
+
|
11
|
+

|
12
|
+
|
13
|
+
## Installation
|
14
|
+
|
15
|
+
Add this line to your Jekyll site's `Gemfile`:
|
16
|
+
|
17
|
+
```ruby
|
18
|
+
gem "jekyll-dash"
|
19
|
+
```
|
20
|
+
|
21
|
+
And add this line to your Jekyll site's `_config.yml`:
|
22
|
+
|
23
|
+
```yaml
|
24
|
+
theme: jekyll-dash
|
25
|
+
```
|
26
|
+
|
27
|
+
And then execute:
|
28
|
+
|
29
|
+
$ bundle
|
30
|
+
|
31
|
+
Or install it yourself as:
|
32
|
+
|
33
|
+
$ gem install jekyll-dash
|
34
|
+
|
35
|
+
## Configuration
|
36
|
+
|
37
|
+
Add the following configuration to your site. Customise it to your needs!
|
38
|
+
|
39
|
+
```yaml
|
40
|
+
# jekyll-paginate
|
41
|
+
paginate: 5
|
42
|
+
paginate_path: "/blog/page:num/"
|
43
|
+
|
44
|
+
# jekyll-tagging (optional)
|
45
|
+
tag_permalink_style: pretty
|
46
|
+
tag_page_layout: tag_page
|
47
|
+
tag_page_dir: tag
|
48
|
+
|
49
|
+
dash:
|
50
|
+
date_format: "%b %-d, %Y"
|
51
|
+
|
52
|
+
disqus:
|
53
|
+
shortname: <your-discuss-shortname>
|
54
|
+
|
55
|
+
# generate social links in footer
|
56
|
+
# supported colors: green, red, orange, blue, cyan, pink, teal, yellow, indigo, purple
|
57
|
+
social_links:
|
58
|
+
- url: https://twitter.com/bitbrain_
|
59
|
+
icon: twitter-square
|
60
|
+
color: cyan
|
61
|
+
- url: https://bitbrain.itch.io
|
62
|
+
icon: itch-io
|
63
|
+
color: red
|
64
|
+
- url: https://github.com/bitbrain
|
65
|
+
icon: github-square
|
66
|
+
color: purple
|
67
|
+
```
|
68
|
+
|
69
|
+
## Additional Features
|
70
|
+
|
71
|
+
**Tagging** add the `jekyll/tagging` plugin to your `_config.yml` file to enable tagging. Do not forget to also add the following to your `Gemfile`:
|
72
|
+
```Gemfile
|
73
|
+
gem "jekyll-tagging"
|
74
|
+
```
|
75
|
+
**Gravatar** if you want to display your gravatar picture, add the `liquid-md5` to your `_config.yml` file. Do not forget to also add the following to your `Gemfile`:
|
76
|
+
```Gemfile
|
77
|
+
gem "liquid-md5"
|
78
|
+
```
|
79
|
+
**
|
80
|
+
|
81
|
+
## Contributing
|
82
|
+
|
83
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/hello. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
84
|
+
|
85
|
+
## Development
|
86
|
+
|
87
|
+
To set up your environment to develop this theme, run `bundle install`.
|
88
|
+
|
89
|
+
Your theme is setup just like a normal Jekyll site! To test your theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.
|
90
|
+
|
91
|
+
When your theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked with Git will be bundled.
|
92
|
+
To add a custom directory to your theme-gem, please edit the regexp in `jekyll-dash.gemspec` accordingly.
|
93
|
+
|
94
|
+
## License
|
95
|
+
|
96
|
+
The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
data/_includes/author.html
CHANGED
@@ -1,6 +1,6 @@
|
|
1
|
-
<div class="author-box">
|
2
|
-
{% if site.plugins contains "liquid-md5" %}
|
3
|
-
<img src="https://gravatar.com/avatar/{{ site.email | downcase | md5 }}?s=72" class="author-avatar" />
|
4
|
-
{% endif %}
|
5
|
-
{{ site.description }}
|
6
|
-
</div>
|
1
|
+
<div class="author-box">
|
2
|
+
{% if site.plugins contains "liquid-md5" %}
|
3
|
+
<img src="https://gravatar.com/avatar/{{ site.email | downcase | md5 }}?s=72" class="author-avatar" />
|
4
|
+
{% endif %}
|
5
|
+
{{ site.description }}
|
6
|
+
</div>
|
data/_includes/disqus.html
CHANGED
@@ -1,14 +1,14 @@
|
|
1
|
-
<div id="disqus_thread"></div>
|
2
|
-
<script>
|
3
|
-
var disqus_config = function () {
|
4
|
-
this.page.url = '{{ page.url | absolute_url }}';
|
5
|
-
this.page.identifier = '{{ page.url | absolute_url }}';
|
6
|
-
};
|
7
|
-
(function() {
|
8
|
-
var d = document, s = d.createElement('script');
|
9
|
-
s.src = 'https://{{ site.dash.disqus.shortname }}.disqus.com/embed.js';
|
10
|
-
s.setAttribute('data-timestamp', +new Date());
|
11
|
-
(d.head || d.body).appendChild(s);
|
12
|
-
})();
|
13
|
-
</script>
|
14
|
-
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
|
1
|
+
<div id="disqus_thread"></div>
|
2
|
+
<script>
|
3
|
+
var disqus_config = function () {
|
4
|
+
this.page.url = '{{ page.url | absolute_url }}';
|
5
|
+
this.page.identifier = '{{ page.url | absolute_url }}';
|
6
|
+
};
|
7
|
+
(function() {
|
8
|
+
var d = document, s = d.createElement('script');
|
9
|
+
s.src = 'https://{{ site.dash.disqus.shortname }}.disqus.com/embed.js';
|
10
|
+
s.setAttribute('data-timestamp', +new Date());
|
11
|
+
(d.head || d.body).appendChild(s);
|
12
|
+
})();
|
13
|
+
</script>
|
14
|
+
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
|
data/_includes/footer.html
CHANGED
@@ -1,5 +1,5 @@
|
|
1
|
-
<footer class="site-footer">
|
2
|
-
<div class="wrapper">
|
3
|
-
<div class="credits"><a href="https://github.com/bitbrain/jekyll-dash">dash</a> for Jekyll by <a href="https://github.com/bitbrain">bitbrain</a></div>
|
4
|
-
</div>
|
5
|
-
</footer>
|
1
|
+
<footer class="site-footer">
|
2
|
+
<div class="wrapper">
|
3
|
+
<div class="credits"><a href="https://github.com/bitbrain/jekyll-dash">dash</a> for Jekyll by <a href="https://github.com/bitbrain">bitbrain</a></div>
|
4
|
+
</div>
|
5
|
+
</footer>
|
data/_includes/head.html
CHANGED
@@ -1,13 +1,13 @@
|
|
1
|
-
<head>
|
2
|
-
<meta charset="utf-8">
|
3
|
-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
4
|
-
<meta name="viewport" content="width=device-width, initial-scale=1">
|
5
|
-
{%- seo -%}
|
6
|
-
<link rel="stylesheet" href="{{ "/assets/css/style.css" | relative_url }}">
|
7
|
-
<link rel="icon" type="image/png" href="{{ "/assets/favicon.png" | relative_url }}" />
|
8
|
-
{%- feed_meta -%}
|
9
|
-
{%- if jekyll.environment == 'production' and site.google_analytics -%}
|
10
|
-
{%- include google-analytics.html -%}
|
11
|
-
{%- endif -%}
|
12
|
-
<script defer src="https://use.fontawesome.com/releases/v5.8.1/js/all.js" integrity="sha384-g5uSoOSBd7KkhAMlnQILrecXvzst9TdC09/VM+pjDTCM+1il8RHz5fKANTFFb+gQ" crossorigin="anonymous"></script>
|
13
|
-
</head>
|
1
|
+
<head>
|
2
|
+
<meta charset="utf-8">
|
3
|
+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
4
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
5
|
+
{%- seo -%}
|
6
|
+
<link rel="stylesheet" href="{{ "/assets/css/style.css" | relative_url }}">
|
7
|
+
<link rel="icon" type="image/png" href="{{ "/assets/favicon.png" | relative_url }}" />
|
8
|
+
{%- feed_meta -%}
|
9
|
+
{%- if jekyll.environment == 'production' and site.google_analytics -%}
|
10
|
+
{%- include google-analytics.html -%}
|
11
|
+
{%- endif -%}
|
12
|
+
<script defer src="https://use.fontawesome.com/releases/v5.8.1/js/all.js" integrity="sha384-g5uSoOSBd7KkhAMlnQILrecXvzst9TdC09/VM+pjDTCM+1il8RHz5fKANTFFb+gQ" crossorigin="anonymous"></script>
|
13
|
+
</head>
|
data/_includes/pagination.html
CHANGED
@@ -1,26 +1,26 @@
|
|
1
|
-
<!-- pagination -->
|
2
|
-
{% if paginator.total_pages > 1 %}
|
3
|
-
<div class="pagination">
|
4
|
-
{% if paginator.previous_page %}
|
5
|
-
<a href="{{ paginator.previous_page_path | prepend: site.baseurl | replace: '//', '/' }}">< previous</a>
|
6
|
-
{% else %}
|
7
|
-
<span>< previous</span>
|
8
|
-
{% endif %}
|
9
|
-
|
10
|
-
{% for page in (1..paginator.total_pages) %}
|
11
|
-
{% if page == paginator.page %}
|
12
|
-
<span class="webjeda">{{ page }}</span>
|
13
|
-
{% elsif page == 1 %}
|
14
|
-
<a href="/">{{ page }}</a>
|
15
|
-
{% else %}
|
16
|
-
<a href="{{ site.paginate_path | prepend: site.baseurl | replace: '//', '/' | replace: ':num', page }}">{{ page }}</a>
|
17
|
-
{% endif %}
|
18
|
-
{% endfor %}
|
19
|
-
|
20
|
-
{% if paginator.next_page %}
|
21
|
-
<a href="{{ paginator.next_page_path | prepend: site.baseurl | replace: '//', '/' }}"> next ></a>
|
22
|
-
{% else %}
|
23
|
-
<span>next ></span>
|
24
|
-
{% endif %}
|
25
|
-
</div>
|
26
|
-
{% endif %}
|
1
|
+
<!-- pagination -->
|
2
|
+
{% if paginator.total_pages > 1 %}
|
3
|
+
<div class="pagination">
|
4
|
+
{% if paginator.previous_page %}
|
5
|
+
<a href="{{ paginator.previous_page_path | prepend: site.baseurl | replace: '//', '/' }}">< previous</a>
|
6
|
+
{% else %}
|
7
|
+
<span>< previous</span>
|
8
|
+
{% endif %}
|
9
|
+
|
10
|
+
{% for page in (1..paginator.total_pages) %}
|
11
|
+
{% if page == paginator.page %}
|
12
|
+
<span class="webjeda">{{ page }}</span>
|
13
|
+
{% elsif page == 1 %}
|
14
|
+
<a href="/">{{ page }}</a>
|
15
|
+
{% else %}
|
16
|
+
<a href="{{ site.paginate_path | prepend: site.baseurl | replace: '//', '/' | replace: ':num', page }}">{{ page }}</a>
|
17
|
+
{% endif %}
|
18
|
+
{% endfor %}
|
19
|
+
|
20
|
+
{% if paginator.next_page %}
|
21
|
+
<a href="{{ paginator.next_page_path | prepend: site.baseurl | replace: '//', '/' }}"> next ></a>
|
22
|
+
{% else %}
|
23
|
+
<span>next ></span>
|
24
|
+
{% endif %}
|
25
|
+
</div>
|
26
|
+
{% endif %}
|
data/_includes/tagcloud.html
CHANGED
@@ -1,7 +1,7 @@
|
|
1
|
-
|
2
|
-
{% if site.plugins contains "jekyll/tagging" %}
|
3
|
-
<h2>All tags</h2>
|
4
|
-
<div class="tag-cloud">
|
5
|
-
{{ site | tag_cloud }}
|
6
|
-
</div>
|
7
|
-
{% endif %}
|
1
|
+
|
2
|
+
{% if site.plugins contains "jekyll/tagging" %}
|
3
|
+
<h2>All tags</h2>
|
4
|
+
<div class="tag-cloud">
|
5
|
+
{{ site | tag_cloud }}
|
6
|
+
</div>
|
7
|
+
{% endif %}
|
data/_layouts/default.html
CHANGED
@@ -1,19 +1,19 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
<html lang="{{ page.lang | default: site.lang | default: "en" }}">
|
3
|
-
|
4
|
-
{%- include head.html -%}
|
5
|
-
|
6
|
-
<body>
|
7
|
-
|
8
|
-
{%- include header.html -%}
|
9
|
-
|
10
|
-
<main class="page-content" aria-label="Content">
|
11
|
-
<div class="wrapper">
|
12
|
-
{{ content }}
|
13
|
-
</div>
|
14
|
-
</main>
|
15
|
-
|
16
|
-
{%- include footer.html -%}
|
17
|
-
</body>
|
18
|
-
|
19
|
-
</html>
|
1
|
+
<!DOCTYPE html>
|
2
|
+
<html lang="{{ page.lang | default: site.lang | default: "en" }}">
|
3
|
+
|
4
|
+
{%- include head.html -%}
|
5
|
+
|
6
|
+
<body>
|
7
|
+
|
8
|
+
{%- include header.html -%}
|
9
|
+
|
10
|
+
<main class="page-content" aria-label="Content">
|
11
|
+
<div class="wrapper">
|
12
|
+
{{ content }}
|
13
|
+
</div>
|
14
|
+
</main>
|
15
|
+
|
16
|
+
{%- include footer.html -%}
|
17
|
+
</body>
|
18
|
+
|
19
|
+
</html>
|
data/_layouts/home.html
CHANGED
@@ -1,36 +1,36 @@
|
|
1
|
-
---
|
2
|
-
layout: default
|
3
|
-
---
|
4
|
-
{% include author.html %}
|
5
|
-
{% assign posts_count = paginator.posts | size %}
|
6
|
-
{% if posts_count > 0 %}
|
7
|
-
<h1>Recent blog articles</h1>
|
8
|
-
<div class="post-links">
|
9
|
-
{% for post in paginator.posts %}
|
10
|
-
<div class="post-link-wrapper">
|
11
|
-
<a href="{{ post.url | relative_url }}" class="post-link">{{ post.title }}</a>
|
12
|
-
<div class="post-meta">
|
13
|
-
|
14
|
-
{% if site.plugins contains "jekyll/tagging" %}
|
15
|
-
<div class="post-tags">
|
16
|
-
{% for tag in post.tags %}
|
17
|
-
<a class="tag" href="/tag/{{ tag }}/">{{ tag }}</a>
|
18
|
-
{% endfor %}
|
19
|
-
</div>
|
20
|
-
{% endif %}
|
21
|
-
{% if site.date_format %}
|
22
|
-
{{ post.date | date: site.date_format }}
|
23
|
-
{% else %}
|
24
|
-
{{ post.date | date: "%b %-d, %Y" }}
|
25
|
-
{% endif %}
|
26
|
-
</div>
|
27
|
-
</div>
|
28
|
-
{% endfor %}
|
29
|
-
</div>
|
30
|
-
|
31
|
-
{% include pagination.html %}
|
32
|
-
|
33
|
-
{% include tagcloud.html %}
|
34
|
-
{% else %}
|
35
|
-
<div>No posts yet.</div>
|
36
|
-
{% endif %}
|
1
|
+
---
|
2
|
+
layout: default
|
3
|
+
---
|
4
|
+
{% include author.html %}
|
5
|
+
{% assign posts_count = paginator.posts | size %}
|
6
|
+
{% if posts_count > 0 %}
|
7
|
+
<h1>Recent blog articles</h1>
|
8
|
+
<div class="post-links">
|
9
|
+
{% for post in paginator.posts %}
|
10
|
+
<div class="post-link-wrapper">
|
11
|
+
<a href="{{ post.url | relative_url }}" class="post-link">{{ post.title }}</a>
|
12
|
+
<div class="post-meta">
|
13
|
+
|
14
|
+
{% if site.plugins contains "jekyll/tagging" %}
|
15
|
+
<div class="post-tags">
|
16
|
+
{% for tag in post.tags %}
|
17
|
+
<a class="tag" href="/tag/{{ tag }}/">{{ tag }}</a>
|
18
|
+
{% endfor %}
|
19
|
+
</div>
|
20
|
+
{% endif %}
|
21
|
+
{% if site.date_format %}
|
22
|
+
{{ post.date | date: site.date_format }}
|
23
|
+
{% else %}
|
24
|
+
{{ post.date | date: "%b %-d, %Y" }}
|
25
|
+
{% endif %}
|
26
|
+
</div>
|
27
|
+
</div>
|
28
|
+
{% endfor %}
|
29
|
+
</div>
|
30
|
+
|
31
|
+
{% include pagination.html %}
|
32
|
+
|
33
|
+
{% include tagcloud.html %}
|
34
|
+
{% else %}
|
35
|
+
<div>No posts yet.</div>
|
36
|
+
{% endif %}
|
data/_layouts/page.html
CHANGED
@@ -1,5 +1,5 @@
|
|
1
|
-
---
|
2
|
-
layout: default
|
3
|
-
---
|
4
|
-
|
5
|
-
{{ content }}
|
1
|
+
---
|
2
|
+
layout: default
|
3
|
+
---
|
4
|
+
|
5
|
+
{{ content }}
|
data/_layouts/post.html
CHANGED
@@ -1,42 +1,42 @@
|
|
1
|
-
---
|
2
|
-
layout: default
|
3
|
-
---
|
4
|
-
{% include author.html %}
|
5
|
-
<div class="post">
|
6
|
-
<h1 class="post-title">{{ page.title }}</h1>
|
7
|
-
{% if site.plugins contains "jekyll/tagging" %}
|
8
|
-
<div class="post-tags">
|
9
|
-
{% for tag in page.tags %}
|
10
|
-
<a class="tag" href="/tag/{{ tag }}/">{{ tag }}</a>
|
11
|
-
{% endfor %}
|
12
|
-
</div>
|
13
|
-
{% endif %}
|
14
|
-
<div class="post-date">Published on {{ page.date | date_to_string }}</div>
|
15
|
-
{% if page.description != null %}
|
16
|
-
<div class="post-description"><span class="color-blue">> </span>{{ page.description }}</div>
|
17
|
-
{% endif %}
|
18
|
-
{{ content }}
|
19
|
-
</div>
|
20
|
-
|
21
|
-
{% if site.dash.disqus.shortname %}
|
22
|
-
<div class="comments">
|
23
|
-
{% include disqus.html %}
|
24
|
-
</div>
|
25
|
-
{% endif %}
|
26
|
-
|
27
|
-
<div class="related">
|
28
|
-
<h2>Related Posts</h2>
|
29
|
-
<ul class="related-posts">
|
30
|
-
{% for post in site.related_posts limit:3 %}
|
31
|
-
<li>
|
32
|
-
<h3>
|
33
|
-
<a href="{{ post.url }}">
|
34
|
-
{{ post.title }}
|
35
|
-
<small>{{ post.date | date_to_string }}</small>
|
36
|
-
</a>
|
37
|
-
</h3>
|
38
|
-
</li>
|
39
|
-
{% endfor %}
|
40
|
-
</ul>
|
41
|
-
</div>
|
42
|
-
{% include tagcloud.html %}
|
1
|
+
---
|
2
|
+
layout: default
|
3
|
+
---
|
4
|
+
{% include author.html %}
|
5
|
+
<div class="post">
|
6
|
+
<h1 class="post-title">{{ page.title }}</h1>
|
7
|
+
{% if site.plugins contains "jekyll/tagging" %}
|
8
|
+
<div class="post-tags">
|
9
|
+
{% for tag in page.tags %}
|
10
|
+
<a class="tag" href="/tag/{{ tag }}/">{{ tag }}</a>
|
11
|
+
{% endfor %}
|
12
|
+
</div>
|
13
|
+
{% endif %}
|
14
|
+
<div class="post-date">Published on {{ page.date | date_to_string }}</div>
|
15
|
+
{% if page.description != null %}
|
16
|
+
<div class="post-description"><span class="color-blue">> </span>{{ page.description }}</div>
|
17
|
+
{% endif %}
|
18
|
+
{{ content }}
|
19
|
+
</div>
|
20
|
+
|
21
|
+
{% if site.dash.disqus.shortname %}
|
22
|
+
<div class="comments">
|
23
|
+
{% include disqus.html %}
|
24
|
+
</div>
|
25
|
+
{% endif %}
|
26
|
+
|
27
|
+
<div class="related">
|
28
|
+
<h2>Related Posts</h2>
|
29
|
+
<ul class="related-posts">
|
30
|
+
{% for post in site.related_posts limit:3 %}
|
31
|
+
<li>
|
32
|
+
<h3>
|
33
|
+
<a href="{{ post.url }}">
|
34
|
+
{{ post.title }}
|
35
|
+
<small>{{ post.date | date_to_string }}</small>
|
36
|
+
</a>
|
37
|
+
</h3>
|
38
|
+
</li>
|
39
|
+
{% endfor %}
|
40
|
+
</ul>
|
41
|
+
</div>
|
42
|
+
{% include tagcloud.html %}
|
data/_sass/dash/_animations.scss
CHANGED
@@ -1,5 +1,5 @@
|
|
1
|
-
@keyframes blinker {
|
2
|
-
50% {
|
3
|
-
opacity: 0;
|
4
|
-
}
|
5
|
-
}
|
1
|
+
@keyframes blinker {
|
2
|
+
50% {
|
3
|
+
opacity: 0;
|
4
|
+
}
|
5
|
+
}
|