Skip to content

Commit 3cf6ecb

Browse files
committed
Setup Jekyll and the homepage.
1 parent 39d475c commit 3cf6ecb

9 files changed

+439
-0
lines changed

.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
_site
2+
.sass-cache
3+
.jekyll-cache
4+
.jekyll-metadata
5+
vendor

404.html

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
permalink: /404.html
3+
layout: default
4+
---
5+
6+
<style type="text/css" media="screen">
7+
.container {
8+
margin: 10px auto;
9+
max-width: 600px;
10+
text-align: center;
11+
}
12+
h1 {
13+
margin: 30px 0;
14+
font-size: 4em;
15+
line-height: 1;
16+
letter-spacing: -1px;
17+
}
18+
</style>
19+
20+
<div class="container">
21+
<h1>404</h1>
22+
23+
<p><strong>Page not found :(</strong></p>
24+
<p>The requested page could not be found.</p>
25+
</div>

Gemfile

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
source "https://rubygems.org"
2+
# Hello! This is where you manage which Jekyll version is used to run.
3+
# When you want to use a different version, change it below, save the
4+
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
5+
#
6+
# bundle exec jekyll serve
7+
#
8+
# This will help ensure the proper Jekyll version is running.
9+
# Happy Jekylling!
10+
# This is the default theme for new Jekyll sites. You may change this to anything you like.
11+
gem "minima", "~> 2.5"
12+
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
13+
# uncomment the line below. To upgrade, run `bundle update github-pages`.
14+
gem "github-pages", "~> 215", group: :jekyll_plugins
15+
# If you have any plugins, put them here!
16+
group :jekyll_plugins do
17+
gem "jekyll-feed", "~> 0.12"
18+
end
19+
20+
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
21+
# and associated library.
22+
platforms :mingw, :x64_mingw, :mswin, :jruby do
23+
gem "tzinfo", "~> 1.2"
24+
gem "tzinfo-data"
25+
end
26+
27+
# Performance-booster for watching directories on Windows
28+
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
29+

Gemfile.lock

+279
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,279 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
activesupport (6.0.4)
5+
concurrent-ruby (~> 1.0, >= 1.0.2)
6+
i18n (>= 0.7, < 2)
7+
minitest (~> 5.1)
8+
tzinfo (~> 1.1)
9+
zeitwerk (~> 2.2, >= 2.2.2)
10+
addressable (2.7.0)
11+
public_suffix (>= 2.0.2, < 5.0)
12+
coffee-script (2.4.1)
13+
coffee-script-source
14+
execjs
15+
coffee-script-source (1.11.1)
16+
colorator (1.1.0)
17+
commonmarker (0.17.13)
18+
ruby-enum (~> 0.5)
19+
concurrent-ruby (1.1.9)
20+
dnsruby (1.61.7)
21+
simpleidn (~> 0.1)
22+
em-websocket (0.5.2)
23+
eventmachine (>= 0.12.9)
24+
http_parser.rb (~> 0.6.0)
25+
ethon (0.14.0)
26+
ffi (>= 1.15.0)
27+
eventmachine (1.2.7-x64-mingw32)
28+
execjs (2.8.1)
29+
faraday (1.4.3)
30+
faraday-em_http (~> 1.0)
31+
faraday-em_synchrony (~> 1.0)
32+
faraday-excon (~> 1.1)
33+
faraday-net_http (~> 1.0)
34+
faraday-net_http_persistent (~> 1.1)
35+
multipart-post (>= 1.2, < 3)
36+
ruby2_keywords (>= 0.0.4)
37+
faraday-em_http (1.0.0)
38+
faraday-em_synchrony (1.0.0)
39+
faraday-excon (1.1.0)
40+
faraday-net_http (1.0.1)
41+
faraday-net_http_persistent (1.1.0)
42+
ffi (1.15.3-x64-mingw32)
43+
forwardable-extended (2.6.0)
44+
gemoji (3.0.1)
45+
github-pages (215)
46+
github-pages-health-check (= 1.17.2)
47+
jekyll (= 3.9.0)
48+
jekyll-avatar (= 0.7.0)
49+
jekyll-coffeescript (= 1.1.1)
50+
jekyll-commonmark-ghpages (= 0.1.6)
51+
jekyll-default-layout (= 0.1.4)
52+
jekyll-feed (= 0.15.1)
53+
jekyll-gist (= 1.5.0)
54+
jekyll-github-metadata (= 2.13.0)
55+
jekyll-mentions (= 1.6.0)
56+
jekyll-optional-front-matter (= 0.3.2)
57+
jekyll-paginate (= 1.1.0)
58+
jekyll-readme-index (= 0.3.0)
59+
jekyll-redirect-from (= 0.16.0)
60+
jekyll-relative-links (= 0.6.1)
61+
jekyll-remote-theme (= 0.4.3)
62+
jekyll-sass-converter (= 1.5.2)
63+
jekyll-seo-tag (= 2.7.1)
64+
jekyll-sitemap (= 1.4.0)
65+
jekyll-swiss (= 1.0.0)
66+
jekyll-theme-architect (= 0.1.1)
67+
jekyll-theme-cayman (= 0.1.1)
68+
jekyll-theme-dinky (= 0.1.1)
69+
jekyll-theme-hacker (= 0.1.2)
70+
jekyll-theme-leap-day (= 0.1.1)
71+
jekyll-theme-merlot (= 0.1.1)
72+
jekyll-theme-midnight (= 0.1.1)
73+
jekyll-theme-minimal (= 0.1.1)
74+
jekyll-theme-modernist (= 0.1.1)
75+
jekyll-theme-primer (= 0.5.4)
76+
jekyll-theme-slate (= 0.1.1)
77+
jekyll-theme-tactile (= 0.1.1)
78+
jekyll-theme-time-machine (= 0.1.1)
79+
jekyll-titles-from-headings (= 0.5.3)
80+
jemoji (= 0.12.0)
81+
kramdown (= 2.3.1)
82+
kramdown-parser-gfm (= 1.1.0)
83+
liquid (= 4.0.3)
84+
mercenary (~> 0.3)
85+
minima (= 2.5.1)
86+
nokogiri (>= 1.10.4, < 2.0)
87+
rouge (= 3.26.0)
88+
terminal-table (~> 1.4)
89+
github-pages-health-check (1.17.2)
90+
addressable (~> 2.3)
91+
dnsruby (~> 1.60)
92+
octokit (~> 4.0)
93+
public_suffix (>= 2.0.2, < 5.0)
94+
typhoeus (~> 1.3)
95+
html-pipeline (2.14.0)
96+
activesupport (>= 2)
97+
nokogiri (>= 1.4)
98+
http_parser.rb (0.6.0)
99+
i18n (0.9.5)
100+
concurrent-ruby (~> 1.0)
101+
jekyll (3.9.0)
102+
addressable (~> 2.4)
103+
colorator (~> 1.0)
104+
em-websocket (~> 0.5)
105+
i18n (~> 0.7)
106+
jekyll-sass-converter (~> 1.0)
107+
jekyll-watch (~> 2.0)
108+
kramdown (>= 1.17, < 3)
109+
liquid (~> 4.0)
110+
mercenary (~> 0.3.3)
111+
pathutil (~> 0.9)
112+
rouge (>= 1.7, < 4)
113+
safe_yaml (~> 1.0)
114+
jekyll-avatar (0.7.0)
115+
jekyll (>= 3.0, < 5.0)
116+
jekyll-coffeescript (1.1.1)
117+
coffee-script (~> 2.2)
118+
coffee-script-source (~> 1.11.1)
119+
jekyll-commonmark (1.3.1)
120+
commonmarker (~> 0.14)
121+
jekyll (>= 3.7, < 5.0)
122+
jekyll-commonmark-ghpages (0.1.6)
123+
commonmarker (~> 0.17.6)
124+
jekyll-commonmark (~> 1.2)
125+
rouge (>= 2.0, < 4.0)
126+
jekyll-default-layout (0.1.4)
127+
jekyll (~> 3.0)
128+
jekyll-feed (0.15.1)
129+
jekyll (>= 3.7, < 5.0)
130+
jekyll-gist (1.5.0)
131+
octokit (~> 4.2)
132+
jekyll-github-metadata (2.13.0)
133+
jekyll (>= 3.4, < 5.0)
134+
octokit (~> 4.0, != 4.4.0)
135+
jekyll-mentions (1.6.0)
136+
html-pipeline (~> 2.3)
137+
jekyll (>= 3.7, < 5.0)
138+
jekyll-optional-front-matter (0.3.2)
139+
jekyll (>= 3.0, < 5.0)
140+
jekyll-paginate (1.1.0)
141+
jekyll-readme-index (0.3.0)
142+
jekyll (>= 3.0, < 5.0)
143+
jekyll-redirect-from (0.16.0)
144+
jekyll (>= 3.3, < 5.0)
145+
jekyll-relative-links (0.6.1)
146+
jekyll (>= 3.3, < 5.0)
147+
jekyll-remote-theme (0.4.3)
148+
addressable (~> 2.0)
149+
jekyll (>= 3.5, < 5.0)
150+
jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
151+
rubyzip (>= 1.3.0, < 3.0)
152+
jekyll-sass-converter (1.5.2)
153+
sass (~> 3.4)
154+
jekyll-seo-tag (2.7.1)
155+
jekyll (>= 3.8, < 5.0)
156+
jekyll-sitemap (1.4.0)
157+
jekyll (>= 3.7, < 5.0)
158+
jekyll-swiss (1.0.0)
159+
jekyll-theme-architect (0.1.1)
160+
jekyll (~> 3.5)
161+
jekyll-seo-tag (~> 2.0)
162+
jekyll-theme-cayman (0.1.1)
163+
jekyll (~> 3.5)
164+
jekyll-seo-tag (~> 2.0)
165+
jekyll-theme-dinky (0.1.1)
166+
jekyll (~> 3.5)
167+
jekyll-seo-tag (~> 2.0)
168+
jekyll-theme-hacker (0.1.2)
169+
jekyll (> 3.5, < 5.0)
170+
jekyll-seo-tag (~> 2.0)
171+
jekyll-theme-leap-day (0.1.1)
172+
jekyll (~> 3.5)
173+
jekyll-seo-tag (~> 2.0)
174+
jekyll-theme-merlot (0.1.1)
175+
jekyll (~> 3.5)
176+
jekyll-seo-tag (~> 2.0)
177+
jekyll-theme-midnight (0.1.1)
178+
jekyll (~> 3.5)
179+
jekyll-seo-tag (~> 2.0)
180+
jekyll-theme-minimal (0.1.1)
181+
jekyll (~> 3.5)
182+
jekyll-seo-tag (~> 2.0)
183+
jekyll-theme-modernist (0.1.1)
184+
jekyll (~> 3.5)
185+
jekyll-seo-tag (~> 2.0)
186+
jekyll-theme-primer (0.5.4)
187+
jekyll (> 3.5, < 5.0)
188+
jekyll-github-metadata (~> 2.9)
189+
jekyll-seo-tag (~> 2.0)
190+
jekyll-theme-slate (0.1.1)
191+
jekyll (~> 3.5)
192+
jekyll-seo-tag (~> 2.0)
193+
jekyll-theme-tactile (0.1.1)
194+
jekyll (~> 3.5)
195+
jekyll-seo-tag (~> 2.0)
196+
jekyll-theme-time-machine (0.1.1)
197+
jekyll (~> 3.5)
198+
jekyll-seo-tag (~> 2.0)
199+
jekyll-titles-from-headings (0.5.3)
200+
jekyll (>= 3.3, < 5.0)
201+
jekyll-watch (2.2.1)
202+
listen (~> 3.0)
203+
jemoji (0.12.0)
204+
gemoji (~> 3.0)
205+
html-pipeline (~> 2.2)
206+
jekyll (>= 3.0, < 5.0)
207+
kramdown (2.3.1)
208+
rexml
209+
kramdown-parser-gfm (1.1.0)
210+
kramdown (~> 2.0)
211+
liquid (4.0.3)
212+
listen (3.5.1)
213+
rb-fsevent (~> 0.10, >= 0.10.3)
214+
rb-inotify (~> 0.9, >= 0.9.10)
215+
mercenary (0.3.6)
216+
minima (2.5.1)
217+
jekyll (>= 3.5, < 5.0)
218+
jekyll-feed (~> 0.9)
219+
jekyll-seo-tag (~> 2.1)
220+
minitest (5.14.4)
221+
multipart-post (2.1.1)
222+
nokogiri (1.11.7-x64-mingw32)
223+
racc (~> 1.4)
224+
octokit (4.21.0)
225+
faraday (>= 0.9)
226+
sawyer (~> 0.8.0, >= 0.5.3)
227+
pathutil (0.16.2)
228+
forwardable-extended (~> 2.6)
229+
public_suffix (4.0.6)
230+
racc (1.5.2)
231+
rb-fsevent (0.11.0)
232+
rb-inotify (0.10.1)
233+
ffi (~> 1.0)
234+
rexml (3.2.5)
235+
rouge (3.26.0)
236+
ruby-enum (0.9.0)
237+
i18n
238+
ruby2_keywords (0.0.4)
239+
rubyzip (2.3.0)
240+
safe_yaml (1.0.5)
241+
sass (3.7.4)
242+
sass-listen (~> 4.0.0)
243+
sass-listen (4.0.0)
244+
rb-fsevent (~> 0.9, >= 0.9.4)
245+
rb-inotify (~> 0.9, >= 0.9.7)
246+
sawyer (0.8.2)
247+
addressable (>= 2.3.5)
248+
faraday (> 0.8, < 2.0)
249+
simpleidn (0.2.1)
250+
unf (~> 0.1.4)
251+
terminal-table (1.8.0)
252+
unicode-display_width (~> 1.1, >= 1.1.1)
253+
thread_safe (0.3.6)
254+
typhoeus (1.4.0)
255+
ethon (>= 0.9.0)
256+
tzinfo (1.2.9)
257+
thread_safe (~> 0.1)
258+
tzinfo-data (1.2021.1)
259+
tzinfo (>= 1.0.0)
260+
unf (0.1.4)
261+
unf_ext
262+
unf_ext (0.0.7.7-x64-mingw32)
263+
unicode-display_width (1.7.0)
264+
wdm (0.1.1)
265+
zeitwerk (2.4.2)
266+
267+
PLATFORMS
268+
x64-mingw32
269+
270+
DEPENDENCIES
271+
github-pages (~> 215)
272+
jekyll-feed (~> 0.12)
273+
minima (~> 2.5)
274+
tzinfo (~> 1.2)
275+
tzinfo-data
276+
wdm (~> 0.1.1)
277+
278+
BUNDLED WITH
279+
2.2.21

_config.yml

+54
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
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 edit after that. If you find
5+
# yourself editing this file very often, consider using Jekyll's data files
6+
# feature for the data you need to update frequently.
7+
#
8+
# For technical reasons, this file is *NOT* reloaded automatically when you use
9+
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
10+
#
11+
# If you need help with YAML syntax, here are some quick references for you:
12+
# https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml
13+
# https://learnxinyminutes.com/docs/yaml/
14+
#
15+
# Site settings
16+
# These are used to personalize your new site. If you look in the HTML files,
17+
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
18+
# You can create any custom variable you would like, and they will be accessible
19+
# in the templates via {{ site.myvariable }}.
20+
21+
title: Libtcod
22+
23+
description: >- # this means to ignore newlines until "baseurl:"
24+
A website that hosts some libtcod-related projects.
25+
baseurl: "" # the subpath of your site, e.g. /blog
26+
url: "https://libtcod.github.io" # the base hostname & protocol for your site, e.g. http://example.com
27+
repository: libtcod/libtcod
28+
twitter_username: HexDecimal_
29+
github_username: HexDecimal
30+
31+
# Build settings
32+
theme: minima
33+
plugins:
34+
- jekyll-feed
35+
36+
# Exclude from processing.
37+
# The following items will not be processed, by default.
38+
# Any item listed under the `exclude:` key here will be automatically added to
39+
# the internal "default list".
40+
#
41+
# Excluded items can be processed by explicitly listing the directories or
42+
# their entries' file path in the `include:` list.
43+
#
44+
# exclude:
45+
# - .sass-cache/
46+
# - .jekyll-cache/
47+
# - gemfiles/
48+
# - Gemfile
49+
# - Gemfile.lock
50+
# - node_modules/
51+
# - vendor/bundle/
52+
# - vendor/cache/
53+
# - vendor/gems/
54+
# - vendor/ruby/

0 commit comments

Comments
 (0)