-
Notifications
You must be signed in to change notification settings - Fork 110
/
_config.yml
47 lines (38 loc) · 1.26 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# change the followings to match your Github username and repo name
baseurl: "/tailpages" # the name of your github repo
url: "https://harrywang.github.io" # the url of your github pages
# site information used in page title, meta data etc.
title: "Tailpages: Tailwind + Github Pages"
description: A Github Pages (Jekyll) template based on TailwindCSS
# color theme for links
theme-color: indigo # indigo|yellow|pink|green|stone|
# homepage information
author: Satoshi Nakamoto
author-bio: Creator of Bitcoin # change to false to hide
author-image: 279.png # file must be in the /assets/img/ folder
# navigation menu
show-nav-menu: true
nav-menu:
- text: About
permalink: about
- text: Bitcoin
permalink: bitcoin
- text: Blog
permalink: blog
# use false to turn off any social media links
twitter: https://twitter.com/
facebook: https://facebook.com/
instagram: https://instagram.com/
github: https://github.com/
linkedin: https://linkedin.com/
medium: false
google-scholar: false
email: false
# footer information
footer-msg: "Powered by Tailpages"
footer-msg-link: https://github.com/harrywang/tailpages
# google analytics
google-analytics: G-WCRC1TC2V5
# jekyll plugins - no need to change
plugins:
- jekyll-seo-tag