ultra-minimal-theme 0.1.0 → 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: 5547336cac6cfa7a1482a852ab31950703dfed6a9be30c76012abd4c92030d40
4
- data.tar.gz: 1113baa52731256e2d8d48d9b57e6f7e231932098de9cd6a551d44d78c2447d1
3
+ metadata.gz: 587b80c9ce2f4e4b64b3f1c9b7e25ba1957572871a46b5f0b84cb4c21bfd9d9b
4
+ data.tar.gz: 6c5d5b70df5ad314bb5d17a1e972237fe8712fce2f882ab1d83691082d21da5d
5
5
  SHA512:
6
- metadata.gz: '08ed3d0bd951a68ae1167537142c3c0b98a038e318527151be737091fb3aee0ef9231b59a8b07764b8337d5546ad64035acf2f8115b8747a4ec40e969ec1b8e1'
7
- data.tar.gz: fd976f2b0e010c51acb07653c7c62d156e59aa167fdcfefa62aaddb5d1ceee0a6317829f2ffc86ab06c9d5f5ab030aa130213b7e82b13953f0437a5a3131ee0d
6
+ metadata.gz: b77e7cb70162205cb9dbeec936284f8d80b56e5e486389e439f2c18f4cc1c59edcfcfb708166574ccb31aac68dffdf509e3c8b6f5b9477ac3e20e9c059e8621c
7
+ data.tar.gz: 431a9b6d4e687127306c20344770d95515863b9914905ba48bfe76bcb4833c2d280370f5b7ed28f779ecfae74270698e1758a5e7655c8ea05a6b274e2c227fa1
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Jekyll is a great tool, but it's themes are clunky, ugly and too heavy.
4
4
 
5
- This is a WIP theme that strips of everything but the bare bones to create text-based blog posts. Right now, I am adding the CSS in via a link in the `head.html` file. Some more CSS tweaking is needed to make it work for as little or as many styles as you want to incorporate.
5
+ Ultra Minimal Theme strips of everything but the bare bones to create text-based blog posts. Right now, I am adding the CSS in via a link in the `head.html` file. Some more CSS tweaking is needed to make it work for as little or as many styles as you want to incorporate.
6
6
 
7
7
  ## Customizing CSS
8
8
  There are two ways to customize CSS. Either insert your own CSS via the `custom_styles.scss` file in the `_sass` folder, or add your own style sheet via `_includes/head.html`. Currently this site is styled using [Slightly Better CSS](https://github.com/printerscanner/slightly-better-css), a lightweight CSS template.
@@ -29,6 +29,8 @@ Or install it yourself as:
29
29
 
30
30
  $ gem install ultra-minimal-theme
31
31
 
32
+ Find version information on this theme on [RubyGems](https://rubygems.org/gems/ultra-minimal-theme/versions/0.1.0).
33
+
32
34
  ## Usage
33
35
 
34
36
  In this directory, you'll find the files you need to be able to package up your theme into a gem. Put your layouts in `_layouts`, your includes in `_includes`, your sass files in `_sass` and any other assets in `assets`.
@@ -1,17 +1,17 @@
1
1
  <footer>
2
2
  <data href="{{ "/" | relative_url }}"></data>
3
3
  <hr>
4
+
4
5
  {%- if site.author %}
5
- <ul>
6
6
  {% if site.author.name -%}
7
- <li>{{ site.author.name | escape }}</li>
7
+ Written by {{ site.author.name | escape }}
8
8
  {% endif -%}
9
9
  {% if site.author.email -%}
10
- <li><a href="mailto:{{ site.author.email }}">{{ site.author.email }}</a></li>
10
+ at <a href="mailto:{{ site.author.email }}">{{ site.author.email }}.</a>
11
11
  {%- endif %}
12
- </ul>
12
+ This blog was built using the <a href="https://github.com/printerscanner/ultra-minimal-theme">ultra minimal theme</a> and <a href="printerscanner.github.io/slightly-better-css/">Slightly Better CSS</a>.</p>
13
13
  {%- endif %}
14
- <p>{{ site.description | escape }}</p>
14
+ <!-- <p>{{ site.description | escape }}</p> -->
15
15
  <br></br>
16
16
 
17
17
  </footer>
@@ -12,9 +12,7 @@
12
12
  {{ content }}
13
13
  </div>
14
14
  </main>
15
-
16
15
  {%- include footer.html -%}
17
-
18
16
  </body>
19
17
 
20
18
  </html>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ultra-minimal-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - abbeyyacoe
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-05-06 00:00:00.000000000 Z
11
+ date: 2022-05-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '4.2'
19
+ version: '3.9'
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: '4.2'
26
+ version: '3.9'
27
27
  description:
28
28
  email:
29
29
  - abbeyyacoe@gmail.com