jekyll-theme-cheatsheet 0.0.3 → 0.0.4

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6c0d575f5cd0a0d5e3d46002f1aef9b2d6271313984b08b331660b021d8cc130
4
- data.tar.gz: 01cba66bc5c616602a2fdd6b02c296468e3b06ba66d27970b4e32d5084195ca5
3
+ metadata.gz: 50460bd1e66bad7573bcf901af92894e486b8d00a307dc53c5338307b8da9e79
4
+ data.tar.gz: 70e4f616cff4b2c9a970a8027b5391f274f1dfdef0ebd7cb7c0af55698b11321
5
5
  SHA512:
6
- metadata.gz: c175382c0fc1e94261b52be94efeb1684d3b77d4bcf5504e469ecc89f8b0bb9bb6891d8d038925ca928678732d9254729148dc2c493d334b840fe96dda9bb51d
7
- data.tar.gz: 570abdc64d84cf19096b28176c2470f6ca1cd55d2e32423526706d863a5dfaa1077f9a21ba1c1d706b34138dc615cd53c6021918e31956862a49e72b7a63e169
6
+ metadata.gz: 74ba2e249fb694900a70ec3599dc11144d3b6829c240523eb3f0c4507e0d6d78b992e1f60e634364c32d734be73956f75201d84c00cf09712621316de185e0d6
7
+ data.tar.gz: 57b9ca501ba5c84e478b86d29b40244f68413eb862ecc58def06bde601d79fadf77bfdb63c54e28e3bdb33715d21517c77ad83638309f8e7201491803564b9ba
data/README.md CHANGED
@@ -28,21 +28,5 @@ Or install it yourself as:
28
28
 
29
29
  ## Usage
30
30
 
31
- TODO: Write usage instructions here. Describe your available layouts, includes, sass and/or assets.
31
+ Copy `index.html` and `feed.xml` from this repository to your project's root folder.
32
32
 
33
- ## Contributing
34
-
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/jekyll-theme-cheatsheet. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](https://www.contributor-covenant.org/) code of conduct.
36
-
37
- ## Development
38
-
39
- To set up your environment to develop this theme, run `bundle install`.
40
-
41
- 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.
42
-
43
- When your theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked with Git will be bundled.
44
- To add a custom directory to your theme-gem, please edit the regexp in `jekyll-theme-cheatsheet.gemspec` accordingly.
45
-
46
- ## License
47
-
48
- The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
data/_config.yml CHANGED
@@ -1,5 +1,5 @@
1
- name: My Cheatsheet
2
- url: https://localhost:4000
1
+ title: My Cheatsheet
2
+ url: http://localhost:4000
3
3
  lang: en
4
4
  # footer:
5
5
  # - contact:
@@ -3,19 +3,19 @@
3
3
  <head>
4
4
  <meta charset="utf-8">
5
5
  <meta http-equiv="x-ua-compatible" content="ie=edge">
6
- <title>{% if page.title %}{{ page.title }}{% else %}{{ site.name }}{% endif %}</title>
6
+ <title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
7
7
  <meta name="viewport" content="width=device-width, initial-scale=1">
8
8
  {% capture styles %}
9
9
  {% include main.scss %}
10
10
  {% endcapture %}
11
11
  <style>{{ styles | scssify }}</style>
12
- <link rel="alternate" type="application/rss+xml" title="{{ site.name }}" href="/feed.xml" >
12
+ <link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="/feed.xml" >
13
13
  </head>
14
14
 
15
15
  <body>
16
16
  <div class="wrapper">
17
17
  <header{% if page.url == '/' %} class="index"{% endif %}>
18
- <h1{% if page.url != '/' %} class="small"{% endif %}><a href="/">{{ site.name }}</a></h1>
18
+ <h1{% if page.url != '/' %} class="small"{% endif %}><a href="/">{{ site.title }}</a></h1>
19
19
  </header>
20
20
 
21
21
  <div class="content">
data/feed.xml CHANGED
@@ -5,7 +5,7 @@ layout: null
5
5
  <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
6
6
 
7
7
  <channel>
8
- <title>{{ site.name }}</title>
8
+ <title>{{ site.title }}</title>
9
9
  <link>{{ site.url }}</link>
10
10
  <description>{{ site.description | xml_escape}}</description>
11
11
  <language>en-us</language>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-cheatsheet
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - j7k6
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-04-26 00:00:00.000000000 Z
11
+ date: 2025-04-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll