Skip to content

Commit

Permalink
updated to reflect my info
Browse files Browse the repository at this point in the history
  • Loading branch information
c0untingNumbers committed May 27, 2024
1 parent f4fb7be commit 55e074e
Show file tree
Hide file tree
Showing 13 changed files with 58 additions and 55 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
50 changes: 27 additions & 23 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -29,51 +29,55 @@ 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)
jekyll-feed (~> 0.12)
tzinfo (~> 1.2)
tzinfo-data
wdm (~> 0.1.1)
webrick (~> 1.8)

BUNDLED WITH
2.0.2
2.5.10
30 changes: 8 additions & 22 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
- type: wechat
value: YourWeChatUsername
link: "#"
value: [email protected]
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
Expand Down
15 changes: 15 additions & 0 deletions _posts/2024-05-26-hello-world.md
Original file line number Diff line number Diff line change
@@ -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
---

<img src="{{ "/assets/img/content/hello-world/first-post-banner.jpg" | absolute_url }}" alt="bay" class="post-pic"/>
<br />
<br />

This is a test blog post.
<br />
Picture by [Bethany Legg](https://unsplash.com/@bkotynski).
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions work.md → archive/work.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: work
title: Work
slug: /work
# layout: work
# title: Work
# slug: /work
items:
- title: My Interest 1
image:
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed assets/img/content/post-example/Banner.jpg
Binary file not shown.
Binary file modified assets/img/profile-pic.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/img/title.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion blog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ title: Blog
slug: /blog
---

This is an example of a "Blog" page, displaying a list of posts.
<!-- Make a comment here if you want to -->
<br />
8 changes: 2 additions & 6 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@ profile_picture:
src: /assets/img/profile-pic.jpg
alt: website picture
---

<h1>Hello! I am Lukas,</h1>
<p>
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 <a href="http://dangrover.com">website</a>.
</p>

<p>
You can find the source code and the instructions on <a href="https://github.com/eliottvincent/bay">GitHub</a>.
I am a cybersecurity student at RIT.
</p>

0 comments on commit 55e074e

Please sign in to comment.