feat: Stuff
This commit is contained in:
14
_config.yml
14
_config.yml
@ -1,9 +1,10 @@
|
||||
# Site settings
|
||||
title: Duckquill
|
||||
baseurl: "/duckquill" # the subpath of your site, e.g. /blog/
|
||||
# usually empty. necessary for building absolute URIs
|
||||
# for metadata header
|
||||
url: "https://daudix-ufo.codeberg.page" # the base hostname & protocol for your site
|
||||
baseurl:
|
||||
"/duckquill" # the subpath of your site, e.g. /blog/
|
||||
# usually empty. necessary for building absolute URIs
|
||||
# for metadata header
|
||||
url: "https://daudix-ufo.codeberg.page" # the base hostname & protocol for your site
|
||||
sourceurl: "https://codeberg.org/daudix-UFO/duckquill" # "edit this website" link in the footer
|
||||
hosting: "Codeberg" # the hosting of your site, e.g Codeberg
|
||||
description: "Duckquill blog template."
|
||||
@ -31,7 +32,7 @@ comments:
|
||||
# WILL BE ABLE TO READ THE ASSOCIATED ACCOUNT'S PRIVATE STATUSES. It is highly
|
||||
# recommended to use a dedicated bot/API account to create an application with
|
||||
# scope read:statuses.
|
||||
token:
|
||||
token: jTNX9pAV8XEPBby0cPWF6CmGY60kkIy4vidggfxXmoQ
|
||||
|
||||
# Additional verified usernames in username@example.com format. If they are on
|
||||
# the host listed above, OMIT the @example.com
|
||||
@ -49,6 +50,7 @@ feed:
|
||||
tags:
|
||||
path: "feed/tags/"
|
||||
plugins:
|
||||
- jekyll-loading-lazy
|
||||
- jekyll-sitemap
|
||||
- jekyll-feed
|
||||
- jekyll-toc
|
||||
@ -59,4 +61,4 @@ defaults:
|
||||
values:
|
||||
layout: "default"
|
||||
author: "Duckquill"
|
||||
destination: "posts"
|
||||
destination: "posts"
|
||||
|
Reference in New Issue
Block a user