From 42706e303bf3536b56c066f26dfe39501ebfadeb Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Sun, 27 Aug 2023 16:39:44 -0600 Subject: Finishing touches --- _config.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '_config.yml') diff --git a/_config.yml b/_config.yml index 17ffc43..3b3f60f 100644 --- a/_config.yml +++ b/_config.yml @@ -1,7 +1,7 @@ # Jekyll configuration -name: My blog -description: A jekyll theme +name: Silos Needed +description: Intereses varios # url is currently only used only for the RSS feed in feed.xml url: https://scotte.github.io/jekyll-clean @@ -13,7 +13,7 @@ url: https://scotte.github.io/jekyll-clean baseurl: '' # These can be '' to hide the Github or Gitlab nav buttons -github: 'scotte/jekyll-clean' +github: '' gitlab: '' # Set this to your UA-# value, or '' to disable the block completely @@ -22,7 +22,7 @@ gaaccount: '' # The 'comments' setting enables comments. You'll need to select either # disqus or isso below to choose a comment system. Individual posts can # override 'comments' to disable on a post-by-post basis. -comments: true +comments: false # Set this to your public isso URL to enable comments via isso. Set to '' to disable isso. isso: '' @@ -35,6 +35,6 @@ paginate: 3 highlighter: rouge markdown: kramdown -gems: ['jekyll-paginate'] +plugins: ['jekyll-paginate'] exclude: ['README.md', 'LICENSE'] -- cgit v1.2.3