jekyll-theme-zer0 0.1.2 → 0.1.3

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: a22a7fdc6f5bde3828e006c8c9739193e4e1e11b08cc94867f6cd904fb3073ed
4
- data.tar.gz: a5b93b543b8ee7ee0392395b587583c33bc81d6a4c07673abf40d44c53743856
3
+ metadata.gz: f51889f72c3949cdfc2a364886b710ff778164e254a586a1ff4dafc628d6743d
4
+ data.tar.gz: eb237dcc3999a7ea65f62ed7db483cbda799cc4c12913a4b92176b279dba7375
5
5
  SHA512:
6
- metadata.gz: 1708670ade88f4bf2f08faf1ae9bd11304f197cfcb952eb4c1eedd2a68e1120da9a1346cca5281f161c3baf851db9f77520a71fe30ae7bd66cefad49b22f089a
7
- data.tar.gz: 200d41a95f93cebe0b36b576946cd963b6566011e863eab2eca6a78b7d4c3e266aedb5c270db1935a19f57e5883f1a89ac26bc3e1067cb3ad36578e24117bf64
6
+ metadata.gz: f3a48c3bf56d3eafe8e059a250ec828762ec6d016e90a80a663e4db4c6db8da0781dcc1afa94d67c8ac3edff0272711d87330c1db54985f1cef110f91e464203
7
+ data.tar.gz: 810c5f6750d2dbafa59820a7821a7705e8481d71670e6be00bc44a8d66bf96a4dd2c45cee64644901a42099e4c6cc0a7ab74f87aae04c39cc67604bce8d4d4e3
data/README.md CHANGED
@@ -212,7 +212,7 @@ git remote add origin https://github.com/${GHUSER}/${GIT_REPO}.git
212
212
  git pull origin main
213
213
  curl https://raw.githubusercontent.com/bamr87/it-journey/master/zer0.md > README.md
214
214
  git add README.md
215
- git commit -m "Init zer0-mistakes"
215
+ git commit -m "Init $GIT_REPO"
216
216
  git branch -M main
217
217
  git push -u origin main
218
218
  ```
@@ -245,6 +245,7 @@ touch Gemfile
245
245
  echo 'source "https://rubygems.org"' >> Gemfile
246
246
  echo "gem 'github-pages' , '231'" >> Gemfile
247
247
  echo "gem 'jekyll' , '3.9.5'" >> Gemfile
248
+ echo "gem 'jekyll-theme-zer0' , '0.1.2'" >> Gemfile
248
249
  echo "group :jekyll_plugins do" >> Gemfile
249
250
  echo " gem 'jekyll-feed', \"~> 0.17\"" >> Gemfile
250
251
  echo " gem 'jekyll-sitemap' , \"~> 1.4.0\"" >> Gemfile
@@ -318,6 +319,8 @@ code _config.yml
318
319
  ```
319
320
 
320
321
  ```yaml
322
+ theme: jekyll-theme-zer0
323
+
321
324
  title: zer0-mistakes
322
325
  email: bamr87@zer0-mistakes.com
323
326
  description: >- # this means to ignore newlines until "baseurl:"
data/_data/README.md ADDED
@@ -0,0 +1,32 @@
1
+
2
+ ## Getting Started
3
+
4
+ These instructions will help you understand the data files in this directory.
5
+
6
+ ### Raw Data
7
+
8
+ The `raw` directory contains the raw data files. These files are the original data and have not been processed or manipulated in any way.
9
+
10
+ ### Processed Data
11
+
12
+ The `processed` directory contains the data files that have been processed and are ready for analysis. These files have been cleaned, manipulated, or otherwise processed from the raw data files.
13
+
14
+ ## Contributing
15
+
16
+ Please read [CONTRIBUTING.md](url) for details on our code of conduct, and the process for submitting pull requests to us.
17
+
18
+ ## Authors
19
+
20
+ * **Your Name** - *Initial work* - [YourGithub](url)
21
+
22
+ See also the list of [contributors](url) who participated in this project.
23
+
24
+ ## License
25
+
26
+ This project is licensed under the MIT License - see the [LICENSE.md](url) file for details
27
+
28
+ ## Acknowledgments
29
+
30
+ * Hat tip to anyone whose code was used
31
+ * Inspiration
32
+ * etc
@@ -0,0 +1,12 @@
1
+ - title: About
2
+ sublinks:
3
+ - title: Home
4
+ url: /about
5
+ - title: License
6
+ url: /about/license
7
+ - title: Terms & Privacy Policy
8
+ url: /terms
9
+ - title: Sitemap
10
+ url: /about/sitemap
11
+ url: /about/
12
+
@@ -0,0 +1,27 @@
1
+ - title: Setup
2
+ sublinks:
3
+ - title: Configuration
4
+ url: /docs/configuration
5
+ - title: Overriding Theme Defaults
6
+ url: /docs/overriding-theme-defaults
7
+ - title: Programming
8
+ sublinks:
9
+ - title: Liquid
10
+ url: /
11
+ source: null
12
+ - title: Headless CMS
13
+ sublinks:
14
+ - title: Working with Posts
15
+ url: /docs/posts
16
+ - title: Working with Collections
17
+ url: /docs/collections
18
+ - title: Helpers
19
+ url: /docs/helpers
20
+ - title: Utility Classes
21
+ url: /docs/utility-classes
22
+ - title: Design
23
+ sublinks:
24
+ - title: Stylesheets
25
+ url: /docs/stylesheets
26
+ - title: JavaScript
27
+ url: /docs/javascript
@@ -0,0 +1,27 @@
1
+ - title: Quick-Start
2
+ url: /quickstart
3
+ sublinks:
4
+ - title: zer0
5
+ url: /zer0/
6
+ - title: Master Setup
7
+ url: /quickstart/machine-setup
8
+ - title: Blog
9
+ url: /posts
10
+ sublinks:
11
+ - title: Pages
12
+ url: /pages
13
+ - title: Docs
14
+ url: /docs/
15
+ sublinks:
16
+ - title: Jekyll
17
+ url: /docs/jekyll
18
+
19
+ - title: About
20
+ url: /about/
21
+ sublinks:
22
+ - title: Config
23
+ url: /about/config
24
+ - title: Theme
25
+ url: /about/theme
26
+ - title: Sitemap
27
+ url: /about/sitemap
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-zer0
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amr Abdel
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-06-09 00:00:00.000000000 Z
11
+ date: 2024-06-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -61,6 +61,10 @@ extra_rdoc_files: []
61
61
  files:
62
62
  - LICENSE
63
63
  - README.md
64
+ - _data/README.md
65
+ - _data/navigation/about.yml
66
+ - _data/navigation/docs.yml
67
+ - _data/navigation/main.yml
64
68
  - _includes/branding.html
65
69
  - _includes/breadcrumbs.html
66
70
  - _includes/dev-shortcuts.html
@@ -130,7 +134,8 @@ files:
130
134
  homepage: https://github.com/bamr87/zer0-mistakes
131
135
  licenses:
132
136
  - MIT
133
- metadata: {}
137
+ metadata:
138
+ plugin_type: theme
134
139
  post_install_message:
135
140
  rdoc_options: []
136
141
  require_paths:
@@ -146,7 +151,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
146
151
  - !ruby/object:Gem::Version
147
152
  version: '0'
148
153
  requirements: []
149
- rubygems_version: 3.3.22
154
+ rubygems_version: 3.0.3.1
150
155
  signing_key:
151
156
  specification_version: 4
152
157
  summary: Jekyll theme based on bootstrap and compatible with github pages