diff --git a/Gemfile b/Gemfile
index 62990b1cd..ef6703079 100644
--- a/Gemfile
+++ b/Gemfile
@@ -20,3 +20,5 @@ end
# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform?
+
+gem "webrick", "~> 1.8"
diff --git a/Gemfile.lock b/Gemfile.lock
index 123ac876c..e9a30710f 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,18 +1,18 @@
GEM
remote: https://rubygems.org/
specs:
- addressable (2.8.0)
- public_suffix (>= 2.0.2, < 5.0)
+ addressable (2.8.6)
+ public_suffix (>= 2.0.2, < 6.0)
colorator (1.1.0)
- concurrent-ruby (1.1.7)
- em-websocket (0.5.1)
+ concurrent-ruby (1.2.3)
+ em-websocket (0.5.3)
eventmachine (>= 0.12.9)
- http_parser.rb (~> 0.6.0)
+ http_parser.rb (~> 0)
eventmachine (1.2.7)
- ffi (1.16.3)
+ ffi (1.16.3-x64-mingw-ucrt)
forwardable-extended (2.6.0)
- http_parser.rb (0.6.0)
- i18n (1.8.5)
+ http_parser.rb (0.8.0)
+ i18n (1.14.5)
concurrent-ruby (~> 1.0)
jekyll (4.0.1)
addressable (~> 2.4)
@@ -29,44 +29,47 @@ GEM
rouge (~> 3.0)
safe_yaml (~> 1.0)
terminal-table (~> 1.8)
- jekyll-feed (0.15.0)
+ jekyll-feed (0.17.0)
jekyll (>= 3.7, < 5.0)
- jekyll-sass-converter (2.1.0)
+ jekyll-sass-converter (2.2.0)
sassc (> 2.0.1, < 3.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
- kramdown (2.3.1)
+ kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
- liquid (4.0.3)
- listen (3.2.1)
+ liquid (4.0.4)
+ listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
- public_suffix (4.0.6)
- rb-fsevent (0.10.4)
- rb-inotify (0.10.1)
+ public_suffix (5.0.5)
+ rb-fsevent (0.11.2)
+ rb-inotify (0.11.1)
ffi (~> 1.0)
- rexml (3.2.5)
- rouge (3.22.0)
+ rexml (3.2.8)
+ strscan (>= 3.0.9)
+ rouge (3.30.0)
safe_yaml (1.0.5)
sassc (2.4.0)
ffi (~> 1.9)
+ strscan (3.1.0)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
thread_safe (0.3.6)
- tzinfo (1.2.10)
+ tzinfo (1.2.11)
thread_safe (~> 0.1)
- tzinfo-data (1.2020.1)
+ tzinfo-data (1.2024.1)
tzinfo (>= 1.0.0)
- unicode-display_width (1.7.0)
+ unicode-display_width (1.8.0)
wdm (0.1.1)
+ webrick (1.8.1)
PLATFORMS
- ruby
+ x64-mingw-ucrt
DEPENDENCIES
jekyll (~> 4.0.0)
@@ -74,6 +77,7 @@ DEPENDENCIES
tzinfo (~> 1.2)
tzinfo-data
wdm (~> 0.1.1)
+ webrick (~> 1.8)
BUNDLED WITH
- 2.0.2
+ 2.5.10
diff --git a/_config.yml b/_config.yml
index 9ebdc6f83..122d16ff8 100644
--- a/_config.yml
+++ b/_config.yml
@@ -7,44 +7,30 @@ description: >- # this means to ignore newlines until "baseurl:"
baseurl: "/bay" # the subpath of the site
url: "https://eliottvincent.github.io" # the base hostname & protocol for the site
og_image: /assets/img/profile-pic.jpg
-google_analytics: "UA-121636368-3"
+# google_analytics: "UA-121636368-3"
header:
pages:
- name: Home
slug: /
- - name: Work
- name: Blog
footer:
- show_powered_by: true
+ show_powered_by: false
contact:
- type: email
name: Email
- value: yourmail@domain.com
- - type: wechat
- value: YourWeChatUsername
- link: "#"
+ value: lukas.peters0512@gmail.com
follow:
- - type: twitter
- name: Twitter
- link: http://twitter.com/YourTwitterUsername
- username: "@YourTwitterUsername"
- - type: facebook
- name: Facebook
- link: http://facebook.com/YourFacebookUsername
- type: linkedin
name: LinkedIn
- link: http://linkedin.com/in/YourLinkedInUsername
+ link: http://linkedin.com/in/lukasmpeters
- type: github
name: GitHub
- link: http://github.com/YourGitHubUsername
- - type: dribbble
- name: Dribbble
- link: https://dribbble.com/YourDribbbleUsername
- - type: rss
- name: RSS
- link: /feed.xml
+ link: http://github.com/c0untingNumbers
+ # - type: rss
+ # name: RSS
+ # link: /feed.xml
# Build settings
markdown: kramdown
diff --git a/_posts/2024-05-26-hello-world.md b/_posts/2024-05-26-hello-world.md
new file mode 100644
index 000000000..ba5325acf
--- /dev/null
+++ b/_posts/2024-05-26-hello-world.md
@@ -0,0 +1,15 @@
+---
+layout: post
+title: "Hello, World!"
+date: 2024-05-27 12:31:00
+blurb: "A simple first post."
+og_image: /assets/img/content/hello-world/first-post-banner.jpg
+---
+
+
+
+
+
+This is a test blog post.
+
+Picture by [Bethany Legg](https://unsplash.com/@bkotynski).
diff --git a/_posts/2019-10-26-example-of-blog-post.md b/archive/2019-10-26-example-of-blog-post.md
similarity index 100%
rename from _posts/2019-10-26-example-of-blog-post.md
rename to archive/2019-10-26-example-of-blog-post.md
diff --git a/_layouts/work.html b/archive/work.html
similarity index 100%
rename from _layouts/work.html
rename to archive/work.html
diff --git a/work.md b/archive/work.md
similarity index 95%
rename from work.md
rename to archive/work.md
index 05a12c7fc..cf1af5340 100644
--- a/work.md
+++ b/archive/work.md
@@ -1,7 +1,7 @@
---
-layout: work
-title: Work
-slug: /work
+# layout: work
+# title: Work
+# slug: /work
items:
- title: My Interest 1
image:
diff --git a/assets/img/content/hello-world/first-post-banner.jpg b/assets/img/content/hello-world/first-post-banner.jpg
new file mode 100644
index 000000000..cb7926f9a
Binary files /dev/null and b/assets/img/content/hello-world/first-post-banner.jpg differ
diff --git a/assets/img/content/post-example/Banner.jpg b/assets/img/content/post-example/Banner.jpg
deleted file mode 100644
index f6e1e488f..000000000
Binary files a/assets/img/content/post-example/Banner.jpg and /dev/null differ
diff --git a/assets/img/profile-pic.jpg b/assets/img/profile-pic.jpg
index 8f236e0fe..5462205dc 100644
Binary files a/assets/img/profile-pic.jpg and b/assets/img/profile-pic.jpg differ
diff --git a/assets/img/title.png b/assets/img/title.png
index 7ba2849be..f1468aa40 100644
Binary files a/assets/img/title.png and b/assets/img/title.png differ
diff --git a/blog.md b/blog.md
index 9d842d032..20cc94f96 100644
--- a/blog.md
+++ b/blog.md
@@ -4,5 +4,5 @@ title: Blog
slug: /blog
---
-This is an example of a "Blog" page, displaying a list of posts.
+
diff --git a/index.md b/index.md
index 8b67c1ec7..e475c8f98 100644
--- a/index.md
+++ b/index.md
@@ -4,11 +4,7 @@ profile_picture:
src: /assets/img/profile-pic.jpg
alt: website picture
---
-
+
- Welcome! This site serves as an example for the Bay Jekyll theme. Bay is a very simple and minimal theme, directly inspired by Dan Grover's website. -
- -- You can find the source code and the instructions on GitHub. + I am a cybersecurity student at RIT.