forked from mqAncientHistory/mqatthemusesums2018
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
61 lines (49 loc) · 1.39 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 University TeX Users' Group
description: A group celebrating and helping each other with all aspects of typesetting.
cover: assets/images/usersGroupLogo.png
logo: assets/images/MQ_INT_HOR_RGB_POS.png
favicon: assets/images/favicon/apple-touch-icon-180x180-precomposed.png
baseurl: "/" # the subpath of your site, e.g. /blog/ or / for root
url: "https://mqTeXUsers.github.io" # 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: mqTeXUsers
#Additional Pages
about: about
contact: contact
privacy-policy: https://mq.edu.au/privacy
name: Macquarie University TeX Users' Group
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"