tashoku 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 3c2d946578458a0a5c1c99f567217f7d0ee3403d
4
+ data.tar.gz: d8314c32c7df9dfe5eda61255318a4c2a929c71d
5
+ SHA512:
6
+ metadata.gz: 4d12781cd64f689ffef61571520845d6d8cd805c8e80ac7c5da12aeb8d6ddfddf740639ae53491af9276c48c164046c5f0019bacb99505afc5882c030ce7909c
7
+ data.tar.gz: 080eeaa7bc0400f1a1808d33906c41cd528864292352ff8cf8d86d2f2b33e24870fc7379a930003a20b4503665193b6b30c67e76cc69fba7695d46f672f1b919
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2016 thecristen
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.
@@ -0,0 +1,56 @@
1
+ # tashoku
2
+
3
+ Welcome to your new Jekyll theme! In this directory, you'll find the files you need to be able to package up your theme into a gem. Put your layouts in `_layouts`, your includes in `_includes` and your sass in `_sass`. To experiment with this code, add some sample content and run `bundle exec jekyll serve` – this directory is setup just like a Jekyll site!
4
+
5
+ TODO: Delete this and the text above, and describe your gem
6
+
7
+ ## Installation
8
+
9
+ Add this line to your Jekyll site's Gemfile:
10
+
11
+ ```ruby
12
+ gem "tashoku"
13
+ ```
14
+
15
+ And add this line to your Jekyll site's `_config.yml`:
16
+
17
+ ```yaml
18
+ theme: tashoku
19
+ ```
20
+
21
+ And then execute:
22
+
23
+ $ bundle
24
+
25
+ Or install it yourself as:
26
+
27
+ $ gem install tashoku
28
+
29
+ ## Usage
30
+
31
+ TODO: Write usage instructions here. Describe your available layouts, includes, and/or sass.
32
+
33
+ A good description of the theme and its uses
34
+ A list of features
35
+ Clear installation instructions
36
+ Some demo content to show how to use the theme
37
+ How the configuration options work
38
+ How the page options work
39
+ Any shortcodes / includes that can be used
40
+ References to any open source projects you used to help create the theme
41
+
42
+ ## Contributing
43
+
44
+ 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.
45
+
46
+ ## Development
47
+
48
+ To set up your environment to develop this theme, run `bundle install`.
49
+
50
+ 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.
51
+
52
+ When your theme is released, only the files in `_layouts`, `_includes`, and `_sass` tracked with Git will be released.
53
+
54
+ ## License
55
+
56
+ The theme is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
@@ -0,0 +1,17 @@
1
+ {% if page.comments != false and jekyll.environment == "production" %}
2
+
3
+ <div id="disqus_thread"></div>
4
+ <script>
5
+ var disqus_config = function () {
6
+ this.page.url = '{{ page.url | absolute_url }}';
7
+ this.page.identifier = '{{ page.url | absolute_url }}';
8
+ };
9
+ (function() {
10
+ var d = document, s = d.createElement('script');
11
+ s.src = 'https://{{ site.disqus.shortname }}.disqus.com/embed.js';
12
+ s.setAttribute('data-timestamp', +new Date());
13
+ (d.head || d.body).appendChild(s);
14
+ })();
15
+ </script>
16
+ <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
17
+ {% endif %}
@@ -0,0 +1,9 @@
1
+ <footer>
2
+ © 2017
3
+ {% if site.email %}
4
+ <a href="mailto:{{ site.email }}">{% if site.author %}{{ site.author | escape }}{% else %}{{ site.title | escape }}{% endif %}</a>.
5
+ {% else %}
6
+ {% if site.author %}{{ site.author | escape }}{% else %}{{ site.title | escape }}{% endif %}.
7
+ {% endif %}
8
+ Powered by Jekyll & Tashoku.
9
+ </footer>
@@ -0,0 +1,24 @@
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
+
6
+ <title>{% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %}</title>
7
+ <meta name="description" content="{{ page.excerpt | default: site.description | strip_html | normalize_whitespace | truncate: 160 | escape }}">
8
+
9
+ <link rel="stylesheet" href="{{ "/assets/normalize-5.0.0.css" | relative_url }}">
10
+ <link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}">
11
+ <link rel="canonical" href="{{ page.url | replace:'index.html','' | absolute_url }}">
12
+ <link rel="alternate" type="application/rss+xml" title="{{ site.title | escape }}" href="{{ "/feed.xml" | relative_url }}">
13
+
14
+ {% if jekyll.environment == 'production' and site.google_analytics %}
15
+ <script>
16
+ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
17
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
18
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
19
+ })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
20
+ ga('create', '{{ site.google_analytics }}', 'auto');
21
+ ga('send', 'pageview');
22
+ </script>
23
+ {% endif %}
24
+ </head>
@@ -0,0 +1,15 @@
1
+ <header class="page-heading">
2
+ <h1><a class="site-title" href="{{ "/" | relative_url}}">{{ site.title | escape }}</a></h1>
3
+ {% if site.description %}<p>{{ site.description | escape }}</p>{% endif %}
4
+ {% include social_media.html %}
5
+
6
+
7
+
8
+ <nav>
9
+ {% for my_page in site.pages %}
10
+ {% if my_page.title %}
11
+ <a class="{% if page.url == my_page.url %}active{% endif %}" href="{{ my_page.url | relative_url }}">{{ my_page.title | escape }}</a>
12
+ {% endif %}
13
+ {% endfor %}
14
+ </nav>
15
+ </header>
@@ -0,0 +1,13 @@
1
+ <ul class="social-media-list">
2
+ {% if site.github_username %}
3
+ <li>
4
+ <a href="https://github.com/{{ site.github_username }}"><span class="icon icon--github"><svg viewBox="0 0 16 16" width="16px" height="16px"><path fill="#828282" d="M7.999,0.431c-4.285,0-7.76,3.474-7.76,7.761 c0,3.428,2.223,6.337,5.307,7.363c0.388,0.071,0.53-0.168,0.53-0.374c0-0.184-0.007-0.672-0.01-1.32 c-2.159,0.469-2.614-1.04-2.614-1.04c-0.353-0.896-0.862-1.135-0.862-1.135c-0.705-0.481,0.053-0.472,0.053-0.472 c0.779,0.055,1.189,0.8,1.189,0.8c0.692,1.186,1.816,0.843,2.258,0.645c0.071-0.502,0.271-0.843,0.493-1.037 C4.86,11.425,3.049,10.76,3.049,7.786c0-0.847,0.302-1.54,0.799-2.082C3.768,5.507,3.501,4.718,3.924,3.65 c0,0,0.652-0.209,2.134,0.796C6.677,4.273,7.34,4.187,8,4.184c0.659,0.003,1.323,0.089,1.943,0.261 c1.482-1.004,2.132-0.796,2.132-0.796c0.423,1.068,0.157,1.857,0.077,2.054c0.497,0.542,0.798,1.235,0.798,2.082 c0,2.981-1.814,3.637-3.543,3.829c0.279,0.24,0.527,0.713,0.527,1.437c0,1.037-0.01,1.874-0.01,2.129 c0,0.208,0.14,0.449,0.534,0.373c3.081-1.028,5.302-3.935,5.302-7.362C15.76,3.906,12.285,0.431,7.999,0.431z"/></svg></span><span class="username"> {{ site.github_username }}</span></a>
5
+ </li>
6
+ {% endif %}
7
+
8
+ {% if site.twitter_username %}
9
+ <li>
10
+ <a href="https://twitter.com/{{ site.twitter_username }}"><span class="icon icon--twitter"><svg viewBox="0 0 16 16" width="16px" height="16px"><path fill="#828282" d="M15.969,3.058c-0.586,0.26-1.217,0.436-1.878,0.515c0.675-0.405,1.194-1.045,1.438-1.809c-0.632,0.375-1.332,0.647-2.076,0.793c-0.596-0.636-1.446-1.033-2.387-1.033c-1.806,0-3.27,1.464-3.27,3.27 c0,0.256,0.029,0.506,0.085,0.745C5.163,5.404,2.753,4.102,1.14,2.124C0.859,2.607,0.698,3.168,0.698,3.767 c0,1.134,0.577,2.135,1.455,2.722C1.616,6.472,1.112,6.325,0.671,6.08c0,0.014,0,0.027,0,0.041c0,1.584,1.127,2.906,2.623,3.206 C3.02,9.402,2.731,9.442,2.433,9.442c-0.211,0-0.416-0.021-0.615-0.059c0.416,1.299,1.624,2.245,3.055,2.271 c-1.119,0.877-2.529,1.4-4.061,1.4c-0.264,0-0.524-0.015-0.78-0.046c1.447,0.928,3.166,1.469,5.013,1.469 c6.015,0,9.304-4.983,9.304-9.304c0-0.142-0.003-0.283-0.009-0.423C14.976,4.29,15.531,3.714,15.969,3.058z"/></svg></span><span class="username"> {{ site.twitter_username }}</span></a>
11
+ </li>
12
+ {% endif %}
13
+ </ul>
@@ -0,0 +1,15 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+ <header class="page-heading">
5
+ <h1>Latest Posts</h1>
6
+ <p class="rss-subscribe">subscribe <a href="{{ "/feed.xml" | relative_url }}">via RSS</a></p>
7
+ </header>
8
+
9
+ {% for post in site.posts %}
10
+ <span class="post-meta">{{ post.date | date: "%b %-d, %Y" }}</span>
11
+
12
+ <h2>
13
+ <a href="{{ post.url | relative_url }}">{{ post.title | escape }}</a>
14
+ </h2>
15
+ {% endfor %}
@@ -0,0 +1,20 @@
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
+
18
+ </body>
19
+
20
+ </html>
@@ -0,0 +1,10 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+ <article>
5
+ <header class="page-heading">
6
+ <h1>{{ page.title | escape }}</h1>
7
+ </header>
8
+
9
+ {{ content }}
10
+ </article>
@@ -0,0 +1,18 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+ <article class="post" itemscope itemtype="http://schema.org/BlogPosting">
5
+
6
+ <header class="page-heading">
7
+ <h1 itemprop="name headline">{{ page.title | escape }}!</h1>
8
+ <p class="post-meta"><time datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">{{ page.date | date: "%b %-d, %Y" }}</time>{% if page.author %} • <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">{{ page.author }}</span></span>{% endif %}</p>
9
+ </header>
10
+
11
+ <div itemprop="articleBody">
12
+ {{ content }}
13
+ </div>
14
+
15
+ {% if site.disqus.shortname %}
16
+ {% include disqus_comments.html %}
17
+ {% endif %}
18
+ </article>
@@ -0,0 +1,65 @@
1
+ html {
2
+ background: linear-gradient($teal,transparent),
3
+ linear-gradient(180deg,$gold,transparent),
4
+ linear-gradient(90deg,$navy,transparent),
5
+ linear-gradient(-90deg,$punch,transparent);
6
+
7
+ background-blend-mode: screen;
8
+ min-width: 100%;
9
+ min-height: 100%;
10
+ }
11
+
12
+
13
+ h1, h2, h3, h4, h5, h6 { color: $navy; }
14
+
15
+ main {
16
+ box-shadow: 0px 3px 16px 0px transparentize($navy, 0.75);
17
+ border: 0.15em solid transparent;
18
+ border-image: linear-gradient(to bottom right, $teal 0%, $navy 50%, $punch 100%);
19
+ border-image-slice: 1;
20
+
21
+ }
22
+
23
+ .post-meta {
24
+ color: darken($gold, 15%);
25
+ }
26
+
27
+ .page-heading {
28
+ text-align: center;
29
+ margin-bottom: 1em;
30
+
31
+ h1, h2, h3 { margin-bottom: 0.25em; }
32
+
33
+
34
+ }
35
+
36
+ nav {
37
+ display: flex;
38
+ border-bottom: 0.15em solid transparent;
39
+ border-image: linear-gradient(to right, $teal 0%, $navy 50%, $punch 100%);
40
+ border-image-slice: 1;
41
+
42
+ a {
43
+ padding: .25em .5em;
44
+ text-transform: uppercase;
45
+ flex: 1 1 100%;
46
+
47
+
48
+ &.active {
49
+ background: $navy;
50
+ color: $white;
51
+ }
52
+ }
53
+ }
54
+
55
+ .social-media-list {
56
+ margin-left: 0;
57
+ li {
58
+ display: inline-block;
59
+ padding: 0 .5em;
60
+ }
61
+ }
62
+
63
+ footer {
64
+ padding: 1em 1.5em;
65
+ }
@@ -0,0 +1,174 @@
1
+ /**
2
+ * Reset some basic elements
3
+ */
4
+ body, h1, h2, h3, h4, h5, h6,
5
+ p, blockquote, pre, hr,
6
+ dl, dd, ol, ul, figure {
7
+ margin: 0;
8
+ padding: 0;
9
+ }
10
+
11
+ body {
12
+ margin: 1.25em auto;
13
+ padding: 1em;
14
+ max-width: 60em;
15
+ font: $base-font-weight #{$base-font-size}/#{$base-line-height} $base-font-family;
16
+ color: $text-color;
17
+ -webkit-text-size-adjust: 100%;
18
+ -webkit-font-feature-settings: "kern" 1;
19
+ -moz-font-feature-settings: "kern" 1;
20
+ -o-font-feature-settings: "kern" 1;
21
+ font-feature-settings: "kern" 1;
22
+ font-kerning: normal;
23
+ }
24
+
25
+ /**
26
+ * Basic styling
27
+ */
28
+ main {
29
+
30
+ background-color: $background-color;
31
+
32
+ padding: 1.25em;
33
+ }
34
+
35
+
36
+
37
+ /**
38
+ * Set `margin-bottom` to maintain vertical rhythm
39
+ */
40
+ h1, h2, h3, h4, h5, h6,
41
+ p, blockquote, pre,
42
+ ul, ol, dl, figure,
43
+ %vertical-rhythm {
44
+ margin-bottom: $spacing-unit / 2;
45
+ }
46
+
47
+
48
+
49
+ /**
50
+ * Images
51
+ */
52
+ img {
53
+ max-width: 100%;
54
+ vertical-align: middle;
55
+ }
56
+
57
+
58
+
59
+ /**
60
+ * Figures
61
+ */
62
+ figure > img {
63
+ display: block;
64
+ }
65
+
66
+ figcaption {
67
+ font-size: $small-font-size;
68
+ }
69
+
70
+
71
+
72
+ /**
73
+ * Lists
74
+ */
75
+ ul, ol {
76
+ margin-left: $spacing-unit;
77
+ }
78
+
79
+ li {
80
+ > ul,
81
+ > ol {
82
+ margin-bottom: 0;
83
+ }
84
+ }
85
+
86
+
87
+
88
+ /**
89
+ * Headings
90
+ */
91
+ h1, h2, h3, h4, h5, h6 {
92
+ font-weight: $base-font-weight;
93
+ }
94
+
95
+
96
+
97
+ /**
98
+ * Links
99
+ */
100
+ a {
101
+ color: $punch;
102
+ font-weight: bold;
103
+ text-decoration: none;
104
+
105
+ &:visited {
106
+ color: darken($punch, 25%);
107
+ }
108
+
109
+ &:hover, &:focus {
110
+ color: $navy;
111
+ background-color: $gold;
112
+ }
113
+ }
114
+
115
+
116
+
117
+ /**
118
+ * Blockquotes
119
+ */
120
+ blockquote {
121
+ color: $navy;
122
+ border-left: 4px solid $teal;
123
+ padding-left: $spacing-unit / 2;
124
+ font-size: 1.1em;
125
+ letter-spacing: -1px;
126
+ font-style: italic;
127
+
128
+ > :last-child {
129
+ margin-bottom: 0;
130
+ }
131
+ }
132
+
133
+
134
+
135
+ /**
136
+ * Code formatting
137
+ */
138
+ kbd, samp, pre, code {
139
+ font-family: $mono-font-family;
140
+ font-size: .95em;
141
+ background-color: $white;
142
+ background-color: transparentize($white,0.15);
143
+ }
144
+ pre code {
145
+ color: $navy;
146
+ }
147
+
148
+ code {
149
+ color: $punch;
150
+ padding: .0625em .3em;
151
+ }
152
+
153
+ pre {
154
+ padding: 8px 12px;
155
+ overflow-x: auto;
156
+
157
+ > code {
158
+ border: 0;
159
+ padding-right: 0;
160
+ padding-left: 0;
161
+ }
162
+ }
163
+
164
+ /**
165
+ * Icons
166
+ */
167
+ .icon > svg {
168
+ display: inline-block;
169
+ vertical-align: middle;
170
+
171
+ path {
172
+ fill: $text-color;
173
+ }
174
+ }
@@ -0,0 +1,37 @@
1
+ $system-sans-serif: -apple-system, BlinkMacSystemFont, /* MacOS and iOS */
2
+ 'Avenir Next', avenir, /* MacOS and iOS */
3
+ 'Segoe UI', /* Windows */
4
+ 'Lucida Grande', /* Older MacOS */
5
+ 'Helvetica Neue', helvetica, /* Older MacOS */
6
+ 'Fira Sans', /* Firefox OS */
7
+ Roboto, Noto, /* Google stuff */
8
+ 'Droid Sans', /* Old Google stuff */
9
+ Cantarell, Oxygen, Ubuntu, /* Linux stuff */
10
+ 'Franklin Gothic Medium', 'Century Gothic', /* Windows stuff */
11
+ 'Liberation Sans', /* Linux */
12
+ sans-serif, /* Everything else */
13
+ 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; /* Emojis */
14
+
15
+ $system-monospace: Menlo, Monaco, /* MacOS */
16
+ 'Segoe UI Mono, Lucida Console', /* Windows */
17
+ 'Fira Mono', /* Firefox OS */
18
+ 'Roboto Mono', 'Noto Mono', /* Google stuff */
19
+ 'Droid Sans Mono', /* Old Google stuff */
20
+ 'Ubuntu Mono', 'DejaVu Sans Mono', 'Liberation Mono', /* Linux */
21
+ 'Courier New', /* MacOS and Windows */
22
+ monospace, /* Everything else */
23
+ 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; /* Emojis */
24
+
25
+ /*
26
+ References:
27
+
28
+ https://webkit.org/blog/3709/using-the-system-font-in-web-content/
29
+ https://en.wikipedia.org/wiki/Avenir_(typeface)
30
+ https://www.google.com/design/spec/style/typography.html#typography-typeface
31
+ https://core.trac.wordpress.org/ticket/36753#comment:85
32
+ http://font.ubuntu.com/
33
+ https://mozilla.github.io/Fira/
34
+ https://fedorahosted.org/liberation-fonts/
35
+ https://bitsofco.de/the-new-system-font-stack/
36
+
37
+ */
@@ -0,0 +1,71 @@
1
+ /**
2
+ * Syntax highlighting styles
3
+ */
4
+ .highlight {
5
+ // background: #fff;
6
+ @extend %vertical-rhythm;
7
+
8
+ .highlighter-rouge & {
9
+ // background: #eef;
10
+ }
11
+
12
+ .c { color: #998; font-style: italic } // Comment
13
+ .err { color: #a61717; background-color: #e3d2d2 } // Error
14
+ .k { font-weight: bold } // Keyword
15
+ .o { font-weight: bold } // Operator
16
+ .cm { color: #998; font-style: italic } // Comment.Multiline
17
+ .cp { color: #999; font-weight: bold } // Comment.Preproc
18
+ .c1 { color: #998; font-style: italic } // Comment.Single
19
+ .cs { color: #999; font-weight: bold; font-style: italic } // Comment.Special
20
+ .gd { color: #000; background-color: #fdd } // Generic.Deleted
21
+ .gd .x { color: #000; background-color: #faa } // Generic.Deleted.Specific
22
+ .ge { font-style: italic } // Generic.Emph
23
+ .gr { color: #a00 } // Generic.Error
24
+ .gh { color: #999 } // Generic.Heading
25
+ .gi { color: #000; background-color: #dfd } // Generic.Inserted
26
+ .gi .x { color: #000; background-color: #afa } // Generic.Inserted.Specific
27
+ .go { color: #888 } // Generic.Output
28
+ .gp { color: #555 } // Generic.Prompt
29
+ .gs { font-weight: bold } // Generic.Strong
30
+ .gu { color: #aaa } // Generic.Subheading
31
+ .gt { color: #a00 } // Generic.Traceback
32
+ .kc { font-weight: bold } // Keyword.Constant
33
+ .kd { font-weight: bold } // Keyword.Declaration
34
+ .kp { font-weight: bold } // Keyword.Pseudo
35
+ .kr { font-weight: bold } // Keyword.Reserved
36
+ .kt { color: #458; font-weight: bold } // Keyword.Type
37
+ .m { color: #099 } // Literal.Number
38
+ .s { color: #d14 } // Literal.String
39
+ .na { color: #008080 } // Name.Attribute
40
+ .nb { color: #0086B3 } // Name.Builtin
41
+ .nc { color: #458; font-weight: bold } // Name.Class
42
+ .no { color: #008080 } // Name.Constant
43
+ .ni { color: #800080 } // Name.Entity
44
+ .ne { color: #900; font-weight: bold } // Name.Exception
45
+ .nf { color: #900; font-weight: bold } // Name.Function
46
+ .nn { color: #555 } // Name.Namespace
47
+ .nt { color: #000080 } // Name.Tag
48
+ .nv { color: #008080 } // Name.Variable
49
+ .ow { font-weight: bold } // Operator.Word
50
+ .w { color: #bbb } // Text.Whitespace
51
+ .mf { color: #099 } // Literal.Number.Float
52
+ .mh { color: #099 } // Literal.Number.Hex
53
+ .mi { color: #099 } // Literal.Number.Integer
54
+ .mo { color: #099 } // Literal.Number.Oct
55
+ .sb { color: #d14 } // Literal.String.Backtick
56
+ .sc { color: #d14 } // Literal.String.Char
57
+ .sd { color: #d14 } // Literal.String.Doc
58
+ .s2 { color: #d14 } // Literal.String.Double
59
+ .se { color: #d14 } // Literal.String.Escape
60
+ .sh { color: #d14 } // Literal.String.Heredoc
61
+ .si { color: #d14 } // Literal.String.Interpol
62
+ .sx { color: #d14 } // Literal.String.Other
63
+ .sr { color: #009926 } // Literal.String.Regex
64
+ .s1 { color: #d14 } // Literal.String.Single
65
+ .ss { color: #990073 } // Literal.String.Symbol
66
+ .bp { color: #999 } // Name.Builtin.Pseudo
67
+ .vc { color: #008080 } // Name.Variable.Class
68
+ .vg { color: #008080 } // Name.Variable.Global
69
+ .vi { color: #008080 } // Name.Variable.Instance
70
+ .il { color: #099 } // Literal.Number.Integer.Long
71
+ }
@@ -0,0 +1,54 @@
1
+ ---
2
+ ---
3
+ @import "fonts";
4
+
5
+
6
+ // Define defaults for each variable.
7
+
8
+ $white: #f9f9f9;
9
+ $black: #090909;
10
+ $teal: #15dab6;
11
+ $navy: #1d3156;
12
+ $punch: #f31717;
13
+ $gold: #ffc410;
14
+
15
+ $base-font-family: $system-sans-serif;
16
+ $mono-font-family: $system-monospace;
17
+ $base-font-size: 16px !default;
18
+ $base-font-weight: 400 !default;
19
+ $small-font-size: $base-font-size * 0.875 !default;
20
+ $base-line-height: 1.3 !default;
21
+
22
+ $spacing-unit: 30px !default;
23
+
24
+ $text-color: $black !default;
25
+ $background-color: transparentize($white, .25) !default;
26
+ $brand-color: #2a7ae2 !default;
27
+
28
+ $grey-color: #828282 !default;
29
+ $grey-color-light: lighten($grey-color, 40%) !default;
30
+ $grey-color-dark: darken($grey-color, 25%) !default;
31
+
32
+ // Width of the content area
33
+ $content-width: 800px !default;
34
+
35
+ $on-palm: 600px !default;
36
+ $on-laptop: 800px !default;
37
+
38
+ // Use media queries like this:
39
+ // @include media-query($on-palm) {
40
+ // .wrapper {
41
+ // padding-right: $spacing-unit / 2;
42
+ // padding-left: $spacing-unit / 2;
43
+ // }
44
+ // }
45
+ @mixin media-query($device) {
46
+ @media screen and (max-width: $device) {
47
+ @content;
48
+ }
49
+ }
50
+
51
+ @import "base";
52
+ @import "base-styles";
53
+
54
+ @import "syntax-highlighting";
@@ -0,0 +1,461 @@
1
+ /*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
2
+
3
+ /**
4
+ * 1. Change the default font family in all browsers (opinionated).
5
+ * 2. Correct the line height in all browsers.
6
+ * 3. Prevent adjustments of font size after orientation changes in
7
+ * IE on Windows Phone and in iOS.
8
+ */
9
+
10
+ /* Document
11
+ ========================================================================== */
12
+
13
+ html {
14
+ font-family: sans-serif; /* 1 */
15
+ line-height: 1.15; /* 2 */
16
+ -ms-text-size-adjust: 100%; /* 3 */
17
+ -webkit-text-size-adjust: 100%; /* 3 */
18
+ }
19
+
20
+ /* Sections
21
+ ========================================================================== */
22
+
23
+ /**
24
+ * Remove the margin in all browsers (opinionated).
25
+ */
26
+
27
+ body {
28
+ margin: 0;
29
+ }
30
+
31
+ /**
32
+ * Add the correct display in IE 9-.
33
+ */
34
+
35
+ article,
36
+ aside,
37
+ footer,
38
+ header,
39
+ nav,
40
+ section {
41
+ display: block;
42
+ }
43
+
44
+ /**
45
+ * Correct the font size and margin on `h1` elements within `section` and
46
+ * `article` contexts in Chrome, Firefox, and Safari.
47
+ */
48
+
49
+ h1 {
50
+ font-size: 2em;
51
+ margin: 0.67em 0;
52
+ }
53
+
54
+ /* Grouping content
55
+ ========================================================================== */
56
+
57
+ /**
58
+ * Add the correct display in IE 9-.
59
+ * 1. Add the correct display in IE.
60
+ */
61
+
62
+ figcaption,
63
+ figure,
64
+ main { /* 1 */
65
+ display: block;
66
+ }
67
+
68
+ /**
69
+ * Add the correct margin in IE 8.
70
+ */
71
+
72
+ figure {
73
+ margin: 1em 40px;
74
+ }
75
+
76
+ /**
77
+ * 1. Add the correct box sizing in Firefox.
78
+ * 2. Show the overflow in Edge and IE.
79
+ */
80
+
81
+ hr {
82
+ box-sizing: content-box; /* 1 */
83
+ height: 0; /* 1 */
84
+ overflow: visible; /* 2 */
85
+ }
86
+
87
+ /**
88
+ * 1. Correct the inheritance and scaling of font size in all browsers.
89
+ * 2. Correct the odd `em` font sizing in all browsers.
90
+ */
91
+
92
+ pre {
93
+ font-family: monospace, monospace; /* 1 */
94
+ font-size: 1em; /* 2 */
95
+ }
96
+
97
+ /* Text-level semantics
98
+ ========================================================================== */
99
+
100
+ /**
101
+ * 1. Remove the gray background on active links in IE 10.
102
+ * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
103
+ */
104
+
105
+ a {
106
+ background-color: transparent; /* 1 */
107
+ -webkit-text-decoration-skip: objects; /* 2 */
108
+ }
109
+
110
+ /**
111
+ * Remove the outline on focused links when they are also active or hovered
112
+ * in all browsers (opinionated).
113
+ */
114
+
115
+ a:active,
116
+ a:hover {
117
+ outline-width: 0;
118
+ }
119
+
120
+ /**
121
+ * 1. Remove the bottom border in Firefox 39-.
122
+ * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
123
+ */
124
+
125
+ abbr[title] {
126
+ border-bottom: none; /* 1 */
127
+ text-decoration: underline; /* 2 */
128
+ text-decoration: underline dotted; /* 2 */
129
+ }
130
+
131
+ /**
132
+ * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
133
+ */
134
+
135
+ b,
136
+ strong {
137
+ font-weight: inherit;
138
+ }
139
+
140
+ /**
141
+ * Add the correct font weight in Chrome, Edge, and Safari.
142
+ */
143
+
144
+ b,
145
+ strong {
146
+ font-weight: bolder;
147
+ }
148
+
149
+ /**
150
+ * 1. Correct the inheritance and scaling of font size in all browsers.
151
+ * 2. Correct the odd `em` font sizing in all browsers.
152
+ */
153
+
154
+ code,
155
+ kbd,
156
+ samp {
157
+ font-family: monospace, monospace; /* 1 */
158
+ font-size: 1em; /* 2 */
159
+ }
160
+
161
+ /**
162
+ * Add the correct font style in Android 4.3-.
163
+ */
164
+
165
+ dfn {
166
+ font-style: italic;
167
+ }
168
+
169
+ /**
170
+ * Add the correct background and color in IE 9-.
171
+ */
172
+
173
+ mark {
174
+ background-color: #ff0;
175
+ color: #000;
176
+ }
177
+
178
+ /**
179
+ * Add the correct font size in all browsers.
180
+ */
181
+
182
+ small {
183
+ font-size: 80%;
184
+ }
185
+
186
+ /**
187
+ * Prevent `sub` and `sup` elements from affecting the line height in
188
+ * all browsers.
189
+ */
190
+
191
+ sub,
192
+ sup {
193
+ font-size: 75%;
194
+ line-height: 0;
195
+ position: relative;
196
+ vertical-align: baseline;
197
+ }
198
+
199
+ sub {
200
+ bottom: -0.25em;
201
+ }
202
+
203
+ sup {
204
+ top: -0.5em;
205
+ }
206
+
207
+ /* Embedded content
208
+ ========================================================================== */
209
+
210
+ /**
211
+ * Add the correct display in IE 9-.
212
+ */
213
+
214
+ audio,
215
+ video {
216
+ display: inline-block;
217
+ }
218
+
219
+ /**
220
+ * Add the correct display in iOS 4-7.
221
+ */
222
+
223
+ audio:not([controls]) {
224
+ display: none;
225
+ height: 0;
226
+ }
227
+
228
+ /**
229
+ * Remove the border on images inside links in IE 10-.
230
+ */
231
+
232
+ img {
233
+ border-style: none;
234
+ }
235
+
236
+ /**
237
+ * Hide the overflow in IE.
238
+ */
239
+
240
+ svg:not(:root) {
241
+ overflow: hidden;
242
+ }
243
+
244
+ /* Forms
245
+ ========================================================================== */
246
+
247
+ /**
248
+ * 1. Change the font styles in all browsers (opinionated).
249
+ * 2. Remove the margin in Firefox and Safari.
250
+ */
251
+
252
+ button,
253
+ input,
254
+ optgroup,
255
+ select,
256
+ textarea {
257
+ font-family: sans-serif; /* 1 */
258
+ font-size: 100%; /* 1 */
259
+ line-height: 1.15; /* 1 */
260
+ margin: 0; /* 2 */
261
+ }
262
+
263
+ /**
264
+ * Show the overflow in IE.
265
+ * 1. Show the overflow in Edge.
266
+ */
267
+
268
+ button,
269
+ input { /* 1 */
270
+ overflow: visible;
271
+ }
272
+
273
+ /**
274
+ * Remove the inheritance of text transform in Edge, Firefox, and IE.
275
+ * 1. Remove the inheritance of text transform in Firefox.
276
+ */
277
+
278
+ button,
279
+ select { /* 1 */
280
+ text-transform: none;
281
+ }
282
+
283
+ /**
284
+ * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
285
+ * controls in Android 4.
286
+ * 2. Correct the inability to style clickable types in iOS and Safari.
287
+ */
288
+
289
+ button,
290
+ html [type="button"], /* 1 */
291
+ [type="reset"],
292
+ [type="submit"] {
293
+ -webkit-appearance: button; /* 2 */
294
+ }
295
+
296
+ /**
297
+ * Remove the inner border and padding in Firefox.
298
+ */
299
+
300
+ button::-moz-focus-inner,
301
+ [type="button"]::-moz-focus-inner,
302
+ [type="reset"]::-moz-focus-inner,
303
+ [type="submit"]::-moz-focus-inner {
304
+ border-style: none;
305
+ padding: 0;
306
+ }
307
+
308
+ /**
309
+ * Restore the focus styles unset by the previous rule.
310
+ */
311
+
312
+ button:-moz-focusring,
313
+ [type="button"]:-moz-focusring,
314
+ [type="reset"]:-moz-focusring,
315
+ [type="submit"]:-moz-focusring {
316
+ outline: 1px dotted ButtonText;
317
+ }
318
+
319
+ /**
320
+ * Change the border, margin, and padding in all browsers (opinionated).
321
+ */
322
+
323
+ fieldset {
324
+ border: 1px solid #c0c0c0;
325
+ margin: 0 2px;
326
+ padding: 0.35em 0.625em 0.75em;
327
+ }
328
+
329
+ /**
330
+ * 1. Correct the text wrapping in Edge and IE.
331
+ * 2. Correct the color inheritance from `fieldset` elements in IE.
332
+ * 3. Remove the padding so developers are not caught out when they zero out
333
+ * `fieldset` elements in all browsers.
334
+ */
335
+
336
+ legend {
337
+ box-sizing: border-box; /* 1 */
338
+ color: inherit; /* 2 */
339
+ display: table; /* 1 */
340
+ max-width: 100%; /* 1 */
341
+ padding: 0; /* 3 */
342
+ white-space: normal; /* 1 */
343
+ }
344
+
345
+ /**
346
+ * 1. Add the correct display in IE 9-.
347
+ * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
348
+ */
349
+
350
+ progress {
351
+ display: inline-block; /* 1 */
352
+ vertical-align: baseline; /* 2 */
353
+ }
354
+
355
+ /**
356
+ * Remove the default vertical scrollbar in IE.
357
+ */
358
+
359
+ textarea {
360
+ overflow: auto;
361
+ }
362
+
363
+ /**
364
+ * 1. Add the correct box sizing in IE 10-.
365
+ * 2. Remove the padding in IE 10-.
366
+ */
367
+
368
+ [type="checkbox"],
369
+ [type="radio"] {
370
+ box-sizing: border-box; /* 1 */
371
+ padding: 0; /* 2 */
372
+ }
373
+
374
+ /**
375
+ * Correct the cursor style of increment and decrement buttons in Chrome.
376
+ */
377
+
378
+ [type="number"]::-webkit-inner-spin-button,
379
+ [type="number"]::-webkit-outer-spin-button {
380
+ height: auto;
381
+ }
382
+
383
+ /**
384
+ * 1. Correct the odd appearance in Chrome and Safari.
385
+ * 2. Correct the outline style in Safari.
386
+ */
387
+
388
+ [type="search"] {
389
+ -webkit-appearance: textfield; /* 1 */
390
+ outline-offset: -2px; /* 2 */
391
+ }
392
+
393
+ /**
394
+ * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
395
+ */
396
+
397
+ [type="search"]::-webkit-search-cancel-button,
398
+ [type="search"]::-webkit-search-decoration {
399
+ -webkit-appearance: none;
400
+ }
401
+
402
+ /**
403
+ * 1. Correct the inability to style clickable types in iOS and Safari.
404
+ * 2. Change font properties to `inherit` in Safari.
405
+ */
406
+
407
+ ::-webkit-file-upload-button {
408
+ -webkit-appearance: button; /* 1 */
409
+ font: inherit; /* 2 */
410
+ }
411
+
412
+ /* Interactive
413
+ ========================================================================== */
414
+
415
+ /*
416
+ * Add the correct display in IE 9-.
417
+ * 1. Add the correct display in Edge, IE, and Firefox.
418
+ */
419
+
420
+ details, /* 1 */
421
+ menu {
422
+ display: block;
423
+ }
424
+
425
+ /*
426
+ * Add the correct display in all browsers.
427
+ */
428
+
429
+ summary {
430
+ display: list-item;
431
+ }
432
+
433
+ /* Scripting
434
+ ========================================================================== */
435
+
436
+ /**
437
+ * Add the correct display in IE 9-.
438
+ */
439
+
440
+ canvas {
441
+ display: inline-block;
442
+ }
443
+
444
+ /**
445
+ * Add the correct display in IE.
446
+ */
447
+
448
+ template {
449
+ display: none;
450
+ }
451
+
452
+ /* Hidden
453
+ ========================================================================== */
454
+
455
+ /**
456
+ * Add the correct display in IE 10-.
457
+ */
458
+
459
+ [hidden] {
460
+ display: none;
461
+ }
metadata ADDED
@@ -0,0 +1,103 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: tashoku
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.3.0
5
+ platform: ruby
6
+ authors:
7
+ - thecristen
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2017-01-02 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: jekyll
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '3.3'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '3.3'
27
+ - !ruby/object:Gem::Dependency
28
+ name: bundler
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '1.12'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '1.12'
41
+ - !ruby/object:Gem::Dependency
42
+ name: rake
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '10.0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '10.0'
55
+ description:
56
+ email:
57
+ - cristen@outlook.com
58
+ executables: []
59
+ extensions: []
60
+ extra_rdoc_files: []
61
+ files:
62
+ - LICENSE.txt
63
+ - README.md
64
+ - _includes/disqus_comments.html
65
+ - _includes/footer.html
66
+ - _includes/head.html
67
+ - _includes/header.html
68
+ - _includes/social_media.html
69
+ - _layouts/blog.html
70
+ - _layouts/default.html
71
+ - _layouts/page.html
72
+ - _layouts/post.html
73
+ - _sass/_base-styles.scss
74
+ - _sass/_base.scss
75
+ - _sass/_fonts.scss
76
+ - _sass/_syntax-highlighting.scss
77
+ - assets/main.scss
78
+ - assets/normalize-5.0.0.css
79
+ homepage: http://thecristen.github.io/tashoku-theme
80
+ licenses:
81
+ - MIT
82
+ metadata: {}
83
+ post_install_message:
84
+ rdoc_options: []
85
+ require_paths:
86
+ - lib
87
+ required_ruby_version: !ruby/object:Gem::Requirement
88
+ requirements:
89
+ - - ">="
90
+ - !ruby/object:Gem::Version
91
+ version: '0'
92
+ required_rubygems_version: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - ">="
95
+ - !ruby/object:Gem::Version
96
+ version: '0'
97
+ requirements: []
98
+ rubyforge_project:
99
+ rubygems_version: 2.6.6
100
+ signing_key:
101
+ specification_version: 4
102
+ summary: A multicolored lightweight Jekyll theme
103
+ test_files: []