forked from LeagueOfAutomatedNations/loan_website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
33 lines (27 loc) · 931 Bytes
/
_config.yml
File metadata and controls
33 lines (27 loc) · 931 Bytes
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
##The website title
name: League of Automated Nations
##Markdown processor
markdown: kramdown
##syntax highlighter.
highlighter: rouge
##define base_url for valid usage in sitemap.xml and robots.txt
base_url: http://www.leagueofautomatednations.com
sass:
sass_dir: _sass
style: :compressed
##The website description (to be used in meta tags)
description: Alliance tracking for Screeps, the game that plays itself.
##Some frequently used keywords on your website
keywords: screeps, mmo, programming
##define this for disqus comment support
#disqus: forumname
##set this to enable google analytics
ga_id: UA-84882486-1
ga_domain: auto
##Some commonly used links
links:
github: LeagueOfAutomatedNations
##put desired image in img/ directory and set the value accordingly. If not defined, a placeholder image will be used.
about_image: leaguelogo.jpg
##comment this if you want full width posts with no sidebar
sidebar: on