googletheme 1.2.1 → 1.4.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. metadata +8 -35
  3. data/README.md +0 -218
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fc1e3a7233b36477fd125969c87ca0cccfb3700ed99aa177a9bed99bd87a1701
4
- data.tar.gz: 104af09c0e4e861094e6999bc8b878f551c698d10a728c48bd1e6a600838a9bf
3
+ metadata.gz: a34b6c932f2d1c31bb2f8c75899b07243ff320ac3f541db71d8bb80abb68a621
4
+ data.tar.gz: 63fcabd8873942f6d7717235abc6026a17261d74c1e54c67d8cf1e7bd3c395bd
5
5
  SHA512:
6
- metadata.gz: fc12772076339d3a62e5dd84de5a5fdac37355bd7ed4926a24492a4e7d1bc4b578bf088248a8649961f9695ed762ce9375ffb12a6e96a4f5c289f8e5d76ca953
7
- data.tar.gz: 10100575c7c6bb700894c54cc53ca8d118cc38c8e254386c1d5ea28c069ebc9e23773fed84c13590d18c79b2c90cc75c631e4e0ed603aed38cc7dea46cfce3f8
6
+ metadata.gz: db40a67ffad6d87bb5ebb1b3b77fb6dc93d88bc7f3113df07ea706b893f04d845a0625d7f2570d3fd1463e6c470376fff26e23b786fd1db143357801d163db8e
7
+ data.tar.gz: 1b7c2f53d9ab919374dddc40a103f512ac20dccf79a757061d297fd1693072673cd681347699742eef28ef8b616968825c921139529f706535cd77a3962c03ac
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: googletheme
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1
4
+ version: 1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - NanobugXL
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '3.8'
19
+ version: 3.8.5
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '3.8'
26
+ version: 3.8.5
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: jekyll-feed
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -52,20 +52,6 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '2.1'
55
- - !ruby/object:Gem::Dependency
56
- name: jekyll-admin
57
- requirement: !ruby/object:Gem::Requirement
58
- requirements:
59
- - - ">="
60
- - !ruby/object:Gem::Version
61
- version: '0'
62
- type: :runtime
63
- prerelease: false
64
- version_requirements: !ruby/object:Gem::Requirement
65
- requirements:
66
- - - ">="
67
- - !ruby/object:Gem::Version
68
- version: '0'
69
55
  - !ruby/object:Gem::Dependency
70
56
  name: bundler
71
57
  requirement: !ruby/object:Gem::Requirement
@@ -80,29 +66,14 @@ dependencies:
80
66
  - - ">="
81
67
  - !ruby/object:Gem::Version
82
68
  version: '0'
83
- - !ruby/object:Gem::Dependency
84
- name: rake
85
- requirement: !ruby/object:Gem::Requirement
86
- requirements:
87
- - - ">="
88
- - !ruby/object:Gem::Version
89
- version: '0'
90
- type: :development
91
- prerelease: false
92
- version_requirements: !ruby/object:Gem::Requirement
93
- requirements:
94
- - - ">="
95
- - !ruby/object:Gem::Version
96
- version: '0'
97
69
  description:
98
70
  email:
99
71
  - nanobugxl@gmail.com
100
72
  executables: []
101
73
  extensions: []
102
74
  extra_rdoc_files: []
103
- files:
104
- - README.md
105
- homepage: https://dev.azure.com/Nanobug/Jekyll-Google-Theme
75
+ files: []
76
+ homepage: https://github.com/WestgateStudios/googletheme
106
77
  licenses:
107
78
  - MIT
108
79
  metadata:
@@ -125,5 +96,7 @@ requirements: []
125
96
  rubygems_version: 3.0.3
126
97
  signing_key:
127
98
  specification_version: 4
128
- summary: Project coming soon. Please do not download just yet!
99
+ summary: Google Theme is a one-size-fits-all Jekyll theme for writers and is based
100
+ off of Minima, from JekyllPlease do not download just yet, we are still updating
101
+ and testing before we release. Thank you for understanding! <3
129
102
  test_files: []
