monocol-theme 0.1.0 → 0.1.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. data/README.md +6 -6
  3. metadata +13 -13
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d47f67c264301ad8a19480a1bb7584f3d51781a1668dcd797fb4c60f8df26251
4
- data.tar.gz: e23b5000d55cf79855ccda36f3f4220399d4f22189273660a31aae763967b8da
3
+ metadata.gz: 36a1e3e17021bab233cd32284ec65b5b6ecf2fb716e63ec4cb321475b7e06d33
4
+ data.tar.gz: e691088d0384543f647ff169ee108ca66076194ed1bd9e2d41a93d9aa363b109
5
5
  SHA512:
6
- metadata.gz: d8b9489adc6a1ae72da96aa2a7f7e368422b94f4734164aabf9e32271d5cc8d7853e90bf4fedbda6807af4b21160062c3c2b72d01e1b2f17511b6c4463eaac3d
7
- data.tar.gz: e5327a7925eacff3888f324090bf31a8f09e5fcbbeabf7638cf6aadf83d9326bd345aa58c05de4fe6138b9fb20191795afdfe579e36fb871170cb0928b01a21b
6
+ metadata.gz: b383bf27f694f712f2ea50fefd3f00744d2e91de21d88861b708f57478413905462e77f1ad092c7c050b386d738314af13bd93f2d0e5da86504f2ba97bd8b8d1
7
+ data.tar.gz: 8e8952184bc0475e12ba822080fcca759f71efe26a13d71e6f5d53c09e78c4c51fd91ad2dee6f5defdcaeb497d0ea97b4d84e62988da33f7433f03d2d5a77061
data/README.md CHANGED
@@ -1,10 +1,6 @@
1
1
  # monocol-theme
2
2
 
3
- Welcome to your new Jekyll theme! 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`.
4
-
5
- To experiment with this code, add some sample content and run `bundle exec jekyll serve` – this directory is setup just like a Jekyll site!
6
-
7
- TODO: Delete this and the text above, and describe your gem
3
+ A minimalist theme for Jekyll based purely in monospaced fonts. It includes syntax highlighting, automatic tag pages and the new jekyll pagination plugin.
8
4
 
9
5
 
10
6
  ## Installation
@@ -31,7 +27,11 @@ Or install it yourself as:
31
27
 
32
28
  ## Usage
33
29
 
34
- TODO: Write usage instructions here. Describe your available layouts, includes, sass and/or assets.
30
+ Once you have installed it edit your _config.yml and _data/navigation.yml for the top menu. Categories need to be filled in the category folder.
31
+
32
+ ## Screenshot
33
+
34
+ ![screenshot](screenshot.png)
35
35
 
36
36
  ## Contributing
37
37
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: monocol-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Francisco Fuentes
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-01-27 00:00:00.000000000 Z
11
+ date: 2021-01-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -70,33 +70,33 @@ dependencies:
70
70
  name: jekyll-paginate-v2
71
71
  requirement: !ruby/object:Gem::Requirement
72
72
  requirements:
73
- - - ">="
73
+ - - "~>"
74
74
  - !ruby/object:Gem::Version
75
- version: '0'
75
+ version: '3.0'
76
76
  type: :runtime
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
- - - ">="
80
+ - - "~>"
81
81
  - !ruby/object:Gem::Version
82
- version: '0'
82
+ version: '3.0'
83
83
  - !ruby/object:Gem::Dependency
84
84
  name: bundler
85
85
  requirement: !ruby/object:Gem::Requirement
86
86
  requirements:
87
- - - ">="
87
+ - - "~>"
88
88
  - !ruby/object:Gem::Version
89
- version: '0'
89
+ version: '2.2'
90
90
  type: :development
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
- - - ">="
94
+ - - "~>"
95
95
  - !ruby/object:Gem::Version
96
- version: '0'
96
+ version: '2.2'
97
97
  description:
98
98
  email:
99
- - git@ffuent.es
99
+ - correo@ffuent.es
100
100
  executables: []
101
101
  extensions: []
102
102
  extra_rdoc_files: []
@@ -117,7 +117,7 @@ files:
117
117
  - _sass/monocol.scss
118
118
  - _sass/pygments.css
119
119
  - assets/css/monocol.scss
120
- homepage: https://texto-plano.xyz
120
+ homepage: https://texto-plano.xyz/~ffuentes
121
121
  licenses:
122
122
  - MIT
123
123
  metadata: {}
@@ -139,5 +139,5 @@ requirements: []
139
139
  rubygems_version: 3.2.5
140
140
  signing_key:
141
141
  specification_version: 4
142
- summary: El tema de Texto-Plano.xyz
142
+ summary: El tema de Texto-Plano.xyz. A very minimal theme.
143
143
  test_files: []