Skip to content

Commit 062b32c

Browse files
author
Siteleaf
committed
Updated Config and 23 other files
1 parent dd7e56b commit 062b32c

24 files changed

+178
-260
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
2+
title: 'Bug:'
23
name: Bug report
34
about: Create a report to help us improve
4-
title: 'Bug:'
55
labels: ''
66
assignees: ''
7-
87
---
98

109
<!-- Prefer English -->

.github/ISSUE_TEMPLATE/feature-request.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
2+
title: 'Feature request: '
23
name: Feature request
34
about: Suggest an idea for this project
4-
title: 'Feature request: '
55
labels: ''
66
assignees: ''
7-
87
---
98

109
<!-- Prefer English -->

404.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
---
22
layout: 404
33
---
4+

_config.yml

Lines changed: 101 additions & 189 deletions
Original file line numberDiff line numberDiff line change
@@ -1,207 +1,119 @@
1-
# Welcome to Jekyll!
2-
#
3-
# This config file is meant for settings that affect your whole blog, values
4-
# which you are expected to set up once and rarely need to edit after that.
5-
# For technical reasons, this file is *NOT* reloaded automatically when you use
6-
# 'jekyll serve'. If you change this file, please restart the server process.
7-
#
8-
# ,--------. ,--. ,--. ,--.
9-
# '--. .--',---. \ `.' /,-' '-.
10-
# | | | .-. : .' \ '-. .-'
11-
# | | \ --. / .'. \ | |
12-
# `--' `----''--' '--' `--'
13-
14-
15-
16-
17-
## => Site Settings
18-
##############################
19-
text_skin: ocean # "default" (default), "dark", "forest", "ocean", "chocolate", "orange"
20-
highlight_theme: default # "default" (default), "tomorrow", "tomorrow-night", "tomorrow-night-eighties", "tomorrow-night-blue", "tomorrow-night-bright"
21-
url :
22-
baseurl : # does not include hostname
23-
title : Purdue ARC Wiki
24-
description: > # this means to ignore newlines until "Language & timezone"
25-
Learn about the robotics projects that we build at Purdue ARC!
26-
27-
## => Language and Timezone
28-
##############################
29-
lang: # the language of your site, default as "en"
30-
timezone: # see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones for the available values
31-
32-
33-
## => Author and Social
34-
##############################
1+
---
2+
title: Purdue ARC Wiki
3+
timezone: UTC
4+
collections:
5+
posts:
6+
title: Posts
7+
output: true
8+
uploads:
9+
title: Uploads
10+
output: true
11+
wiki:
12+
title: Wiki
13+
output: true
14+
permalink: "/:name"
15+
defaults:
16+
- scope:
17+
path: ''
18+
values:
19+
layout: article
20+
pageview: false
21+
sidebar:
22+
nav: wiki
23+
license: false
24+
aside:
25+
toc: true
26+
show_edit_on_github: true
27+
show_date: true
28+
lightbox: true
29+
text_skin: ocean
30+
highlight_theme: default
31+
url:
32+
baseurl:
33+
description: 'Learn about the robotics projects that we build at Purdue ARC!
34+
35+
'
36+
lang:
3537
author:
36-
type : organization # "person" (default), "organization"
37-
name : Purdue ARC
38-
url : www.purduearc.com
39-
avatar : # path or url of avatar image (square)
40-
bio : The Autonomous Robotics Club of Purdue was created to grow the skills and abilities of its members through design projects centered around advanced autonomous robotics systems. It provides hands-on, real world experience to interdisciplinary teams using industry standard tools and practices.
41-
42-
twitter : PurdueRobotClub # "user_name" the last part of your profile url, e.g. https://twitter.com/user_name
43-
# linkedin : # "user_name" the last part of your profile url, e.g. https://www.linkedin.com/in/user_name
44-
github : purdue-arc # "user_name" the last part of your profile url, e.g. https://github.com/user_name
45-
46-
47-
## => GitHub Repository (if the site is hosted by GitHub)
48-
##############################
38+
type: organization
39+
name: Purdue ARC
40+
url: www.purduearc.com
41+
avatar:
42+
bio: The Autonomous Robotics Club of Purdue was created to grow the skills and abilities
43+
of its members through design projects centered around advanced autonomous robotics
44+
systems. It provides hands-on, real world experience to interdisciplinary teams
45+
using industry standard tools and practices.
46+
47+
twitter: PurdueRobotClub
48+
github: purdue-arc
4949
repository: purdue-arc/wiki
5050
repository_tree: master
51-
52-
53-
## => Paths
54-
##############################
5551
paths:
56-
root : # title link url, "/" (default)
57-
home : # title link url, "/" (default)
58-
wiki : # wiki layout url, "/" (default)
59-
rss : # "/feed.xml" (default)
60-
61-
62-
## => Post
63-
##############################
64-
## excerpt
65-
excerpt_separator: <!--more-->
66-
67-
## license
68-
license: CC-BY-NC-4.0 # "CC-BY-4.0", "CC-BY-SA-4.0", "CC-BY-NC-4.0", "CC-BY-ND-4.0"
69-
70-
## TOC
52+
root:
53+
home:
54+
wiki:
55+
rss:
56+
excerpt_separator: "<!--more-->"
57+
license: CC-BY-NC-4.0
7158
toc:
72-
selectors: # "h1,h2,h3" (default)
73-
74-
75-
## => Markdown Enhancements
76-
##############################
77-
## Mathjax
78-
mathjax: true # false (default), true
79-
mathjax_autoNumber: # false (default), true
80-
81-
## Mermaid
82-
mermaid: true #false (default), true
83-
84-
## Chart
85-
chart: true # false (default), true
86-
87-
88-
## => Paginate
89-
##############################
59+
selectors:
60+
mathjax: true
61+
mathjax_autoNumber:
62+
mermaid: true
63+
chart: true
9064
paginate: 8
91-
paginate_path: /page:num # don't change this unless for special need
92-
93-
94-
## => Sources
95-
##############################
96-
sources: # bootcdn (default), unpkg
97-
98-
99-
## => Sharing
100-
##############################
65+
paginate_path: "/page:num"
66+
sources:
10167
sharing:
102-
provider: false # false (default), "addtoany", "addthis", "custom"
103-
104-
## AddThis
68+
provider: false
10569
addthis:
106-
id: # AddThis pubid, e.g. ra-5xxxxxxxxxxx
107-
108-
109-
## => Comments
110-
##############################
70+
id:
11171
comments:
112-
provider: "gitalk" # false (default), "disqus", "gitalk", "valine", "custom"
113-
114-
## Gitalk
72+
provider: gitalk
11573
gitalk:
116-
clientID : "bd0f29091842158ea699" # GitHub Application Client ID
117-
clientSecret: "6406f50dbe27c3da0c7eaa27f0f3d93c4ce70f5d" # GitHub Application Client Secret
118-
repository : "wiki" # GitHub repo
119-
owner : "purdue-arc" # GitHub repo owner
120-
admin: # GitHub repo owner and collaborators, only these guys can initialize GitHub issues, IT IS A LIST.
121-
- "raghavauppuluri13"
122-
- "hmccarty"
123-
- "jrbaxter0"
124-
125-
## => Pageview
126-
##############################
74+
clientID: bd0f29091842158ea699
75+
clientSecret: 6406f50dbe27c3da0c7eaa27f0f3d93c4ce70f5d
76+
repository: wiki
77+
owner: purdue-arc
78+
admin:
79+
- raghavauppuluri13
80+
- hmccarty
81+
- jrbaxter0
12782
pageview:
128-
provider: false # false (default), "leancloud", "custom"
129-
130-
## Leancloud
83+
provider: false
13184
leancloud:
132-
app_id : # LeanCloud App id
133-
app_key : # LeanCloud App key
134-
app_class : # LeanCloud App class
135-
136-
137-
## => Search
138-
##############################
85+
app_id:
86+
app_key:
87+
app_class:
13988
search:
140-
provider: default # "default" (default), false, "google", "custom"
141-
142-
## Google Custom Search Engine
89+
provider: default
14390
google:
144-
custom_search_engine_id: # Google Custom Search Engine ID
145-
146-
147-
## => Analytics
148-
##############################
91+
custom_search_engine_id:
14992
analytics:
150-
provider: "google" # false (default), "google", "custom"
151-
152-
## Google Analytics
93+
provider: google
15394
google:
154-
tracking_id : "UA-199808191-1" # Google Analytics id for the site
155-
anonymize_ip: false # Anonymize IP tracking for Analytics
156-
157-
158-
## => Build
159-
##############################
160-
markdown : kramdown
161-
highlighter : rouge
162-
permalink : date
163-
95+
tracking_id: UA-199808191-1
96+
anonymize_ip: false
97+
markdown: kramdown
98+
highlighter: rouge
99+
permalink: date
164100
exclude:
165-
- CHANGELOG.md
166-
- HOW_TO_RELEASE.md
167-
- Gemfile
168-
- Gemfile.lock
169-
- LICENSE
170-
- README-*.md
171-
- README.md
172-
- gulpfile.js
173-
- jekyll-text-theme.gemspec
174-
- package-lock.json
175-
- package.json
176-
- /node_modules
177-
- /vendor
178-
179-
collections_dir: wiki
180-
collections:
181-
wiki:
182-
output: true
183-
permalink: /:name
184-
185-
186-
defaults:
187-
- scope:
188-
path: ""
189-
values:
190-
layout: article
191-
pageview: false
192-
sidebar:
193-
nav: wiki
194-
license: false
195-
aside:
196-
toc: true
197-
show_edit_on_github: true
198-
show_date: true
199-
lightbox: true
200-
201-
## => Plugins
202-
##############################
101+
- CHANGELOG.md
102+
- HOW_TO_RELEASE.md
103+
- Gemfile
104+
- Gemfile.lock
105+
- LICENSE
106+
- README-*.md
107+
- README.md
108+
- gulpfile.js
109+
- jekyll-text-theme.gemspec
110+
- package-lock.json
111+
- package.json
112+
- "/node_modules"
113+
- "/vendor"
114+
collections_dir: wiki
203115
plugins:
204-
- jekyll-feed
205-
- jekyll-paginate
206-
- jekyll-sitemap
207-
- jemoji
116+
- jekyll-feed
117+
- jekyll-paginate
118+
- jekyll-sitemap
119+
- jemoji

