Skip to content

Commit

Permalink
adds gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
tabathad committed May 7, 2024
1 parent 3fb7e14 commit 3fe326e
Show file tree
Hide file tree
Showing 98 changed files with 64 additions and 26,254 deletions.
23 changes: 15 additions & 8 deletions _site/borl/Gemfile.lock → Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (7.0.4.3)
activesupport (7.0.5.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand All @@ -24,10 +24,12 @@ GEM
ffi (>= 1.15.0)
eventmachine (1.2.7)
execjs (2.8.1)
faraday (2.7.4)
faraday (2.7.8)
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
faraday-retry (2.2.0)
faraday (~> 2.0)
ffi (1.15.5)
forwardable-extended (2.6.0)
gemoji (3.0.1)
Expand Down Expand Up @@ -86,7 +88,7 @@ GEM
activesupport (>= 2)
nokogiri (>= 1.4)
http_parser.rb (0.8.0)
i18n (1.12.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
jekyll (3.9.3)
addressable (~> 2.4)
Expand Down Expand Up @@ -205,20 +207,22 @@ GEM
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
mini_portile2 (2.8.6)
minima (2.5.1)
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
minitest (5.18.0)
nokogiri (1.14.3-x86_64-darwin)
minitest (5.18.1)
nokogiri (1.15.2)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
octokit (4.25.1)
faraday (>= 1, < 3)
sawyer (~> 0.9)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (4.0.7)
racc (1.6.2)
racc (1.7.1)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
Expand Down Expand Up @@ -250,17 +254,20 @@ GEM
webrick (1.8.1)

PLATFORMS
x86_64-darwin-21
arm64-darwin-22
arm64-darwin-23

DEPENDENCIES
faraday-retry (>= 2.0)
github-pages
http_parser.rb (~> 0.6.0)
jekyll-feed (~> 0.12)
jekyll-include-cache
jekyll-redirect-from (~> 0.16.0)
tzinfo (>= 1, < 3)
tzinfo-data
wdm (~> 0.1.1)
webrick (~> 1.8)

BUNDLED WITH
2.4.12
2.4.14
6 changes: 6 additions & 0 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ main:

- title: "About"
url: /about/
- title: "Event Archives"
children:
- title: "BSides Orlando 2023"
url: /event-archives/bsides-orlando-2023/
- title: BSides Orlando 2013"
url: "https://2013.bsidesorlando.org/"
- title: "Schedule"
url: /schedule/
- title: "Event"
Expand Down
247 changes: 0 additions & 247 deletions _site/404.html

This file was deleted.

Loading

0 comments on commit 3fe326e

Please sign in to comment.