Skip to content

Commit ec700d5

Browse files
committed
Initial commit for GH Pages
1 parent fd459f2 commit ec700d5

File tree

2 files changed

+125
-12
lines changed

2 files changed

+125
-12
lines changed

Gemfile.lock

Lines changed: 113 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
addressable (2.8.0)
5+
public_suffix (>= 2.0.2, < 5.0)
6+
colorator (1.1.0)
7+
concurrent-ruby (1.1.10)
8+
em-websocket (0.5.3)
9+
eventmachine (>= 0.12.9)
10+
http_parser.rb (~> 0)
11+
ethon (0.15.0)
12+
ffi (>= 1.15.0)
13+
eventmachine (1.2.7)
14+
ffi (1.15.5)
15+
forwardable-extended (2.6.0)
16+
html-proofer (3.19.4)
17+
addressable (~> 2.3)
18+
mercenary (~> 0.3)
19+
nokogiri (~> 1.13)
20+
parallel (~> 1.10)
21+
rainbow (~> 3.0)
22+
typhoeus (~> 1.3)
23+
yell (~> 2.0)
24+
http_parser.rb (0.8.0)
25+
i18n (1.12.0)
26+
concurrent-ruby (~> 1.0)
27+
jekyll (4.2.2)
28+
addressable (~> 2.4)
29+
colorator (~> 1.0)
30+
em-websocket (~> 0.5)
31+
i18n (~> 1.0)
32+
jekyll-sass-converter (~> 2.0)
33+
jekyll-watch (~> 2.0)
34+
kramdown (~> 2.3)
35+
kramdown-parser-gfm (~> 1.0)
36+
liquid (~> 4.0)
37+
mercenary (~> 0.4.0)
38+
pathutil (~> 0.9)
39+
rouge (~> 3.0)
40+
safe_yaml (~> 1.0)
41+
terminal-table (~> 2.0)
42+
jekyll-archives (2.2.1)
43+
jekyll (>= 3.6, < 5.0)
44+
jekyll-paginate (1.1.0)
45+
jekyll-redirect-from (0.16.0)
46+
jekyll (>= 3.3, < 5.0)
47+
jekyll-sass-converter (2.2.0)
48+
sassc (> 2.0.1, < 3.0)
49+
jekyll-seo-tag (2.8.0)
50+
jekyll (>= 3.8, < 5.0)
51+
jekyll-sitemap (1.4.0)
52+
jekyll (>= 3.7, < 5.0)
53+
jekyll-theme-chirpy (5.2.1)
54+
jekyll (~> 4.1)
55+
jekyll-archives (~> 2.2)
56+
jekyll-paginate (~> 1.1)
57+
jekyll-redirect-from (~> 0.16)
58+
jekyll-seo-tag (~> 2.7)
59+
jekyll-sitemap (~> 1.4)
60+
jekyll-watch (2.2.1)
61+
listen (~> 3.0)
62+
kramdown (2.4.0)
63+
rexml
64+
kramdown-parser-gfm (1.1.0)
65+
kramdown (~> 2.0)
66+
liquid (4.0.3)
67+
listen (3.7.1)
68+
rb-fsevent (~> 0.10, >= 0.10.3)
69+
rb-inotify (~> 0.9, >= 0.9.10)
70+
mercenary (0.4.0)
71+
nokogiri (1.13.8-x86_64-linux)
72+
racc (~> 1.4)
73+
parallel (1.22.1)
74+
pathutil (0.16.2)
75+
forwardable-extended (~> 2.6)
76+
public_suffix (4.0.7)
77+
racc (1.6.0)
78+
rainbow (3.1.1)
79+
rb-fsevent (0.11.1)
80+
rb-inotify (0.10.1)
81+
ffi (~> 1.0)
82+
rexml (3.2.5)
83+
rouge (3.30.0)
84+
safe_yaml (1.0.5)
85+
sassc (2.4.0)
86+
ffi (~> 1.9)
87+
terminal-table (2.0.0)
88+
unicode-display_width (~> 1.1, >= 1.1.1)
89+
thread_safe (0.3.6)
90+
typhoeus (1.4.0)
91+
ethon (>= 0.9.0)
92+
tzinfo (1.2.10)
93+
thread_safe (~> 0.1)
94+
tzinfo-data (1.2022.1)
95+
tzinfo (>= 1.0.0)
96+
unicode-display_width (1.8.0)
97+
wdm (0.1.1)
98+
webrick (1.7.0)
99+
yell (2.2.2)
100+
101+
PLATFORMS
102+
x86_64-linux
103+
104+
DEPENDENCIES
105+
html-proofer (~> 3.18)
106+
jekyll-theme-chirpy (~> 5.2, >= 5.2.1)
107+
tzinfo (~> 1.2)
108+
tzinfo-data
109+
wdm (~> 0.1.1)
110+
webrick (~> 1.7)
111+
112+
BUNDLED WITH
113+
2.3.19

_config.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,39 +13,39 @@ baseurl: ''
1313
lang: en
1414

1515
# Additional parameters for datetime localization, optional. › https://github.com/iamkun/dayjs/tree/dev/src/locale
16-
prefer_datetime_locale:
16+
prefer_datetime_locale: en
1717

1818
# Change to your timezone › http://www.timezoneconverter.com/cgi-bin/findzone/findzone
19-
timezone:
19+
timezone: America/Chicago
2020

2121
# jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
2222
# ↓ --------------------------
2323

24-
title: Chirpy # the main title
24+
title: Nulliver # the main title
2525

26-
tagline: A text-focused Jekyll theme # it will display as the sub-title
26+
tagline: Code stories # it will display as the sub-title
2727

2828
description: >- # used by seo meta and the atom feed
29-
A minimal, responsive, and powerful Jekyll theme for presenting professional writing.
29+
The adventures of nulliver through code and life
3030
3131
# fill in the protocol & hostname for your site, e.g., 'https://username.github.io'
32-
url: ''
32+
url: 'https://nulliver.github.io'
3333

3434
github:
35-
username: github_username # change to your github username
35+
username: nulliver # change to your github username
3636

3737
twitter:
38-
username: twitter_username # change to your twitter username
38+
username: nulliver # change to your twitter username
3939

4040
social:
4141
# Change to your full name.
4242
# It will be displayed as the default author of the posts and the copyright owner in the Footer
43-
name: your_full_name
44-
email: [email protected] # change to your email address
43+
name: Nulliver
44+
email: [email protected] # change to your email address
4545
links:
4646
# The first element serves as the copyright owner's link
47-
- https://twitter.com/username # change to your twitter homepage
48-
- https://github.com/username # change to your github homepage
47+
- https://twitter.com/nulliver # change to your twitter homepage
48+
- https://github.com/nulliver # change to your github homepage
4949
# Uncomment below to add more social links
5050
# - https://www.facebook.com/username
5151
# - https://www.linkedin.com/in/username

0 commit comments

Comments
 (0)