aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancisco Fuentes <git@ffuent.es>2021-01-27 21:17:17 -0300
committerFrancisco Fuentes <git@ffuent.es>2021-01-27 21:17:17 -0300
commit10a665be919165f5e0f072c6258590ad2d376733 (patch)
tree386b7ce4027f8784f8ef4446845c65915560dbfd
parent8604b2e56670b4b3adb6f0ee36732e65cd17ddc9 (diff)
downloadmonocol-theme-10a665be919165f5e0f072c6258590ad2d376733.tar.gz
Initial commit!
-rw-r--r--README.md12
-rw-r--r--monocol-theme.gemspec6
2 files changed, 9 insertions, 9 deletions
diff --git a/README.md b/README.md
index 933d9ee..c4c2d32 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,6 @@
# monocol-theme
-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`.
-
-To experiment with this code, add some sample content and run `bundle exec jekyll serve` – this directory is setup just like a Jekyll site!
-
-TODO: Delete this and the text above, and describe your gem
+A minimalist theme for Jekyll based purely in monospaced fonts. It includes syntax highlighting, automatic tag pages and the new jekyll pagination plugin.
## Installation
@@ -31,7 +27,11 @@ Or install it yourself as:
## Usage
-TODO: Write usage instructions here. Describe your available layouts, includes, sass and/or assets.
+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.
+
+## Screenshot
+
+![screenshot](screenshot.png)
## Contributing
diff --git a/monocol-theme.gemspec b/monocol-theme.gemspec
index 2bad7a1..7b7f5d7 100644
--- a/monocol-theme.gemspec
+++ b/monocol-theme.gemspec
@@ -6,7 +6,7 @@ Gem::Specification.new do |spec|
spec.authors = ["Francisco Fuentes"]
spec.email = ["git@ffuent.es"]
- spec.summary = "El tema de Texto-Plano.xyz"
+ spec.summary = "El tema de Texto-Plano.xyz. A very minimal theme."
spec.homepage = "https://texto-plano.xyz"
spec.license = "MIT"
@@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "jekyll-feed", "~> 0.9"
spec.add_runtime_dependency "jekyll-seo-tag", "~> 2.1"
spec.add_runtime_dependency "rouge", "~> 3.26"
- spec.add_runtime_dependency "jekyll-paginate-v2"
+ spec.add_runtime_dependency "jekyll-paginate-v2", "~> 3.0"
- spec.add_development_dependency "bundler"
+ spec.add_development_dependency "bundler"
end
Un proyecto texto-plano.xyz