diff options
author | HombreLaser <sebastian-440@live.com> | 2023-08-27 16:39:44 -0600 |
---|---|---|
committer | HombreLaser <sebastian-440@live.com> | 2023-08-27 16:39:44 -0600 |
commit | 42706e303bf3536b56c066f26dfe39501ebfadeb (patch) | |
tree | 2123e30a8e6f03ce5e809b7c66af94924631570f /_config.yml | |
parent | a2a0a2d0e08cee9fb73ee506d9a55ee8ed4625f8 (diff) |
Finishing touches
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 10 |
1 files changed, 5 insertions, 5 deletions
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'] |