cleanup and simplify

This commit is contained in:
rzen 2020-08-31 21:03:33 -04:00
parent 77d6cefbf9
commit 669e7c6e1e

View File

@ -9,34 +9,6 @@ subtitle: _config.yaml subtitle goes here
# label for the home menu # label for the home menu
nav: nav:
home: Home home: Home
hide_home: true
index:
# if omitted a default title will be generated
# which reads "X blogs since YYYY"
title: "Jekyll Theme: «Isabeline»"
# if configured this subtitle will render between intro and
# page index
subtitle: Blog
# this html copy will be placed at the top of the index page
intro: >-
<h2>About</h2>
<p>Isabeline is a clean mobile-friendly jekyll theme for
long form content.</p>
<p>Here's a partial list of features: Timeline, tag cloud,
customizable global menu, QED, color theming, image include, code snippets.</p>
# this html copy will be placed at the bottom of the index page
outro: >-
<h2>For more information</h2>
<p>Full souce code for the theme is <a href="https://git.rzen.dev/rzen/jekyll-theme-isabelline">available</a>.</p>
# # home page
# home: /about/
# site description # site description
# TODO: # TODO:
@ -49,7 +21,7 @@ tagline: _config.yaml tagline goes here
# if specified url to this website will be computed as # if specified url to this website will be computed as
# https://blog.example.com/valueofbaseurl/ # https://blog.example.com/valueofbaseurl/
# NOTE: leading forward slash is mandatory # NOTE: leading forward slash is mandatory
baseurl: "/baseurl" baseurl: "/isabelline"
url: "https://blog.example.com" url: "https://blog.example.com"
# used in footer # used in footer