-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
51 lines (39 loc) · 1.98 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
48
49
50
51
#
# This file contains configuration flags to customize your site
#
# Name of your site (displayed in the navbar)
name: Topology Improvement Proposals
# Your site's title (e.g., Ben's Awesome Site, The GitHub Blog, etc.), used as part of the title tag like Home | Ben's Awesome Site.
title: Topology Improvement Proposals
# Link to avatar in the navbar (/assets/images/avatar.png). Leave empty if no logo desired. Two avatars for light and dark mode.
# Avatar for light mode site
lightavatar: /assets/images/logo.png
# Avatar for dark mode site
darkavatar: /assets/images/logo.png
# A short description (e.g., A blog dedicated to reviewing cat gifs), used as part of the title tag like Ben's Awesome Site | A blog dedicated to reviewing cat gifs instead of Ben's Awesome Site | Long description about a blog dedicated to reviewing cat gifs that would be used when page.title is not defined.
tagline: Topology Improvement Proposals
# A longer description used for the description meta tag. Also used as fallback for pages that don't provide their own description, and also as part of the page's title tag if neither page.title nor site.tagline has been defined.
description: Topology Improvement Proposals
# The full URL to your site. Note: site.github.url will be used by default.
url:
# If you're hosting your site at a Project repository on GitHub pages
# (http://yourusername.github.io/repository-name)
# and NOT your User repository (http://yourusername.github.io)
# then add in the baseurl here, like this: "/repository-name"
baseurl: ""
# global author information
author: topology
# URL to a site-wide logo (e.g., /assets/your-company-logo.png)
logo: /assets/images/logo.png
permalink: /posts/:title
# Includes an icon in the footer for each username you enter
footer-links:
# we should add a [email protected] group
email:
github: topology-foundation/TIPs
rss: # just type anything here for a working RSS icon
twitter: topology_gg
plugins:
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-feed