forked from riggraz/no-style-please
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
30 lines (24 loc) · 1.01 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
title: a random human's site # name of the site
author: a human # name of site's author
email: brisk.book1707@fastmail.com # email of site's author
url: https://argos2.github.io # 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)
robots<br>
& humans<br>
a (brave)<br>
new world<br>
permalink: /:slug.html
favicon: "logo.png" # name+extension of favicon (which must be put on the root folder)
# goat_counter: "yoursitename" # put your GoatCounter name if you want to use GoatCounter analytics
remote_theme: riggraz/no-style-please
theme_config:
appearance: "auto" # can be "light", "dark" or "auto"
back_home_text: "..home" # customize text for homepage link in post layout
date_format: "%Y-%m-%d" # customize how date is formatted
show_description: true # show blog description in home page
sass:
style: :expanded
plugins:
- jekyll-feed
- jekyll-seo-tag