jekyll-theme-tactile 0.1.1 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 772f06bfd8aa907a7a822cc5c31019a9ef8e855db5a17b64a55a9883fea9c965
4
- data.tar.gz: 8b2bd8450e1c6b2d2478b862f3ba5aebf3f76942bdccde6beba1958194d40c1d
3
+ metadata.gz: 38e590047faede61540b592fa65724545a90a0424d02514aed6d9d55c2ee5f16
4
+ data.tar.gz: 7c9aa1feb4fe8f9d66d01bb474fa20eb682bf92f1b0807c92c4ac5e90fd80c95
5
5
  SHA512:
6
- metadata.gz: a1069a105ddababbd4b020e854e8905c758dc9db0056554424be82f2fc47c1c9161a4a4f6a7e751dd090b1e6674bac207af439b521abc07af634641ebd229ff2
7
- data.tar.gz: 1c2eadb87653c603740035934da02e65e683e2c2519fd5c0ccf80d45c34cc321ae14c2eb0d8211aa508f7aef744c9ed8121416a4f9ad03c23e44ac06d0e1ee52
6
+ metadata.gz: 56b322ab641491ade5aab4bac93430f066dd4dddc3b52e44e8c538cd18b6605d73de48403b2623829a296f7989ae1aecf71bcd21fe7fac69824aec3366192f41
7
+ data.tar.gz: 2b009b32c72cdc83a1f6c63c31fbd1cdcf34945841f10dcfe9d40b494aa2cc65ac710d041e3f494da350df375bfcc0bd51fe99baf830756e55ca14a0facaca66
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # The Tactile theme
2
2
 
