-
Notifications
You must be signed in to change notification settings - Fork 4
/
_config.yml
141 lines (122 loc) · 5.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
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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
#
# 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: "Uncoded"
# Short bio or description (displayed in the <header> section)
description: "We are open, technologists, community driven.<br />We are <em>Uncoded</em>, Long Beach"
# Your website URL (e.g. http://username.github.io or http://www.yourdomain.foo)
# Used for Sitemap.xml and your RSS feed
url: http://www.uncoded.org/
# 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: ""
# Customize menu names & links for the site
navigation: # Site Navigation Menu elements: names and links
brand:
text: "<span class='light'>uncoded</span>"
link: "#page-top"
logo: "" # if empty, defaults to an arrow icon using font-awesome
main: # Main Menu ( "LABEL": "URL" )
"Vision": "#vision"
"Initiatives": "#initiatives"
"About": "#about-us"
"Learn More": "#learn_more"
"Get Involved": "#get_involved"
"Contact": "#contact"
foot: # Footer Menu
"© 2015-2018 Uncoded.org":
# URL of your avatar or profile pic (you could use your GitHub profile pic)
avatar: https://avatars0.githubusercontent.com/u/12898756
#
# Flags below are optional
#
timezone: America/Los_Angeles
# Includes an icon in the footer for each username you enter
links:
dribbble:
donate: squareup.com/store/uncoded
email: "[email protected]"
facebook: "uncodedlb"
flickr:
github: "uncodedlb"
instagram: "uncodedlb"
linkedin:
pinterest:
rss: true # just type anything here for a working RSS icon, make sure you set the "url" above!
twitter: "uncodedlb"
slack-invite: j.mp/uncoded-slack # directs to ://uncoded-slack-inviter.herokuapp.com
slack-channel: uncodedlb
stackoverflow: # your stackoverflow profile, e.g. "users/50476/bart-kiers"
meetup: uncoded # your stackoverflow profile, e.g. "users/50476/bart-kiers"
irc:
nick: #kiwi_uncodedlb
channels: #"#jekyll,#sculpin,#css,#sass,#less,#atom,#node.js,#io.js,#drupal,#nginx,#uncodedlb"
collections:
pages:
output: true
permalink: /:categories/:slug/
posts:
output: true
permalink: /:categories/:short_year/:slug/
# Your disqus shortname, entering this will enable commenting on posts
disqus:
# http://www.discourse.org/
# Setup://blog.discourse.org/2014/04/install-discourse-in-under-30-minutes/
# Based on http://eviltrout.com/2014/01/22/embedding-discourse.html
discourse:
enabled: false
url: "http://discourse.uncoded.org/" #discourseUrl - points to the root URL of your Discourse forum.
# Make sure discourseEmbedUrl is the canonical URL to the page where you are embedding Discourse. You will want to make sure this uniquely identifies the page. For my blog template, I use the following code to link to the article: discourseEmbedUrl = 'http://eviltrout.com<%= current_page.url %>'
# Enter your Google Analytics web tracking code (e.g. UA-2110908-2) to activate tracking
google_analytics: "UA-60220524-3"
#
# !! 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"
lodash:
js: "/js/lodash.js"
bootstrap:
css:
url: "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" # "css/bootstrap.min.css"
integrity: "sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7"
crossorigin: "anonymous"
js:
url: "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" # "js/bootstrap.min.js"
integrity: "sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
crossorigin: "anonymous"
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 # removed due to depreciation to kramdown 5/1/2016
highlighter: rouge # changed to rouge due to Jekyll 3.0 change
permalink: /:title/
# 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
- jekyll-redirect-from # 301 redirects - https://help.github.com/articles/redirects-on-github-pages/
# - html-proofer ## travis CI per: http://jekyllrb.com/docs/continuous-integration/
# Exclude these files from your production _site
exclude:
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
- .gitignore
- .editorconfig
- vendor # CI Travis bundles all gems in the vendor directory on its build servers, which Jekyll will mistakenly read and explode on.
- _hide