Skip to content

Commit d0590db

Browse files
committed
first post
1 parent 75a48e0 commit d0590db

File tree

3 files changed

+167
-37
lines changed

3 files changed

+167
-37
lines changed

Gemfile.lock

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

_config.yml

Lines changed: 36 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -5,60 +5,59 @@ theme: jekyll-theme-chirpy
55

66
# Change the following value to '/PROJECT_NAME' ONLY IF your site type is GitHub Pages Project sites
77
# and doesn't have a custom domain.
8-
baseurl: ''
8+
baseurl: ""
99

1010
# The language of the webpage › http://www.lingoes.net/en/translator/langcode.htm
1111
# If it has the same name as one of the files in folder `_data/locales`, the layout language will also be changed,
1212
# otherwise, the layout language will use the default value of 'en'.
1313
lang: en
1414

15-
1615
# Change to your timezone › http://www.timezoneconverter.com/cgi-bin/findzone/findzone
17-
timezone:
16+
timezone: America/Chicago
1817

1918
# jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
2019
# ↓ --------------------------
2120

22-
title: Chirpy # the main title
21+
title: RubyGeek # the main title
2322

24-
tagline: A text-focused Jekyll theme # it will display as the sub-title
23+
tagline: A blog about whatever I am interested in # it will display as the sub-title
2524

26-
description: >- # used by seo meta and the atom feed
25+
description: >- # used by seo meta and the atom feed
2726
A minimal, responsive, and powerful Jekyll theme for presenting professional writing.
2827
2928
# fill in the protocol & hostname for your site, e.g., 'https://username.github.io'
30-
url: ''
29+
url: ""
3130

3231
github:
33-
username: github_username # change to your github username
32+
username: rubygeek # change to your github username
3433

3534
twitter:
36-
username: twitter_username # change to your twitter username
35+
username: rubygeek # change to your twitter username
3736

3837
social:
3938
# Change to your full name.
4039
# It will be displayed as the default author of the posts and the copyright owner in the Footer
41-
name: your_full_name
42-
email: example@domain.com # change to your email address
40+
name: Nola
41+
#email: example@domain.com # change to your email address
4342
links:
4443
# The first element serves as the copyright owner's link
45-
- https://twitter.com/username # change to your twitter homepage
46-
- https://github.com/username # change to your github homepage
44+
- https://twitter.com/username # change to your twitter homepage
45+
- https://github.com/username # change to your github homepage
4746
# Uncomment below to add more social links
4847
# - https://www.facebook.com/username
4948
# - https://www.linkedin.com/in/username
5049

51-
google_site_verification: # fill in to your verification string
50+
google_site_verification: # fill in to your verification string
5251

5352
# ↑ --------------------------
5453
# The end of `jekyll-seo-tag` settings
5554

5655
google_analytics:
57-
id: # fill in your Google Analytics ID
56+
id: # fill in your Google Analytics ID
5857
# Google Analytics pageviews report settings
5958
pv:
60-
proxy_endpoint: # fill in the Google Analytics superProxy endpoint of Google App Engine
61-
cache_path: # the local PV cache data, friendly to visitors from GFW region
59+
proxy_endpoint: # fill in the Google Analytics superProxy endpoint of Google App Engine
60+
cache_path: # the local PV cache data, friendly to visitors from GFW region
6261

6362
# Prefer color scheme setting.
6463
#
@@ -71,7 +70,7 @@ google_analytics:
7170
# light - Use the light color scheme
7271
# dark - Use the dark color scheme
7372
#
74-
theme_mode: # [light|dark]
73+
theme_mode: dark # [light|dark]
7574

7675
# The CDN endpoint for images.
7776
# Notice that once it is assigned, the CDN url
@@ -87,43 +86,43 @@ avatar:
8786
toc: true
8887

