-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
33 lines (25 loc) · 1.13 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
title: "UVic Programming Club"
author: "UVic Programming Club"
description: "Competitive programming club practicing algorithms problems together at the University of Victoria!"
permalink: /:categories/:title
lang: "en"
excerpt_separator: "\n\n\n"
date_format: "%B %d, %Y"
turnstile_client_key: "0x4AAAAAAACBcU2m5klBqP7d"
# Layout
show_excerpts: false # show article excerpts on the home page
show_frame: false # adds a gray frame to the site
show_sidebar: false # show a sidebar instead of the usual header
mathjax: true # math notation
minimal: false # use a dark header
# Menu
navigation: # accepts {file, title, url, icon, sidebaricon}
- {file: "activities.html"}
external: # shows a footer with social links - for available icons see fontawesome.com/icons
- {title: GitHub, icon: github, url: "https://github.com/uvicprogrammingclub/uvicprogrammingclub.github.io"}
- {title: Subscribe, icon: rss, url: "/feed.xml"}
comments:
# disqus_shortname: "" # see https://disqus.com/
# isso_domain: "" # see https://posativ.org/isso/
plugins:
- jekyll-feed