-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
28 lines (25 loc) · 1007 Bytes
/
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
# The URL the site will be built for
base_url = "https://alanreviews.github.io/alan-reviews-updates/"
generate_feeds = true
compile_sass = true
title = "Alan Reviews Updates"
description = "The place where you get updates on my YouTube channel"
taxonomies = [
{name = "categories", rss = true, paginate_by=5},
{name = "tags", rss = true, paginate_by=5},
]
[extra]
author = "Alan Reviews"
clean_blog_menu = [
{url = "$BASE_URL", name = "Home"},
{url = "$BASE_URL/about", name = "About"},
{url = "$BASE_URL/faq", name = "FAQ"},
]
clean_blog_social = [
{url = "https://www.youtube.com/c/TheAlanReviews", icon="fab fa-youtube"},
{url = "https://discord.gg/K9BdChUCMN", icon="fab fa-discord"},
{url = "https://github.com/alanreviews", icon="fab fa-github"},
{url = "https://alanreviews.github.io/", icon="fa fa-globe"},
{url = "https://steamcommunity.com/id/alanreviews/", icon="fab fa-steam"},
{url = "https://www.behance.net/alandzhou", icon="fab fa-behance"},
]