forked from bchetty/jekyllBasic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
97 lines (80 loc) · 2.31 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
# Build settings
# Gems
gems:
- jekyll-paginate
- jekyll-feed
# url is the full website URL
# baseurl is the website's URL without the hostname
# If you are hosting it on Github for some project with name 'projectname', then the url and baseurl should look like:
#url: "http://username.github.io/projectname"
#baseurl: "/projectname"
url: "http://umwrit350sp17.github.io/portfolio/"
enforce_ssl: ""
baseurl: "/portfolio"
# Title of website
title: Andrew Dean Davis
#Default keywords (used if no keywords are specified on a page basis)
keywords: writing, technical writing, digital writing
# Short description of your site
desc: This is the Jekyll site template for a sample portfolio for a Professional Writing Minor with an emphasis in technical writing
# --- Navigation bar options --- #
# Image to show in the navigation bar - image must be a square (width = height)
# Remove this parameter if you don't want an image in the navbar
avatar: "https://olemiss.edu/apple-touch-icon.png"
# List of links in the navigation bar
nav-links:
Home: ""
About Me: "aboutme"
Projects: "projects"
Resume: "resume"
Reflections: "reflections"
Contact: "contact"
# --- Footer options --- #
# If the values are empty, they are ignored
profile:
name: Your Name
email: [email protected]
facebook: your-fb-id
github: your-github-id
twitter: your-twitter-id
linkedin: your-linkedin-id
stackoverflow: your-stackoverflow-id
# To display link in the footer section
pretty-url: "rhetoric.olemiss.edu"
# --- Misc --- #
# Your Disqus profile (shortname) settings
disqus: "Your-Disqus-Id"
# Google Analytics Settings
google_analytics: "Your-GA-Id"
# Set these options as you need (For more information, check Jekyll's site)
timezone: "Central/Chicago"
markdown: kramdown
#highlighter: rouge
kramdown:
input: GFM
syntax_highlighter: rouge
permalink: /blog/:title
paginate: 5
# Default YAML values (more information on Jekyll's site)
defaults:
-
scope:
path: ""
type: "posts"
values:
comments: true # add comments to all blog posts
-
scope:
path: "" # all files
values:
layout: "default"
show-avatar: true
# Exclude these files from production site
exclude:
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
- CNAME
created-by: Babji, Chetty
creator-url: https://bchetty.com