|
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: |
35 | 37 | 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 |
49 | 49 | repository: purdue-arc/wiki
|
50 | 50 | repository_tree: master
|
51 |
| - |
52 |
| - |
53 |
| -## => Paths |
54 |
| -############################## |
55 | 51 | 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 |
71 | 58 | 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 |
90 | 64 | 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: |
101 | 67 | sharing:
|
102 |
| - provider: false # false (default), "addtoany", "addthis", "custom" |
103 |
| - |
104 |
| - ## AddThis |
| 68 | + provider: false |
105 | 69 | addthis:
|
106 |
| - id: # AddThis pubid, e.g. ra-5xxxxxxxxxxx |
107 |
| - |
108 |
| - |
109 |
| -## => Comments |
110 |
| -############################## |
| 70 | + id: |
111 | 71 | comments:
|
112 |
| - provider: "gitalk" # false (default), "disqus", "gitalk", "valine", "custom" |
113 |
| - |
114 |
| - ## Gitalk |
| 72 | + provider: gitalk |
115 | 73 | 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 |
127 | 82 | pageview:
|
128 |
| - provider: false # false (default), "leancloud", "custom" |
129 |
| - |
130 |
| - ## Leancloud |
| 83 | + provider: false |
131 | 84 | 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: |
139 | 88 | search:
|
140 |
| - provider: default # "default" (default), false, "google", "custom" |
141 |
| - |
142 |
| - ## Google Custom Search Engine |
| 89 | + provider: default |
143 | 90 | google:
|
144 |
| - custom_search_engine_id: # Google Custom Search Engine ID |
145 |
| - |
146 |
| - |
147 |
| -## => Analytics |
148 |
| -############################## |
| 91 | + custom_search_engine_id: |
149 | 92 | analytics:
|
150 |
| - provider: "google" # false (default), "google", "custom" |
151 |
| - |
152 |
| - ## Google Analytics |
| 93 | + provider: google |
153 | 94 | 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 |
164 | 100 | 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 |
203 | 115 | plugins:
|
204 |
| - - jekyll-feed |
205 |
| - - jekyll-paginate |
206 |
| - - jekyll-sitemap |
207 |
| - - jemoji |
| 116 | +- jekyll-feed |
| 117 | +- jekyll-paginate |
| 118 | +- jekyll-sitemap |
| 119 | +- jemoji |
0 commit comments