monocol-theme 0.1.0 → 0.1.1
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 +4 -4
- data/README.md +6 -6
- metadata +13 -13
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 36a1e3e17021bab233cd32284ec65b5b6ecf2fb716e63ec4cb321475b7e06d33
|
|
4
|
+
data.tar.gz: e691088d0384543f647ff169ee108ca66076194ed1bd9e2d41a93d9aa363b109
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b383bf27f694f712f2ea50fefd3f00744d2e91de21d88861b708f57478413905462e77f1ad092c7c050b386d738314af13bd93f2d0e5da86504f2ba97bd8b8d1
|
|
7
|
+
data.tar.gz: 8e8952184bc0475e12ba822080fcca759f71efe26a13d71e6f5d53c09e78c4c51fd91ad2dee6f5defdcaeb497d0ea97b4d84e62988da33f7433f03d2d5a77061
|
data/README.md
CHANGED
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
# monocol-theme
|
|
2
2
|
|
|
3
|
-
|
|
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
|
-
|
|
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
|
+

|
|
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.
|
|
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-
|
|
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: '
|
|
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: '
|
|
96
|
+
version: '2.2'
|
|
97
97
|
description:
|
|
98
98
|
email:
|
|
99
|
-
-
|
|
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: []
|