3
- [![Build Status](https://travis-ci.org/pages-themes/tactile.svg?branch=master)](https://travis-ci.org/pages-themes/tactile) [![Gem Version](https://badge.fury.io/rb/jekyll-theme-tactile.svg)](https://badge.fury.io/rb/jekyll-theme-tactile)
3
+ [![.github/workflows/ci.yaml](https://github.com/pages-themes/tactile/actions/workflows/ci.yaml/badge.svg)](https://github.com/pages-themes/tactile/actions/workflows/ci.yaml) [![Gem Version](https://badge.fury.io/rb/jekyll-theme-tactile.svg)](https://badge.fury.io/rb/jekyll-theme-tactile)
4
4
 
5
5
  *Tactile is a Jekyll theme for GitHub Pages. You can [preview the theme to see what it looks like](http://pages-themes.github.io/tactile), or even [use it today](#usage).*
6
6
 
@@ -13,7 +13,9 @@ To use the Tactile theme:
13
13
  1. Add the following to your site's `_config.yml`:
14
14
 
15
15
  ```yml
16
- theme: jekyll-theme-tactile
16
+ remote_theme: pages-themes/tactile@v0.2.0
17
+ plugins:
18
+ - jekyll-remote-theme # add this line to the plugins list if you already have one
17
19
  ```
18
20
 
19
21
  2. Optionally, if you'd like to preview your site on your computer, add the following to your site's `Gemfile`:
@@ -36,7 +38,7 @@ description: [A short description of your site's purpose]
36
38
  Additionally, you may choose to set the following optional variables:
37
39
 
38
40
  ```yml
39
- show_downloads: ["true" or "false" to indicate whether to provide a download URL]
41
+ show_downloads: ["true" or "false" (unquoted) to indicate whether to provide a download URL]
40
42
  google_analytics: [Your Google Analytics tracking ID]
41
43
  ```
42
44
 
@@ -60,10 +62,15 @@ If you'd like to add your own custom styles:
60
62
 
61
63
  If you'd like to change the theme's HTML layout:
62
64
 
63
- 1. [Copy the original template](https://github.com/pages-themes/tactile/blob/master/_layouts/default.html) from the theme's repository<br />(*Pro-tip: click "raw" to make copying easier*)
64
- 2. Create a file called `/_layouts/default.html` in your site
65
- 3. Paste the default layout content copied in the first step
66
- 4. Customize the layout as you'd like
65
+ 1. For some changes such as a custom `favicon`, you can add custom files in your local `_includes` folder. The files [provided with the theme](https://github.com/pages-themes/tactile/tree/master/_includes) provide a starting point and are included by the [original layout template](https://github.com/pages-themes/tactile/blob/master/_layouts/default.html).
66
+ 2. For more extensive changes, [copy the original template](https://github.com/pages-themes/tactile/blob/master/_layouts/default.html) from the theme's repository<br />(*Pro-tip: click "raw" to make copying easier*)
67
+ 3. Create a file called `/_layouts/default.html` in your site
68
+ 4. Paste the default layout content copied in the first step
69
+ 5. Customize the layout as you'd like
70
+
71
+ ### Customizing Google Analytics code
72
+
73
+ Google has released several iterations to their Google Analytics code over the years since this theme was first created. If you would like to take advantage of the latest code, paste it into `_includes/head-custom-google-analytics.html` in your Jekyll site.
67
74
 
68
75
  ### Overriding GitHub-generated URLs
69
76
 
@@ -106,4 +113,4 @@ If you'd like to preview the theme locally (for example, in the process of propo
106
113
 
107
114
  ### Running tests
108
115
 
109
- The theme contains a minimal test suite, to ensure a site with the theme would build successfully. To run the tests, simply run `script/cibuild`. You'll need to run `script/bootstrap` one before the test script will work.
116
+ The theme contains a minimal test suite, to ensure a site with the theme would build successfully. To run the tests, simply run `script/cibuild`. You'll need to run `script/bootstrap` once before the test script will work.
@@ -0,0 +1,10 @@
1
+ {% if site.google_analytics %}
2
+ <script>
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','//www.google-analytics.com/analytics.js','ga');
7
+ ga('create', '{{ site.google_analytics }}', 'auto');
8
+ ga('send', 'pageview');
9
+ </script>
10
+ {% endif %}
@@ -0,0 +1,9 @@
1
+ <!-- start custom head snippets, customize with your own _includes/head-custom.html file -->
2
+
3
+ <!-- Setup Google Analytics -->
4
+ {% include head-custom-google-analytics.html %}
5
+
6
+ <!-- You can set your favicon here -->
7
+ <!-- link rel="shortcut icon" type="image/x-icon" href="{{ '/favicon.ico' | relative_url }}" -->
8
+
9
+ <!-- end custom head snippets -->
@@ -2,6 +2,7 @@
2
2
  <html lang="{{ site.lang | default: "en-US" }}">
3
3
  <head>
4
4
  <meta charset='utf-8'>
5
+ <meta name="viewport" content="width=device-width, initial-scale=1">
5
6
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
7
  <link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
7
8
  <link rel="stylesheet" type="text/css" href="{{ '/assets/css/print.css' | relative_url }}" media="print">
@@ -10,6 +11,7 @@
10
11
  <![endif]-->
11
12
 
12
13
  {% seo %}
14
+ {% include head-custom.html %}
13
15
  </head>
14
16
 
15
17
  <body>
@@ -47,16 +49,5 @@
47
49
 
48
50
  </div>
49
51
  </div>
50
-
51
- {% if site.google_analytics %}
52
- <script>
53
- (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
54
- (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
55
- m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
56
- })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
57
- ga('create', '{{ site.google_analytics }}', 'auto');
58
- ga('send', 'pageview');
59
- </script>
60
- {% endif %}
61
52
  </body>
62
53
  </html>
@@ -170,7 +170,7 @@ a.button span {
170
170
 
171
171
  code, pre {
172
172
  margin-bottom: 30px;
173
- font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal;
173
+ font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace;
174
174
  font-size: 14px;
175
175
  color: #222;
176
176
  }
@@ -367,6 +367,13 @@ footer a:hover {
367
367
  width: 94%;
368
368
  margin: 0 auto;
369
369
  }
370
+ ul li {
371
+ margin-left: 10px;
372
+ padding-left: 10px;
373
+ }
374
+ ol li {
375
+ margin-left: 10px;
376
+ }
370
377
  }
371
378
 
372
379
  /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@@ -0,0 +1,4 @@
1
+ // Placeholder file. If your site uses
2
+ // @import "{{ site.theme }}";
3
+ // Then using this theme with jekyll-remote-theme will work fine.
4
+ @import "jekyll-theme-tactile";
metadata CHANGED
@@ -1,30 +1,36 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-tactile
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason Long
8
8
  - GitHub, Inc.
9
- autorequire:
9
+ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2018-04-11 00:00:00.000000000 Z
12
+ date: 2021-07-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: jekyll
16
16
  requirement: !ruby/object:Gem::Requirement
17
17
  requirements:
18
- - - "~>"
18
+ - - ">"
19
19
  - !ruby/object:Gem::Version
20
20
  version: '3.5'
21
+ - - "<"
22
+ - !ruby/object:Gem::Version
23
+ version: '5.0'
21
24
  type: :runtime
22
25
  prerelease: false
23
26
  version_requirements: !ruby/object:Gem::Requirement
24
27
  requirements:
25
- - - "~>"
28
+ - - ">"
26
29
  - !ruby/object:Gem::Version
27
30
  version: '3.5'
31
+ - - "<"
32
+ - !ruby/object:Gem::Version
33
+ version: '5.0'
28
34
  - !ruby/object:Gem::Dependency
29
35
  name: jekyll-seo-tag
30
36
  requirement: !ruby/object:Gem::Requirement
@@ -54,19 +60,19 @@ dependencies:
54
60
  - !ruby/object:Gem::Version
55
61
  version: '3.0'
56
62
  - !ruby/object:Gem::Dependency
57
- name: rubocop
63
+ name: rubocop-github
58
64
  requirement: !ruby/object:Gem::Requirement
59
65
  requirements:
60
66
  - - "~>"
61
67
  - !ruby/object:Gem::Version
62
- version: '0.50'
68
+ version: '0.16'
63
69
  type: :development
64
70
  prerelease: false
65
71
  version_requirements: !ruby/object:Gem::Requirement
66
72
  requirements:
67
73
  - - "~>"
68
74
  - !ruby/object:Gem::Version
69
- version: '0.50'
75
+ version: '0.16'
70
76
  - !ruby/object:Gem::Dependency
71
77
  name: w3c_validators
72
78
  requirement: !ruby/object:Gem::Requirement
@@ -81,7 +87,7 @@ dependencies:
81
87
  - - "~>"
82
88
  - !ruby/object:Gem::Version
83
89
  version: '1.3'
84
- description:
90
+ description:
85
91
  email:
86
92
  - opensource+jekyll-theme-tactile@github.com
87
93
  executables: []
@@ -90,9 +96,12 @@ extra_rdoc_files: []
90
96
  files:
91
97
  - LICENSE
92
98
  - README.md
99
+ - _includes/head-custom-google-analytics.html
100
+ - _includes/head-custom.html
93
101
  - _layouts/default.html
94
102
  - _sass/jekyll-theme-tactile.scss
95
103
  - _sass/rouge-base16-dark.scss
104
+ - _sass/tactile.scss
96
105
  - assets/css/print.css
97
106
  - assets/css/style.scss
98
107
  - assets/images/body-bg.png
@@ -105,7 +114,7 @@ homepage: https://github.com/pages-themes/tactile
105
114
  licenses:
106
115
  - CC0-1.0
107
116
  metadata: {}
108
- post_install_message:
117
+ post_install_message:
109
118
  rdoc_options: []
110
119
  require_paths:
111
120
  - lib
@@ -120,9 +129,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
120
129
  - !ruby/object:Gem::Version
121
130
  version: '0'
122
131
  requirements: []
123
- rubyforge_project:
124
- rubygems_version: 2.7.6
125
- signing_key:
132
+ rubygems_version: 3.2.15
133
+ signing_key:
126
134
  specification_version: 4
127
135
  summary: Tactile is a Jekyll theme for GitHub Pages
128
136
  test_files: []