Skip to content

Commit f73c795

Browse files
authored
Merge pull request #1 from terra-campaigns/jekyllTry
Jekyll
2 parents 5e56e9e + 1382da2 commit f73c795

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+611
-4100
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Ignore docs files
2+
_gh_pages
3+
_site
4+
.ruby-version
5+
_temp
16

7+
# OS or Editor files
28
.DS_Store
39
_tracker.md

.nojekyll

Whitespace-only changes.

Gemfile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
source 'https://rubygems.org'
2+
group :jekyll_plugins do
3+
gem 'github-pages'
4+
gem "just-the-docs"
5+
gem 'jekyll-redirect-from'
6+
gem 'jekyll-include-cache'
7+
end
8+
9+
gem "webrick", "~> 1.8"

Gemfile.lock

Lines changed: 313 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,313 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
activesupport (7.1.3.4)
5+
base64
6+
bigdecimal
7+
concurrent-ruby (~> 1.0, >= 1.0.2)
8+
connection_pool (>= 2.2.5)
9+
drb
10+
i18n (>= 1.6, < 2)
11+
minitest (>= 5.1)
12+
mutex_m
13+
tzinfo (~> 2.0)
14+
addressable (2.8.7)
15+
public_suffix (>= 2.0.2, < 7.0)
16+
base64 (0.2.0)
17+
bigdecimal (3.1.8)
18+
coffee-script (2.4.1)
19+
coffee-script-source
20+
execjs
21+
coffee-script-source (1.12.2)
22+
colorator (1.1.0)
23+
commonmarker (0.23.10)
24+
concurrent-ruby (1.3.3)
25+
connection_pool (2.4.1)
26+
dnsruby (1.72.2)
27+
simpleidn (~> 0.2.1)
28+
drb (2.2.1)
29+
em-websocket (0.5.3)
30+
eventmachine (>= 0.12.9)
31+
http_parser.rb (~> 0)
32+
ethon (0.16.0)
33+
ffi (>= 1.15.0)
34+
eventmachine (1.2.7)
35+
execjs (2.9.1)
36+
faraday (2.10.1)
37+
faraday-net_http (>= 2.0, < 3.2)
38+
logger
39+
faraday-net_http (3.1.1)
40+
net-http
41+
ffi (1.17.0-aarch64-linux-gnu)
42+
ffi (1.17.0-aarch64-linux-musl)
43+
ffi (1.17.0-arm-linux-gnu)
44+
ffi (1.17.0-arm-linux-musl)
45+
ffi (1.17.0-arm64-darwin)
46+
ffi (1.17.0-x86-linux-gnu)
47+
ffi (1.17.0-x86-linux-musl)
48+
ffi (1.17.0-x86_64-darwin)
49+
ffi (1.17.0-x86_64-linux-gnu)
50+
ffi (1.17.0-x86_64-linux-musl)
51+
forwardable-extended (2.6.0)
52+
gemoji (4.1.0)
53+
github-pages (231)
54+
github-pages-health-check (= 1.18.2)
55+
jekyll (= 3.9.5)
56+
jekyll-avatar (= 0.8.0)
57+
jekyll-coffeescript (= 1.2.2)
58+
jekyll-commonmark-ghpages (= 0.4.0)
59+
jekyll-default-layout (= 0.1.5)
60+
jekyll-feed (= 0.17.0)
61+
jekyll-gist (= 1.5.0)
62+
jekyll-github-metadata (= 2.16.1)
63+
jekyll-include-cache (= 0.2.1)
64+
jekyll-mentions (= 1.6.0)
65+
jekyll-optional-front-matter (= 0.3.2)
66+
jekyll-paginate (= 1.1.0)
67+
jekyll-readme-index (= 0.3.0)
68+
jekyll-redirect-from (= 0.16.0)
69+
jekyll-relative-links (= 0.6.1)
70+
jekyll-remote-theme (= 0.4.3)
71+
jekyll-sass-converter (= 1.5.2)
72+
jekyll-seo-tag (= 2.8.0)
73+
jekyll-sitemap (= 1.4.0)
74+
jekyll-swiss (= 1.0.0)
75+
jekyll-theme-architect (= 0.2.0)
76+
jekyll-theme-cayman (= 0.2.0)
77+
jekyll-theme-dinky (= 0.2.0)
78+
jekyll-theme-hacker (= 0.2.0)
79+
jekyll-theme-leap-day (= 0.2.0)
80+
jekyll-theme-merlot (= 0.2.0)
81+
jekyll-theme-midnight (= 0.2.0)
82+
jekyll-theme-minimal (= 0.2.0)
83+
jekyll-theme-modernist (= 0.2.0)
84+
jekyll-theme-primer (= 0.6.0)
85+
jekyll-theme-slate (= 0.2.0)
86+
jekyll-theme-tactile (= 0.2.0)
87+
jekyll-theme-time-machine (= 0.2.0)
88+
jekyll-titles-from-headings (= 0.5.3)
89+
jemoji (= 0.13.0)
90+
kramdown (= 2.4.0)
91+
kramdown-parser-gfm (= 1.1.0)
92+
liquid (= 4.0.4)
93+
mercenary (~> 0.3)
94+
minima (= 2.5.1)
95+
nokogiri (>= 1.13.6, < 2.0)
96+
rouge (= 3.30.0)
97+
terminal-table (~> 1.4)
98+
github-pages-health-check (1.18.2)
99+
addressable (~> 2.3)
100+
dnsruby (~> 1.60)
101+
octokit (>= 4, < 8)
102+
public_suffix (>= 3.0, < 6.0)
103+
typhoeus (~> 1.3)
104+
html-pipeline (2.14.3)
105+
activesupport (>= 2)
106+
nokogiri (>= 1.4)
107+
http_parser.rb (0.8.0)
108+
i18n (1.14.5)
109+
concurrent-ruby (~> 1.0)
110+
jekyll (3.9.5)
111+
addressable (~> 2.4)
112+
colorator (~> 1.0)
113+
em-websocket (~> 0.5)
114+
i18n (>= 0.7, < 2)
115+
jekyll-sass-converter (~> 1.0)
116+
jekyll-watch (~> 2.0)
117+
kramdown (>= 1.17, < 3)
118+
liquid (~> 4.0)
119+
mercenary (~> 0.3.3)
120+
pathutil (~> 0.9)
121+
rouge (>= 1.7, < 4)
122+
safe_yaml (~> 1.0)
123+
jekyll-avatar (0.8.0)
124+
jekyll (>= 3.0, < 5.0)
125+
jekyll-coffeescript (1.2.2)
126+
coffee-script (~> 2.2)
127+
coffee-script-source (~> 1.12)
128+
jekyll-commonmark (1.4.0)
129+
commonmarker (~> 0.22)
130+
jekyll-commonmark-ghpages (0.4.0)
131+
commonmarker (~> 0.23.7)
132+
jekyll (~> 3.9.0)
133+
jekyll-commonmark (~> 1.4.0)
134+
rouge (>= 2.0, < 5.0)
135+
jekyll-default-layout (0.1.5)
136+
jekyll (>= 3.0, < 5.0)
137+
jekyll-feed (0.17.0)
138+
jekyll (>= 3.7, < 5.0)
139+
jekyll-gist (1.5.0)
140+
octokit (~> 4.2)
141+
jekyll-github-metadata (2.16.1)
142+
jekyll (>= 3.4, < 5.0)
143+
octokit (>= 4, < 7, != 4.4.0)
144+
jekyll-include-cache (0.2.1)
145+
jekyll (>= 3.7, < 5.0)
146+
jekyll-mentions (1.6.0)
147+
html-pipeline (~> 2.3)
148+
jekyll (>= 3.7, < 5.0)
149+
jekyll-optional-front-matter (0.3.2)
150+
jekyll (>= 3.0, < 5.0)
151+
jekyll-paginate (1.1.0)
152+
jekyll-readme-index (0.3.0)
153+
jekyll (>= 3.0, < 5.0)
154+
jekyll-redirect-from (0.16.0)
155+
jekyll (>= 3.3, < 5.0)
156+
jekyll-relative-links (0.6.1)
157+
jekyll (>= 3.3, < 5.0)
158+
jekyll-remote-theme (0.4.3)
159+
addressable (~> 2.0)
160+
jekyll (>= 3.5, < 5.0)
161+
jekyll-sass-converter (>= 1.0, <= 3.0.0, != 2.0.0)
162+
rubyzip (>= 1.3.0, < 3.0)
163+
jekyll-sass-converter (1.5.2)
164+
sass (~> 3.4)
165+
jekyll-seo-tag (2.8.0)
166+
jekyll (>= 3.8, < 5.0)
167+
jekyll-sitemap (1.4.0)
168+
jekyll (>= 3.7, < 5.0)
169+
jekyll-swiss (1.0.0)
170+
jekyll-theme-architect (0.2.0)
171+
jekyll (> 3.5, < 5.0)
172+
jekyll-seo-tag (~> 2.0)
173+
jekyll-theme-cayman (0.2.0)
174+
jekyll (> 3.5, < 5.0)
175+
jekyll-seo-tag (~> 2.0)
176+
jekyll-theme-dinky (0.2.0)
177+
jekyll (> 3.5, < 5.0)
178+
jekyll-seo-tag (~> 2.0)
179+
jekyll-theme-hacker (0.2.0)
180+
jekyll (> 3.5, < 5.0)
181+
jekyll-seo-tag (~> 2.0)
182+
jekyll-theme-leap-day (0.2.0)
183+
jekyll (> 3.5, < 5.0)
184+
jekyll-seo-tag (~> 2.0)
185+
jekyll-theme-merlot (0.2.0)
186+
jekyll (> 3.5, < 5.0)
187+
jekyll-seo-tag (~> 2.0)
188+
jekyll-theme-midnight (0.2.0)
189+
jekyll (> 3.5, < 5.0)
190+
jekyll-seo-tag (~> 2.0)
191+
jekyll-theme-minimal (0.2.0)
192+
jekyll (> 3.5, < 5.0)
193+
jekyll-seo-tag (~> 2.0)
194+
jekyll-theme-modernist (0.2.0)
195+
jekyll (> 3.5, < 5.0)
196+
jekyll-seo-tag (~> 2.0)
197+
jekyll-theme-primer (0.6.0)
198+
jekyll (> 3.5, < 5.0)
199+
jekyll-github-metadata (~> 2.9)
200+
jekyll-seo-tag (~> 2.0)
201+
jekyll-theme-slate (0.2.0)
202+
jekyll (> 3.5, < 5.0)
203+
jekyll-seo-tag (~> 2.0)
204+
jekyll-theme-tactile (0.2.0)
205+
jekyll (> 3.5, < 5.0)
206+
jekyll-seo-tag (~> 2.0)
207+
jekyll-theme-time-machine (0.2.0)
208+
jekyll (> 3.5, < 5.0)
209+
jekyll-seo-tag (~> 2.0)
210+
jekyll-titles-from-headings (0.5.3)
211+
jekyll (>= 3.3, < 5.0)
212+
jekyll-watch (2.2.1)
213+
listen (~> 3.0)
214+
jemoji (0.13.0)
215+
gemoji (>= 3, < 5)
216+
html-pipeline (~> 2.2)
217+
jekyll (>= 3.0, < 5.0)
218+
just-the-docs (0.8.2)
219+
jekyll (>= 3.8.5)
220+
jekyll-include-cache
221+
jekyll-seo-tag (>= 2.0)
222+
rake (>= 12.3.1)
223+
kramdown (2.4.0)
224+
rexml
225+
kramdown-parser-gfm (1.1.0)
226+
kramdown (~> 2.0)
227+
liquid (4.0.4)
228+
listen (3.9.0)
229+
rb-fsevent (~> 0.10, >= 0.10.3)
230+
rb-inotify (~> 0.9, >= 0.9.10)
231+
logger (1.6.0)
232+
mercenary (0.3.6)
233+
minima (2.5.1)
234+
jekyll (>= 3.5, < 5.0)
235+
jekyll-feed (~> 0.9)
236+
jekyll-seo-tag (~> 2.1)
237+
minitest (5.24.1)
238+
mutex_m (0.2.0)
239+
net-http (0.4.1)
240+
uri
241+
nokogiri (1.16.7-aarch64-linux)
242+
racc (~> 1.4)
243+
nokogiri (1.16.7-arm-linux)
244+
racc (~> 1.4)
245+
nokogiri (1.16.7-arm64-darwin)
246+
racc (~> 1.4)
247+
nokogiri (1.16.7-x86-linux)
248+
racc (~> 1.4)
249+
nokogiri (1.16.7-x86_64-darwin)
250+
racc (~> 1.4)
251+
nokogiri (1.16.7-x86_64-linux)
252+
racc (~> 1.4)
253+
octokit (4.25.1)
254+
faraday (>= 1, < 3)
255+
sawyer (~> 0.9)
256+
pathutil (0.16.2)
257+
forwardable-extended (~> 2.6)
258+
public_suffix (5.1.1)
259+
racc (1.8.1)
260+
rake (13.2.1)
261+
rb-fsevent (0.11.2)
262+
rb-inotify (0.11.1)
263+
ffi (~> 1.0)
264+
rexml (3.3.4)
265+
strscan
266+
rouge (3.30.0)
267+
rubyzip (2.3.2)
268+
safe_yaml (1.0.5)
269+
sass (3.7.4)
270+
sass-listen (~> 4.0.0)
271+
sass-listen (4.0.0)
272+
rb-fsevent (~> 0.9, >= 0.9.4)
273+
rb-inotify (~> 0.9, >= 0.9.7)
274+
sawyer (0.9.2)
275+
addressable (>= 2.3.5)
276+
faraday (>= 0.17.3, < 3)
277+
simpleidn (0.2.3)
278+
strscan (3.1.0)
279+
terminal-table (1.8.0)
280+
unicode-display_width (~> 1.1, >= 1.1.1)
281+
typhoeus (1.4.1)
282+
ethon (>= 0.9.0)
283+
tzinfo (2.0.6)
284+
concurrent-ruby (~> 1.0)
285+
unicode-display_width (1.8.0)
286+
uri (0.13.0)
287+
webrick (1.8.1)
288+
289+
PLATFORMS
290+
aarch64-linux
291+
aarch64-linux-gnu
292+
aarch64-linux-musl
293+
arm-linux
294+
arm-linux-gnu
295+
arm-linux-musl
296+
arm64-darwin
297+
x86-linux
298+
x86-linux-gnu
299+
x86-linux-musl
300+
x86_64-darwin
301+
x86_64-linux
302+
x86_64-linux-gnu
303+
x86_64-linux-musl
304+
305+
DEPENDENCIES
306+
github-pages
307+
jekyll-include-cache
308+
jekyll-redirect-from
309+
just-the-docs
310+
webrick (~> 1.8)
311+
312+
BUNDLED WITH
313+
2.5.17

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
1-
# Nibiru Repo
1+
---
2+
layout: default
3+
title: Home
4+
nav_order: 1
5+
permalink: /
6+
7+
---
8+
# Nibiru
9+
10+
![](imgs/cover.png)
11+
12+
**Nibiru** ([video review](https://www.youtube.com/watch?v=UBACC2zOlj8)) is a science fiction RPG centred around amnesia and discovery, set in a massive space station known as Nibiru, which serves as a haven for forgotten memories. Players take on the roles of Vagabonds, individuals who have arrived in Nibiru with no memory of their past, and must explore the station and its bizarre societies to uncover their histories and the secrets of this enigmatic world.
13+
14+
#### Themes
15+
16+
- **Memory**: The theme of memory is central, as characters struggle to piece together fragmented memories and uncover the truth about their pasts. Memory serves as both a tool and a barrier, shaping the characters' identities and driving their actions as they explore the mysteries of the Nibiru.
17+
- **Identity**: In a world where characters' memories are unreliable and their true selves are often obscured, characters must navigate the complexities of identity, grappling with questions of who they are and who they want to become in the face of uncertainty and amnesia.
18+
- **Exploration**: Characters' journey through the vast and enigmatic space station known as the Nibiru. As they do, they uncover hidden secrets, encounter strange creatures, and navigate treacherous environments as they explore the depths of the ship and search for answers about its origins and purpose.
19+
20+
# Tech Stuffs
221

322
This repository contains game assistance files. From this repo, a web page is published.
423

0 commit comments

Comments
 (0)