-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path_config.yml
More file actions
62 lines (50 loc) · 1.71 KB
/
Copy path_config.yml
File metadata and controls
62 lines (50 loc) · 1.71 KB
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
# Site settings
title: "MQ Ancient History: City of Rome Blog"
description: "MQ Rome focuses on the history of ancient Rome. The city was founded in myth in the year 753 BCE and became the first metropolis with an empire stretching from Scotland to the Sahara and from the Atlantic Ocean to the Euphrates (Iraq)."
cover: cityOfRome/assets/images/LJ-RF-1872-024.jpg
logo: assets/images/MQ_INT_HOR_RGB_POS.png
favicon: assets/images/favicon/apple-touch-icon-180x180-precomposed.png
baseurl: "/cityOfRome" # 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/cityOfRome
#Additional Pages
# about: about
# contact: contact
privacy-policy: https://mq.edu.au/privacy
name: Macquarie University Department of Ancient History - City Of Rome
permalink: /:title
# Google Analytics
analytics_id: "UA-109032276-4"
# Build settings
markdown: kramdown
kramdown:
parse_block_html: true
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-feed
# 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"