This repository has been archived by the owner on Mar 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
_config.yml
61 lines (49 loc) · 1.53 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
# Site settings
title: Macquarie Ancient History & Studies of Religion Teachers Conference 2018
description: Find tickets, schedules, and resources for the blockbuster Ancient History Teachers Conference and Studies of Religion Teachers conference.
cover: /assets/images/columns.jpg
logo: /assets/images/MQ_INT_HOR_RGB_POS.png
favicon: assets/images/favicon/apple-touch-icon-180x180-precomposed.png
baseurl: "/mqatthemusesums2018/" # the subpath of your site, e.g. /blog/ or / for root
url: "https://ancient-history-blog.mq.edu.au/" # the base hostname & protocol for your site
paginate: 5 # The number of posts to show per page on your homepage
# Social
facebook:
twitter: AncientHistMQ
github: mqAncientHistory
#Additional Pages
about: about
contact: contact
privacy-policy: https://mq.edu.au/privacy
name: Macquarie University Department of Ancient History
permalink: /:title
# Google Analytics
analytics_id: "UA-109032276-2"
# Build settings
markdown: kramdown
kramdown:
parse_block_html: true
plugins:
- jekyll-paginate
- jekyll-sitemap
# Settings for rake task
safe: False
lsi: False
username: samanyougarg #github username
repo: hanuman #github repository
branch: master #branch
relative_source: ../hanuman/ #source directory
destination: ../hanuman-pages/ #destination directory
production_url: https://samanyougarg.com/
source_url: https://github.com/samanyougarg/hanuman #source repository url
exclude:
- README.md
- Rakefile
- Gemfile
- Gemfile.lock
- changelog.md
- "*.Rmd"
- vendor
- .travis.yml
- "*.sh"
- "*.bak"