From 10a665be919165f5e0f072c6258590ad2d376733 Mon Sep 17 00:00:00 2001 From: Francisco Fuentes Date: Wed, 27 Jan 2021 21:17:17 -0300 Subject: Initial commit! --- README.md | 12 ++++++------ monocol-theme.gemspec | 6 +++--- 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 -- cgit v1.2.3