-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
112 lines (94 loc) · 3.77 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
#
# This file contains configuration variables to customize your site.
# Variables are accessed using the convention: site.<variable_name>
# Example:
# {{ site.name }} will print the value of name:
#
# YAML Syntax: http://en.wikipedia.org/wiki/YAML#Syntax
# Name of your site (Used in meta data and throughout site branding)
name: "Party on, Garth!"
# Short bio or description (displayed in the <header> section)
description: "A free, responsive, one-page <a href='http://getbootstrap.com/'>Bootstrap</a> theme for <a href='http://jekyllrb.com/'>Jekyll</a>. <br>A configurable, sassified, jekyllized, fork of <a href='https://github.com/IronSummitMedia/startbootstrap-grayscale'>Grayscale</a>."
# Your website URL (e.g. http://username.github.io or http://www.yourdomain.foo)
# Used for Sitemap.xml and your RSS feed
url: http://mediadoneright.github.io
# If you're hosting your site at a Project repository on GitHub pages
# (http://username.github.io/repository-name)
# and NOT your User repository (http://username.github.io)
# then add in the baseurl here, like this: "/repository-name"
baseurl: "/jekyll-theme-PartyOnGarth"
# Customize navigation for the site
navigation: # Site Navigation Menu elements: names and links
brand:
text: "<span class='light'>Party</span> on, Garth!"
link: "#page-top"
logo: "" # if empty, defaults to an arrow icon using font-awesome
main: # Main Menu
e1: About
elink1: "#about"
e2: Download
elink2: "#download"
e3: Contact
elink3: "#contact"
foot: # Footer Menu
e1: "Copyright © 2015 lorem ipsum example"
elink1:
# URL of your avatar or profile pic (you could use your GitHub profile pic)
avatar:
#
# Flags below are optional
#
# Includes an icon in the footer for each username you enter
links:
dribbble:
email: [email protected]
facebook:
flickr:
github: MediaDoneRight/jekyll-theme-PartyOnGarth
instagram:
linkedin:
pinterest:
rss: # just type anything here for a working RSS icon, make sure you set the "url" above!
twitter:
irc:
nick:
channels: # Comma separated list of channel(s), e.g. "#jekyll,#sculpin,#css,#sass,#less,#atom,#node.js,#io.js,#drupal,#nginx"
stackoverflow: # your stackoverflow profile, e.g. "users/50476/bart-kiers"
# Your disqus shortname, entering this will enable commenting on posts
disqus:
# Enter your Google Analytics web tracking code (e.g. UA-2110908-2) to activate tracking
google_analytics:
#
# !! You don't need to change any of the configuration flags below !!
#
styling: "/style.css"
script: "/js/rockon.js"
fontawesome: "/font-awesome/css/font-awesome.min.css"
jquery:
main: "/js/jquery.js"
easing: "/js/jquery.easing.min.js"
bootstrap:
css: "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" # "css/bootstrap.min.css"
js: "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js" # "js/bootstrap.min.js"
googlefonts: "http://fonts.googleapis.com/css?family=Montserrat:400,700|Lora:400,700,400italic,700italic"
googlemaps: "https://maps.googleapis.com/maps/api/js?key=AIzaSyCRngKslUGJTlibkQ3FkfTxj3Xss1UlZDA&sensor=false" # - Use your own API key to enable the map feature. More information on the Google Maps API can be found at https://developers.google.com/maps/
markdown: redcarpet
highlighter: pygments
permalink: /:title/
# The release of Jekyll Now that you're using
#version: v1.0.0
# Set the Sass partials directory, as we're using @imports
sass:
sass_dir: _scss
style: :expanded # You might prefer to minify using :compressed
# Use the following plug-ins
gems:
- jekyll-sitemap # Create a sitemap using the official Jekyll sitemap gem
# Exclude these files from your production _site
exclude:
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
- .gitignore
- .editorconfig