hitchens-theme 0.1.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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 2f25aaf0f14094be1caed4b541d1f63a27423a1a
4
+ data.tar.gz: 980134d26e13118ad5e36ba4edcd6495ef67647c
5
+ SHA512:
6
+ metadata.gz: a68c355c40500bb4904511facc9e7318e57e6eaa1261f9b4fd781053eafcd013296d93798f94747245e8f66e3c30bb19053e876cd592cab2d1393c1de2f2d241
7
+ data.tar.gz: 967672ad7ea8e914824b0c698e3f4a5f796626ed7afdf39734a5c230ee98677638f25999ac5f01a705a658b85fe65c6fc5f58096759c8559614199a290946702
data/LICENSE.txt ADDED
@@ -0,0 +1,9 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2018 Pat Dryburgh
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6
+
7
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
8
+
9
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,84 @@
1
+ # Hitchens
2
+
3
+ ![Hitchens Preview](https://raw.githubusercontent.com/patdryburgh/hitchens/master/screenshot.png?token=AAt3ZQiWog3NMOcTFnTp6ZGzirPSnoWVks5bayFOwA%3D%3D)
4
+
5
+ An inarguably well-designed Jekyll theme.
6
+
7
+ ## Installation
8
+
9
+ Add this line to your Jekyll site's `Gemfile`:
10
+
11
+ ```ruby
12
+ gem "hitchens"
13
+ ```
14
+
15
+ And add this line to your Jekyll site's `_config.yml`:
16
+
17
+ ```yaml
18
+ theme: hitchens
19
+ ```
20
+
21
+ And then execute:
22
+
23
+ $ bundle
24
+
25
+ Or install it yourself as:
26
+
27
+ $ gem install hitchens
28
+
29
+ ## Usage
30
+
31
+ ### Home Layout
32
+
33
+ The `home` layout presents a list of articles ordered chronologically. All articles are presented in one page, similar to a book's table of contents.
34
+
35
+ The masthead of the home page is derived from the `title` and `description` set in your site's `_config.yml` file.
36
+
37
+ #### Navigation
38
+
39
+ To include navigation in your site's masthead:
40
+
41
+ 1. Create a `_data` directory in the root of your site.
42
+ 2. Add a `menu.yml` file to the `_data` directory.
43
+ 3. Use the following format to list your menu items:
44
+
45
+ ```
46
+ - title: About
47
+ url: /about
48
+ ```
49
+
50
+ Be sure to start your `url`s with a `/`.
51
+
52
+
53
+ ### Post Layout
54
+
55
+ A sparsely decorated layout designed to present long-form writing in a manner that's pleasing to read.
56
+
57
+ ### Credits
58
+
59
+ The theme credits that appear at the bottom of each page can be turned off by including the following line in your site's `_config.yml` file:
60
+
61
+ ```
62
+ hide_credits: true
63
+ ```
64
+
65
+ ### Font
66
+
67
+ The theme includes a version of [EB Garamond](https://fonts.google.com/specimen/EB+Garamond), designed by Georg Duffner and Octavio Pardo. A [copy of the license](https://github.com/patdryburgh/hitchens/blob/master/assets/fonts/OFL.txt) has been included in the `assets` folder and must be included with any distributions of this theme that include the EB Garamond font files.
68
+
69
+ ## Contributing & Requesting Features
70
+
71
+ Bug reports, feature requests, and pull requests are welcome on GitHub at https://github.com/patdryburgh/hitchens.
72
+
73
+ 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.
74
+
75
+ ## Development
76
+
77
+ To set up your environment to develop this theme, run `bundle install`.
78
+
79
+ The theme is setup just like a normal Jekyll site. To test the theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using the theme. Add pages, documents, data, etc. like normal to test the theme's contents. As you make modifications to the theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.
80
+
81
+ ## License
82
+
83
+ The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
84
+
@@ -0,0 +1,20 @@
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
+
10
+ (function() {
11
+ var d = document, s = d.createElement('script');
12
+
13
+ s.src = 'https://{{ site.disqus.shortname }}.disqus.com/embed.js';
14
+
15
+ s.setAttribute('data-timestamp', +new Date());
16
+ (d.head || d.body).appendChild(s);
17
+ })();
18
+ </script>
19
+ <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
20
+ {%- endif -%}
@@ -0,0 +1,10 @@
1
+ <script>
2
+ if(!(window.doNotTrack === "1" || navigator.doNotTrack === "1" || navigator.doNotTrack === "yes" || navigator.msDoNotTrack === "1")) {
3
+ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
4
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
5
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
6
+ })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
7
+ ga('create', '{{ site.google_analytics }}', 'auto');
8
+ ga('send', 'pageview');
9
+ }
10
+ </script>
@@ -0,0 +1,31 @@
1
+ <!DOCTYPE html>
2
+ <html lang="{{ page.lang | default: site.lang | default: "en" }}">
3
+ <head>
4
+
5
+ <meta charset="utf-8">
6
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
7
+ <meta name="viewport" content="width=device-width, initial-scale=1">
8
+
9
+ <title>{{ site.title }}{% if page.title %} &mdash; {{ page.title }}{% endif %}</title>
10
+
11
+ <link rel="stylesheet" href="{{ '/assets/css/main.css' | absolute_url }}?{{ site.time | date: '%s%N' }}">
12
+
13
+ {%- if jekyll.environment == 'production' and site.google_analytics -%}
14
+ {%- include google-analytics.html -%}
15
+ {%- endif -%}
16
+
17
+ </head>
18
+ <body>
19
+
20
+ {{ content }}
21
+
22
+ {% unless site.hide_credits %}
23
+ <aside class="site-credits">
24
+ <p>
25
+ <small><a href="https://github.com/patdryburgh/hitchens">Hitchens Theme</a> powered by <a href="http://jekyllrb.com">Jekyll</a></small>
26
+ </p>
27
+ </aside>
28
+ {% endunless %}
29
+
30
+ </body>
31
+ </html>
@@ -0,0 +1,54 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ {% assign menu = site.data.menu %}
6
+
7
+ <header class="site-masthead">
8
+ {% if site.title %}
9
+ <h1>
10
+ {{ site.title }}
11
+ </h1>
12
+ {% endif %}
13
+ {% if site.title %}
14
+ <h2>
15
+ {{ site.description }}
16
+ </h2>
17
+ {% endif %}
18
+ {% if menu %}
19
+ <nav class="site-navigation">
20
+ <ul>
21
+ {% for item in site.data.menu %}
22
+ <li>
23
+ <a href="{{ item.url | prepend: baseurl }}">
24
+ {{ item.title }}
25
+ </a>
26
+ </li>
27
+ {% endfor %}
28
+ </ul>
29
+ </nav>
30
+ {% endif %}
31
+ </header>
32
+
33
+ <main class="home" aria-label="Content">
34
+
35
+ <h1 class="divided">
36
+ Contents
37
+ </h1>
38
+
39
+ <ul class="post-list">
40
+ {% for post in site.posts %}
41
+ <li>
42
+ <a href="{{ post.url | absolute_url }}" class="post-link">
43
+ <span class="post-title">
44
+ {{ post.title }}
45
+ </span>
46
+ <span class="post-date">
47
+ {{ post.date | date: "%b %-d, '%y" }}
48
+ </span>
49
+ </a>
50
+ </li>
51
+ {% endfor %}
52
+ </ul>
53
+
54
+ </main>
@@ -0,0 +1,5 @@
1
+ ---
2
+ layout: post
3
+ ---
4
+
5
+ {{ content }}
@@ -0,0 +1,30 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ <a href="{{ "/" | prepend: site.baseurl }}" class="back-link">
6
+ &#10094; Home
7
+ </a>
8
+
9
+ <article class="post h-entry" itemscope itemtype="http://schema.org/BlogPosting">
10
+
11
+ <h1 class="post-title divided p-name" itemprop="name headline">
12
+ {{ page.title }}
13
+ </h1>
14
+
15
+ <div class="post-content e-content" itemprop="articleBody">
16
+ {{ content }}
17
+ </div>
18
+
19
+ <div class="post-meta">
20
+ {% if page.author %}
21
+ <div itemprop="author">{{ page.author }}</div>
22
+ {% endif %}
23
+ <time class="post-date dt-published" datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">{{ page.date | date: "%B %-d, %Y" }}</time>
24
+ </div>
25
+
26
+ {% if site.disqus.shortname %}
27
+ {% include disqus-comments.html %}
28
+ {% endif %}
29
+
30
+ </article>
@@ -0,0 +1,51 @@
1
+ article > * {
2
+ margin-left: auto;
3
+ margin-right: auto;
4
+ max-width: 36rem;
5
+ padding: 0 1em;
6
+ }
7
+
8
+ article > h1 {
9
+ font-size: 2em;
10
+ max-width: 48rem;
11
+ padding: 2em 1em;
12
+ text-align: center;
13
+ }
14
+
15
+ article p {
16
+ text-align: justify;
17
+ text-indent: 1.5rem;
18
+ text-justify: inter-word;
19
+ }
20
+
21
+ article p:first-of-type,
22
+ article h2 + p {
23
+ text-indent: 0;
24
+ }
25
+
26
+ article img {
27
+ margin-left: -1em;
28
+ display: flex;
29
+ max-width: 100%;
30
+ height: auto;
31
+ margin: 2em auto;
32
+ }
33
+
34
+ article li {
35
+ margin-left: 1.5rem;
36
+ margin-right: 1.5rem;
37
+ }
38
+
39
+ .post-meta {
40
+ margin-bottom: 2em;
41
+ margin-top: 2em;
42
+ text-align: right;
43
+ }
44
+
45
+ .back-link {
46
+ display: inline-block;
47
+ font-size: .75em;
48
+ padding: 1em;
49
+ text-decoration: none;
50
+ text-transform: uppercase;
51
+ }
data/_sass/_base.scss ADDED
@@ -0,0 +1,134 @@
1
+ body {
2
+ color: $text-color;
3
+ font-family: "EB Garamond", Garamond, "Times New Roman", serif;
4
+ font-size: 1.3125em;
5
+ line-height: 1.325;
6
+ }
7
+
8
+ h2 {
9
+ font-size: 2em;
10
+ margin: 1em auto;
11
+ text-align: center;
12
+ }
13
+
14
+ h3 {
15
+ font-size: 1.5em;
16
+ margin: 1.3333em auto;
17
+ text-align: center;
18
+ }
19
+
20
+ h4 {
21
+ font-size: 1.25em;
22
+ font-style: italic;
23
+ margin: 1.875em auto;
24
+ text-align: center;
25
+ }
26
+
27
+ h5 {
28
+ font-size: 1em;
29
+ font-style: italic;
30
+ margin: 2em auto;
31
+ text-align: center;
32
+ }
33
+
34
+ h6 {
35
+ font-size: .875em;
36
+ font-style: italic;
37
+ margin: 2.25em auto;
38
+ text-align: center;
39
+ }
40
+
41
+ a {
42
+ color: $text-color;
43
+ }
44
+
45
+ blockquote {
46
+ margin: 2em auto;
47
+ opacity: .8;
48
+ > * {
49
+ padding: 0 1.5em;
50
+ }
51
+ }
52
+
53
+ blockquote.epigraph {
54
+ font-style: italic;
55
+ }
56
+
57
+ small {
58
+ font-size: .75em;
59
+ }
60
+
61
+ p > cite {
62
+ display: block;
63
+ text-align: right;
64
+ }
65
+
66
+ hr {
67
+ border: 0;
68
+ height: 0;
69
+ @include divider;
70
+ margin: 4em 0;
71
+ }
72
+
73
+ .divided::after {
74
+ content: "";
75
+ @include divider;
76
+ }
77
+
78
+ .home {
79
+ max-width: 24em;
80
+ margin: auto;
81
+ padding: 4em 1em;
82
+ }
83
+
84
+ .home h1 {
85
+ font-size: 2em;
86
+ margin-bottom: 2em;
87
+ text-align: center;
88
+ }
89
+
90
+ .post-list {
91
+ margin: 1em 0;
92
+ list-style: none;
93
+ }
94
+
95
+ .post-link {
96
+ color: $text-color;
97
+ display: flex;
98
+ flex-direction: column-reverse;
99
+ text-decoration: none;
100
+ padding: .25em 0;
101
+ .post-title {
102
+ display: block;
103
+ padding: .25em 0;
104
+ }
105
+ &:hover .post-title,
106
+ &:focus .post-title {
107
+ text-decoration: underline;
108
+ }
109
+ @media (min-width: $on-tablet) {
110
+ display: flex;
111
+ flex-direction: row;
112
+ justify-content: space-between;
113
+ .post-title {
114
+ margin-right: 4em;
115
+ }
116
+ }
117
+ }
118
+
119
+ .post-date {
120
+ color: $muted-text-color;
121
+ display: block;
122
+ font-size: .825em;
123
+ white-space: nowrap;
124
+ text-transform: uppercase;
125
+ .post-link & {
126
+ padding: .5em 0;
127
+ }
128
+ }
129
+
130
+ .site-credits {
131
+ margin: 2em auto;
132
+ padding: 0 2em;
133
+ text-align: center;
134
+ }
data/_sass/_font.scss ADDED
@@ -0,0 +1,13 @@
1
+ /* eb-garamond-regular - latin */
2
+ @font-face {
3
+ font-family: 'EB Garamond';
4
+ font-style: normal;
5
+ font-weight: 400;
6
+ src: url('#{$asset_url}/fonts/eb-garamond-v9-latin-regular.eot'); /* IE9 Compat Modes */
7
+ src: local('EB Garamond Regular'), local('EBGaramond-Regular'),
8
+ url('#{$asset_url}/fonts/eb-garamond-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
9
+ url('#{$asset_url}/fonts/eb-garamond-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
10
+ url('#{$asset_url}/fonts/eb-garamond-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
11
+ url('#{$asset_url}/fonts/eb-garamond-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
12
+ url('#{$asset_url}/fonts/eb-garamond-v9-latin-regular.svg#EBGaramond') format('svg'); /* Legacy iOS */
13
+ }
@@ -0,0 +1,56 @@
1
+ .site-masthead {
2
+ background: $brand-color;
3
+ box-sizing: border-box;
4
+ min-height: 100vh;
5
+ padding: 6em 2em;
6
+ position: relative;
7
+
8
+ display: flex;
9
+ flex-direction: column;
10
+ justify-content: center;
11
+ text-align: center;
12
+ }
13
+
14
+ .site-masthead h1 {
15
+ font-size: 3em;
16
+ margin-bottom: .125em;
17
+ @media (min-width: $on-tablet) {
18
+ font-size: 6em;
19
+ }
20
+ }
21
+
22
+ .site-masthead h2 {
23
+ color: $muted-text-color;
24
+ font-size: 1.5em;
25
+ margin: 0;
26
+ @media (min-width: $on-tablet) {
27
+ font-size: 3em;
28
+ }
29
+ }
30
+
31
+ .site-navigation {
32
+ position: absolute;
33
+ bottom: .75em;
34
+ left: 2em;
35
+ right: 2em;
36
+ }
37
+
38
+ .site-navigation ul {
39
+ margin: 0;
40
+ display: flex;
41
+ flex-wrap: wrap;
42
+ justify-content: center;
43
+ }
44
+
45
+ .site-navigation li {
46
+ list-style: none;
47
+ font-size: .875em;
48
+ font-variant: small-caps;
49
+ margin: 0;
50
+ }
51
+
52
+ .site-navigation a {
53
+ display: block;
54
+ padding: .25em .5em;
55
+ text-decoration: none;
56
+ }
@@ -0,0 +1,8 @@
1
+ @mixin divider {
2
+ border: 0;
3
+ display: block;
4
+ width: 152px;
5
+ height: 12px;
6
+ margin: .5em auto 0;
7
+ background: url(#{$asset_url}/images/divider.svg) no-repeat top center;
8
+ }
data/_sass/_reset.scss ADDED
@@ -0,0 +1 @@
1
+ html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle} .clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}.clearfix{display:inline-block}* html .clearfix{height:1%}.clearfix{display:block}
@@ -0,0 +1,84 @@
1
+ /**
2
+ * Syntax highlighting styles
3
+ */
4
+
5
+ code.highlighter-rouge {
6
+ background: #eef;
7
+ font-family: courier, monospace;
8
+ font-size: .875em;
9
+ }
10
+
11
+ .highlight {
12
+ background: #fff;
13
+ font-family: courier, monospace;
14
+ font-size: .875em;
15
+ margin: 2rem auto;
16
+
17
+ > * {
18
+ padding: 0 1.5rem;
19
+ }
20
+
21
+ .highlighter-rouge & {
22
+ background: #eef;
23
+ }
24
+
25
+ .c { color: #998; font-style: italic } // Comment
26
+ .err { color: #a61717; background-color: #e3d2d2 } // Error
27
+ .k { font-weight: bold } // Keyword
28
+ .o { font-weight: bold } // Operator
29
+ .cm { color: #998; font-style: italic } // Comment.Multiline
30
+ .cp { color: #999; font-weight: bold } // Comment.Preproc
31
+ .c1 { color: #998; font-style: italic } // Comment.Single
32
+ .cs { color: #999; font-weight: bold; font-style: italic } // Comment.Special
33
+ .gd { color: #000; background-color: #fdd } // Generic.Deleted
34
+ .gd .x { color: #000; background-color: #faa } // Generic.Deleted.Specific
35
+ .ge { font-style: italic } // Generic.Emph
36
+ .gr { color: #a00 } // Generic.Error
37
+ .gh { color: #999 } // Generic.Heading
38
+ .gi { color: #000; background-color: #dfd } // Generic.Inserted
39
+ .gi .x { color: #000; background-color: #afa } // Generic.Inserted.Specific
40
+ .go { color: #888 } // Generic.Output
41
+ .gp { color: #555 } // Generic.Prompt
42
+ .gs { font-weight: bold } // Generic.Strong
43
+ .gu { color: #aaa } // Generic.Subheading
44
+ .gt { color: #a00 } // Generic.Traceback
45
+ .kc { font-weight: bold } // Keyword.Constant
46
+ .kd { font-weight: bold } // Keyword.Declaration
47
+ .kp { font-weight: bold } // Keyword.Pseudo
48
+ .kr { font-weight: bold } // Keyword.Reserved
49
+ .kt { color: #458; font-weight: bold } // Keyword.Type
50
+ .m { color: #099 } // Literal.Number
51
+ .s { color: #d14 } // Literal.String
52
+ .na { color: #008080 } // Name.Attribute
53
+ .nb { color: #0086B3 } // Name.Builtin
54
+ .nc { color: #458; font-weight: bold } // Name.Class
55
+ .no { color: #008080 } // Name.Constant
56
+ .ni { color: #800080 } // Name.Entity
57
+ .ne { color: #900; font-weight: bold } // Name.Exception
58
+ .nf { color: #900; font-weight: bold } // Name.Function
59
+ .nn { color: #555 } // Name.Namespace
60
+ .nt { color: #000080 } // Name.Tag
61
+ .nv { color: #008080 } // Name.Variable
62
+ .ow { font-weight: bold } // Operator.Word
63
+ .w { color: #bbb } // Text.Whitespace
64
+ .mf { color: #099 } // Literal.Number.Float
65
+ .mh { color: #099 } // Literal.Number.Hex
66
+ .mi { color: #099 } // Literal.Number.Integer
67
+ .mo { color: #099 } // Literal.Number.Oct
68
+ .sb { color: #d14 } // Literal.String.Backtick
69
+ .sc { color: #d14 } // Literal.String.Char
70
+ .sd { color: #d14 } // Literal.String.Doc
71
+ .s2 { color: #d14 } // Literal.String.Double
72
+ .se { color: #d14 } // Literal.String.Escape
73
+ .sh { color: #d14 } // Literal.String.Heredoc
74
+ .si { color: #d14 } // Literal.String.Interpol
75
+ .sx { color: #d14 } // Literal.String.Other
76
+ .sr { color: #009926 } // Literal.String.Regex
77
+ .s1 { color: #d14 } // Literal.String.Single
78
+ .ss { color: #990073 } // Literal.String.Symbol
79
+ .bp { color: #999 } // Name.Builtin.Pseudo
80
+ .vc { color: #008080 } // Name.Variable.Class
81
+ .vg { color: #008080 } // Name.Variable.Global
82
+ .vi { color: #008080 } // Name.Variable.Instance
83
+ .il { color: #099 } // Literal.Number.Integer.Long
84
+ }
@@ -0,0 +1,8 @@
1
+ $brand-color: #f2e300;
2
+ $text-color: #0b0404;
3
+ $muted-text-color: #79785b;
4
+
5
+ $on-bigphone: 375px;
6
+ $on-tablet: 768px;
7
+ $on-laptop: 928px;
8
+ $on-desktop: 1024px;
@@ -0,0 +1,17 @@
1
+ ---
2
+ ---
3
+
4
+ @charset "utf-8";
5
+
6
+ $asset_url: '{{ '/assets' | absolute_url }}';
7
+
8
+ @import
9
+ "reset",
10
+ "variables",
11
+ "syntax-highlighting",
12
+ "mixins",
13
+ "font",
14
+ "base",
15
+ "masthead",
16
+ "article"
17
+ ;