AwesomeSheep48s-Landing/_config.yml

31 lines
1.0 KiB
YAML

title: AwesomeSheep48's Landing # name of the site
author: AwesomeSheep48 # name of site's author
email: daviswill048@icloud.com # email of site's author
url: https://awesomesheep48.ca # root address of the site
baseurl: "" # subpath of the site, e.g. "/blog" (leave it blank "" if you're site shouldn't use a subpath)
description: > # description of the site (multiple lines allowed)
My small landing page + blog
permalink: /:slug.html
favicon: "favicon.jpg" # name+extension of favicon (which must be put on the root folder)
theme: no-style-please # if you are using GitHub Pages, change it to remote_theme: riggraz/no-style-please
theme_config:
appearance: "dark" # can be "light", "dark" or "auto"
back_home_text: ".." # customize text for homepage link in post layout
date_format: "%Y-%m-%d" # customize how date is formatted
show_description: false # show blog description in home page
sass:
style: :compressed
feed:
excerpt_only: false
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap