forked from StartBootstrap/startbootstrap-clean-blog-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
37 lines (32 loc) · 970 Bytes
/
_config.yml
File metadata and controls
37 lines (32 loc) · 970 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
34
35
36
37
# Site settings
title: Code Recollection
email: guydavis.ca@gmail.com
copyright_name: Guy Davis
description: "Notes from my explorations in Computer Science"
baseurl: ""
url: "https://guydavis.github.io"
# Social links
# twitter_username:
github_username: guydavis
linkedin_username: guydavis
# facebook_username:
email_username: guydavis.ca@gmail.com
slideshare_username: guy_davis
stack_overflow_userpath: 3072265/guy-davis
# Disqus comments
enable_disqus: true
disqus_shortname: guydavis
# Google Analytics
# To enable google analytics, uncomment below line with a valid Google Tracking ID
enable_ga: true
google_analytics: G-275Q9942PK
# Build settings
markdown: kramdown
highlighter: rouge
permalink: pretty
paginate: 5
exclude: ["less","node_modules","Gruntfile.js","package.json","README.md"]
plugins:
- jekyll-feed
- jekyll-paginate
- jekyll-sitemap ## Uncomment this line to silently generate a sitemaps.org compliant sitemap for your Jekyll site