_layouts/404.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
2+
title: '404'
23
layout: page
3-
title: 404
44
show_title: false
55
---
6+
67
<div class="layout--404">
78
<div class="sign">
89
<h1>404</h1>

_layouts/archive.html

Lines changed: 20 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,26 @@
11
---
22
layout: page
33
titles:
4-
# @start locale config
5-
en : &EN Archive
6-
en-GB : *EN
7-
en-US : *EN
8-
en-CA : *EN
9-
en-AU : *EN
10-
zh-Hans : &ZH_HANS 归档
11-
zh : *ZH_HANS
12-
zh-CN : *ZH_HANS
13-
zh-SG : *ZH_HANS
14-
zh-Hant : &ZH_HANT 歸檔
15-
zh-TW : *ZH_HANT
16-
zh-HK : *ZH_HANT
17-
ko : &KO 아카이브
18-
ko-KR : *KO
19-
fr : &FR Archives
20-
fr-BE : *FR
21-
fr-CA : *FR
22-
fr-CH : *FR
23-
fr-FR : *FR
24-
fr-LU : *FR
25-
# @end locale config
4+
en: Archive
5+
en-GB: Archive
6+
en-US: Archive
7+
en-CA: Archive
8+
en-AU: Archive
9+
zh-Hans: 归档
10+
zh: 归档
11+
zh-CN: 归档
12+
zh-SG: 归档
13+
zh-Hant: 歸檔
14+
zh-TW: 歸檔
15+
zh-HK: 歸檔
16+
ko: 아카이브
17+
ko-KR: 아카이브
18+
fr: Archives
19+
fr-BE: Archives
20+
fr-CA: Archives
21+
fr-CH: Archives
22+
fr-FR: Archives
23+
fr-LU: Archives
2624
---
2725

2826
<div class="layout--archive js-all">

0 commit comments

Comments
 (0)