data/README.md DELETED
@@ -1,218 +0,0 @@
1
- # minima
2
-
3
- *Minima is a one-size-fits-all Jekyll theme for writers*. It's Jekyll's default (and first) theme. It's what you get when you run `jekyll new`.
4
-
5
- [Theme preview](https://jekyll.github.io/minima/)
6
-
7
- ![minima theme preview](/screenshot.png)
8
-
9
- ## Installation
10
-
11
- Add this line to your Jekyll site's Gemfile:
12
-
13
- ```ruby
14
- gem "minima"
15
- ```
16
-
17
- And add this line to your Jekyll site:
18
-
19
- ```yaml
20
- theme: minima
21
- ```
22
-
23
- And then execute:
24
-
25
- $ bundle
26
-
27
-
28
- ## Contents At-A-Glance
29
-
30
- Minima has been scaffolded by the `jekyll new-theme` command and therefore has all the necessary files and directories to have a new Jekyll site up and running with zero-configuration.
31
-
32
- ### Layouts
33
-
34
- Refers to files within the `_layouts` directory, that define the markup for your theme.
35
-
36
- - `default.html` &mdash; The base layout that lays the foundation for subsequent layouts. The derived layouts inject their contents into this file at the line that says ` {{ content }} ` and are linked to this file via [FrontMatter](https://jekyllrb.com/docs/frontmatter/) declaration `layout: default`.
37
- - `home.html` &mdash; The layout for your landing-page / home-page / index-page. [[More Info.](#home-layout)]
38
- - `page.html` &mdash; The layout for your documents that contain FrontMatter, but are not posts.
39
- - `post.html` &mdash; The layout for your posts.
40
-
41
- ### Includes
42
-
43
- Refers to snippets of code within the `_includes` directory that can be inserted in multiple layouts (and another include-file as well) within the same theme-gem.
44
-
45
- - `disqus_comments.html` &mdash; Code to markup disqus comment box.
46
- - `footer.html` &mdash; Defines the site's footer section.
47
- - `google-analytics.html` &mdash; Inserts Google Analytics module (active only in production environment).
48
- - `head.html` &mdash; Code-block that defines the `<head></head>` in *default* layout.
49
- - `header.html` &mdash; Defines the site's main header section. By default, pages with a defined `title` attribute will have links displayed here.
50
-
51
- ### Sass
52
-
53
- Refers to `.scss` files within the `_sass` directory that define the theme's styles.
54
-
55
- - `minima.scss` &mdash; The core file imported by preprocessed `main.scss`, it defines the variable defaults for the theme and also further imports sass partials to supplement itself.
56
- - `minima/_base.scss` &mdash; Resets and defines base styles for various HTML elements.
57
- - `minima/_layout.scss` &mdash; Defines the visual style for various layouts.
58
- - `minima/_syntax-highlighting.scss` &mdash; Defines the styles for syntax-highlighting.
59
-
60
- ### Assets
61
-
62
- Refers to various asset files within the `assets` directory.
63
- Contains the `main.scss` that imports sass files from within the `_sass` directory. This `main.scss` is what gets processed into the theme's main stylesheet `main.css` called by `_layouts/default.html` via `_includes/head.html`.
64
-
65
- This directory can include sub-directories to manage assets of similar type, and will be copied over as is, to the final transformed site directory.
66
-
67
- ### Plugins
68
-
69
- Minima comes with [`jekyll-seo-tag`](https://github.com/jekyll/jekyll-seo-tag) plugin preinstalled to make sure your website gets the most useful meta tags. See [usage](https://github.com/jekyll/jekyll-seo-tag#usage) to know how to set it up.
70
-
71
- ## Usage
72
-
73
- ### Home Layout
74
-
75
- `home.html` is a flexible HTML layout for the site's landing-page / home-page / index-page. <br/>
76
-
77
- #### Main Heading and Content-injection
78
-
79
- From Minima v2.2 onwards, the *home* layout will inject all content from your `index.md` / `index.html` **before** the **`Posts`** heading. This will allow you to include non-posts related content to be published on the landing page under a dedicated heading. *We recommended that you title this section with a Heading2 (`##`)*.
80
-
81
- Usually the `site.title` itself would suffice as the implicit 'main-title' for a landing-page. But, if your landing-page would like a heading to be explicitly displayed, then simply define a `title` variable in the document's front matter and it will be rendered with an `<h1>` tag.
82
-
83
- #### Post Listing
84
-
85
- This section is optional from Minima v2.2 onwards.<br/>
86
- It will be automatically included only when your site contains one or more valid posts or drafts (if the site is configured to `show_drafts`).
87
-
88
- The title for this section is `Posts` by default and rendered with an `<h2>` tag. You can customize this heading by defining a `list_title` variable in the document's front matter.
89
-
90
- --
91
-
92
- ### Customization
93
-
94
- To override the default structure and style of minima, simply create the concerned directory at the root of your site, copy the file you wish to customize to that directory, and then edit the file.
95
- e.g., to override the [`_includes/head.html `](_includes/head.html) file to specify a custom style path, create an `_includes` directory, copy `_includes/head.html` from minima gem folder to `<yoursite>/_includes` and start editing that file.
96
-
97
- The site's default CSS has now moved to a new place within the gem itself, [`assets/main.scss`](assets/main.scss). To **override the default CSS**, the file has to exist at your site source. Do either of the following:
98
- - Create a new instance of `main.scss` at site source.
99
- - Create a new file `main.scss` at `<your-site>/assets/`
100
- - Add the frontmatter dashes, and
101
- - Add `@import "minima";`, to `<your-site>/assets/main.scss`
102
- - Add your custom CSS.
103
- - Download the file from this repo
104
- - Create a new file `main.scss` at `<your-site>/assets/`
105
- - Copy the contents at [assets/main.scss](assets/main.scss) onto the `main.scss` you just created, and edit away!
106
- - Copy directly from Minima 2.0 gem
107
- - Go to your local minima gem installation directory ( run `bundle show minima` to get the path to it ).
108
- - Copy the `assets/` folder from there into the root of `<your-site>`
109
- - Change whatever values you want, inside `<your-site>/assets/main.scss`
110
-
111
- --
112
-
113
- ### Customize navigation links
114
-
115
- This allows you to set which pages you want to appear in the navigation area and configure order of the links.
116
-
117
- For instance, to only link to the `about` and the `portfolio` page, add the following to you `_config.yml`:
118
-
119
- ```yaml
120
- header_pages:
121
- - about.md
122
- - portfolio.md
123
- ```
124
-
125
- --
126
-
127
- ### Change default date format
128
-
129
- You can change the default date format by specifying `site.minima.date_format`
130
- in `_config.yml`.
131
-
132
- ```
133
- # Minima date format
134
- # refer to http://shopify.github.io/liquid/filters/date/ if you want to customize this
135
- minima:
136
- date_format: "%b %-d, %Y"
137
- ```
138
-
139
- --
140
-
141
- ### Enabling comments (via Disqus)
142
-
143
- Optionally, if you have a Disqus account, you can tell Jekyll to use it to show a comments section below each post.
144
-
145
- To enable it, add the following lines to your Jekyll site:
146
-
147
- ```yaml
148
- disqus:
149
- shortname: my_disqus_shortname
150
- ```
151
-
152
- You can find out more about Disqus' shortnames [here](https://help.disqus.com/customer/portal/articles/466208).
153
-
154
- Comments are enabled by default and will only appear in production, i.e., `JEKYLL_ENV=production`
155
-
156
- 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.
157
-
158
- --
159
-
160
- ### Social networks
161
-
162
- You can add links to the accounts you have on other sites, with respective icon, by adding one or more of the following options in your config:
163
-
164
- ```yaml
165
- twitter_username: jekyllrb
166
- github_username: jekyll
167
- dribbble_username: jekyll
168
- facebook_username: jekyll
169
- flickr_username: jekyll
170
- instagram_username: jekyll
171
- linkedin_username: jekyll
172
- pinterest_username: jekyll
173
- youtube_username: jekyll
174
- googleplus_username: +jekyll
175
- rss: rss
176
-
177
- mastodon:
178
- - username: jekyll
179
- instance: example.com
180
- - username: jekyll2
181
- instance: example.com
182
- ```
183
-
184
- --
185
-
186
- ### Enabling Google Analytics
187
-
188
- To enable Google Analytics, add the following lines to your Jekyll site:
189
-
190
- ```yaml
191
- google_analytics: UA-NNNNNNNN-N
192
- ```
193
-
194
- Google Analytics will only appear in production, i.e., `JEKYLL_ENV=production`
195
-
196
- --
197
-
198
- ### Enabling Excerpts on the Home Page
199
-
200
- To display post-excerpts on the Home Page, simply add the following to your `_config.yml`:
201
-
202
- ```yaml
203
- show_excerpts: true
204
- ```
205
-
206
- ## Contributing
207
-
208
- Bug reports and pull requests are welcome on GitHub at https://github.com/jekyll/minima. 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.
209
-
210
- ## Development
211
-
212
- To set up your environment to develop this theme, run `script/bootstrap`.
213
-
214
- To test your theme, run `script/server` (or `bundle exec jekyll serve`) and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme and the contents. As you make modifications, your site will regenerate and you should see the changes in the browser after a refresh.
215
-
216
- ## License
217
-
218
- The theme is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).