8988
comments:
90-
active: # The global switch for posts comments, e.g., 'disqus'. Keep it empty means disable
89+
active: # The global switch for posts comments, e.g., 'disqus'. Keep it empty means disable
9190
# The active options are as follows:
9291
disqus:
93-
shortname: # fill with the Disqus shortname. › https://help.disqus.com/en/articles/1717111-what-s-a-shortname
92+
shortname: # fill with the Disqus shortname. › https://help.disqus.com/en/articles/1717111-what-s-a-shortname
9493
# utterances settings › https://utteranc.es/
9594
utterances:
96-
repo: # <gh-username>/<repo>
97-
issue_term: # < url | pathname | title | ...>
95+
repo: # <gh-username>/<repo>
96+
issue_term: # < url | pathname | title | ...>
9897
# Giscus options › https://giscus.app
9998
giscus:
100-
repo: # <gh-username>/<repo>
99+
repo: # <gh-username>/<repo>
101100
repo_id:
102101
category:
103102
category_id:
104-
mapping: # optional, default to 'pathname'
105-
input_position: # optional, default to 'bottom'
106-
lang: # optional, default to the value of `site.lang`
103+
mapping: # optional, default to 'pathname'
104+
input_position: # optional, default to 'bottom'
105+
lang: # optional, default to the value of `site.lang`
107106
reactions_enabled: # optional, default to the value of `1`
108107

109108
# Self-hosted static assets, optional › https://github.com/cotes2020/chirpy-static-assets
110109
assets:
111110
self_host:
112-
enabled: # boolean, keep empty means false
111+
enabled: # boolean, keep empty means false
113112
# specify the Jekyll environment, empty means both
114113
# only works if `assets.self_host.enabled` is 'true'
115-
env: # [development|production]
114+
env: # [development|production]
116115

117116
pwa:
118-
enabled: true # the option for PWA feature
117+
enabled: true # the option for PWA feature
119118

120119
paginate: 10
121120

122121
# ------------ The following options are not recommended to be modified ------------------
123122

124123
kramdown:
125124
syntax_highlighter: rouge
126-
syntax_highlighter_opts: # Rouge Options › https://github.com/jneen/rouge#full-options
125+
syntax_highlighter_opts: # Rouge Options › https://github.com/jneen/rouge#full-options
127126
css_class: highlight
128127
# default_lang: console
129128
span:
@@ -139,12 +138,12 @@ collections:
139138

140139
defaults:
141140
- scope:
142-
path: '' # An empty string here means all files in the project
141+
path: "" # An empty string here means all files in the project
143142
type: posts
144143
values:
145144
layout: post
146-
comments: true # Enable comments in posts.
147-
toc: true # Display TOC column in posts.
145+
comments: true # Enable comments in posts.
146+
toc: true # Display TOC column in posts.
148147
# DO NOT modify the following parameter unless you are confident enough
149148
# to update the code of all other post links in this project.
150149
permalink: /posts/:title/
@@ -153,8 +152,8 @@ defaults:
153152
values:
154153
comments: false
155154
- scope:
156-
path: ''
157-
type: tabs # see `site.collections`
155+
path: ""
156+
type: tabs # see `site.collections`
158157
values:
159158
layout: page
160159
permalink: /:title/
@@ -180,8 +179,8 @@ compress_html:
180179
envs: [development]
181180

182181
exclude:
183-
- '*.gem'
184-
- '*.gemspec'
182+
- "*.gem"
183+
- "*.gemspec"
185184
- tools
186185
- README.md
187186
- CHANGELOG.md

_posts/2030-01-08-about-nothing.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
layout: post
3+
title: A post about Nothing
4+
date: 2023-01-08
5+
categories: [nothing]
6+
tags: [nothing, ramble]
7+
---
8+
9+
## A post About Nothing
10+
11+
I recently watched the Seinfield eposide where they pitch their show to some procducers, "A Show about Nothing". I had heard about this term boefore but didn't really know what it meant.
12+
13+
I used to blog alot about ruby, clojure, a little javascript and some time mangement things I used to do. For some reason I stopped, but I want to start again.
14+
15+
In the past few years I reached my limit of using programming to amuse myself and got interested in Cybersecurity. I attended some Sans classe and was hooked. I continued untill I had 6 sans cetifications under my belt and a Gradute Certificate in [Cybersecurity Engineering](https://www.sans.edu/cyber-security-programs/graduate-certificate-engineering-core/). I may do more but content to now use some of what I have learned.
16+
17+
I plan to write about a few things I am interested in. Mostly to keep myself accountable to keep learning even when I am not pursuing a certain cerificate.

0 commit comments

Comments
 (0)