-
-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathconfig.toml
50 lines (43 loc) · 1.47 KB
/
config.toml
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Your full site URL. Example:
# "https://<username>.neocities.org/"
baseURL = "https://example.com/"
languageCode = "en-us"
# Title of your site
title = "Neofeed"
# How many feed entries to load at once
paginate = 6
[taxonomies]
tag = "tags"
[author]
name = "Chihiro Ogino" # Your online name
# Your profile image. External link or relative to static/. Examples:
# "https://imgur.com/123456788"
# "image/me.webp"
image = ""
about = "I'm dreaming, I'm dreaming! Come on, wake up! Wake up! Wake up..."
[params]
# Name of a file in static/skins/ without the ".css" extension
skin = "macintosh"
#
# Totally optional cool stuff (see README for details)
#
# socialImage = "static/img/social.png" # site image for rich embeds
# customCSS = "css/style.css" # relative to ./static/
# plausible = true
# paymentPointer = "$wallet.provider.com/myspecialid123"
# webmentionUrl = "https://webmention.io/example/webmention"
# pingbackUrl = "https://webmention.io/example/xmlrpc"
# micropubUrl = "https://example.com/.netlify/functions/micropub"
# microsubUrl = "https://aperture.p3k.io/microsub/example"
#
# For IndieAuth and the author card
#
# githubuser = "chihiro"
# twitteruser = "chihiro" # no @ in front
# mastodon = "https://mastodon.technology/@chihiro" # full link to your instance profile
[permalinks]
# Format for feed entry links. You probably don't need to change this.
feed = "/:title/"
[outputs]
# Output formats for your feed. You probably don't need to change this.
home = ["HTML", "JSON", "RSS"]