Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .bundle/config

This file was deleted.

3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
/.jekyll-cache
/_site
/docs
/tmp
/.sass-cache
/.env
/.idea
/.DS_Store
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4.0.1
16 changes: 0 additions & 16 deletions .travis.yml

This file was deleted.

19 changes: 19 additions & 0 deletions Caddyfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
auto_https off
persist_config off
metrics
servers {
protocols h1
}
}

# Uncomment if you want to test changes locally!
#http://localhost {
# root * /www # sets the root of all other directives
# file_server # tells Caddy to serve the static files found at the root
#}

http://errbit.com {
root * /www # sets the root of all other directives
file_server # tells Caddy to serve the static files found at the root
}
13 changes: 9 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
FROM ruby:2.6-stretch
RUN apt-get update && apt-get install -y cmake openjdk-8-jre
ENV BUNDLE_PATH=vendor/bundle
WORKDIR /srv
FROM docker.io/library/caddy:2.10.2

COPY Caddyfile /etc/caddy/

WORKDIR /www

COPY _site/ .

EXPOSE 80/tcp
17 changes: 8 additions & 9 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
source 'https://rubygems.org'
source "https://rubygems.org"

gem 'dotenv'
gem 'jekyll'
gem 'kramdown'
gem 'nokogumbo'
gem 'oga'
gem 'pry-byebug'
gem 'rugged'
gem 's3_website'
gem "dotenv"
gem "jekyll"
gem "kramdown"
gem "nokogiri"
gem "oga"
gem "pry-byebug"
gem "rugged"
168 changes: 96 additions & 72 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,100 +1,124 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.5.0)
public_suffix (~> 2.0, >= 2.0.2)
addressable (2.8.8)
public_suffix (>= 2.0.2, < 8.0)
ansi (1.5.0)
ast (2.3.0)
aws-sdk (2.11.197)
aws-sdk-resources (= 2.11.197)
aws-sdk-core (2.11.197)
aws-sigv4 (~> 1.0)
jmespath (~> 1.0)
aws-sdk-resources (2.11.197)
aws-sdk-core (= 2.11.197)
aws-sigv4 (1.0.3)
byebug (9.0.5)
coderay (1.1.1)
ast (2.4.3)
base64 (0.3.0)
bigdecimal (4.0.1)
byebug (13.0.0)
reline (>= 0.6.0)
coderay (1.1.3)
colorator (1.1.0)
colored (1.2)
configure-s3-website (2.3.0)
aws-sdk (~> 2)
deep_merge (~> 1.0.0)
deep_merge (1.0.1)
dotenv (1.0.2)
ffi (1.9.17)
concurrent-ruby (1.3.6)
csv (3.3.5)
dotenv (3.2.0)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
ffi (1.17.3)
ffi (1.17.3-x86_64-darwin)
forwardable-extended (2.6.0)
jekyll (3.3.1)
google-protobuf (4.33.4)
bigdecimal
rake (>= 13)
http_parser.rb (0.8.1)
i18n (1.14.8)
concurrent-ruby (~> 1.0)
io-console (0.8.2)
jekyll (4.4.1)
addressable (~> 2.4)
base64 (~> 0.2)
colorator (~> 1.0)
jekyll-sass-converter (~> 1.0)
jekyll-watch (~> 1.1)
kramdown (~> 1.3)
liquid (~> 3.0)
mercenary (~> 0.3.3)
csv (~> 3.0)
em-websocket (~> 0.5)
i18n (~> 1.0)
jekyll-sass-converter (>= 2.0, < 4.0)
jekyll-watch (~> 2.0)
json (~> 2.6)
kramdown (~> 2.3, >= 2.3.1)
kramdown-parser-gfm (~> 1.0)
liquid (~> 4.0)
mercenary (~> 0.3, >= 0.3.6)
pathutil (~> 0.9)
rouge (~> 1.7)
rouge (>= 3.0, < 5.0)
safe_yaml (~> 1.0)
jekyll-sass-converter (1.5.0)
sass (~> 3.4)
jekyll-watch (1.5.0)
listen (~> 3.0, < 3.1)
jmespath (1.4.0)
kramdown (1.13.2)
liquid (3.0.6)
listen (3.0.8)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
mercenary (0.3.6)
method_source (0.8.2)
mini_portile2 (2.1.0)
nokogiri (1.7.0)
mini_portile2 (~> 2.1.0)
nokogumbo (1.4.10)
nokogiri
oga (2.2)
terminal-table (>= 1.8, < 4.0)
webrick (~> 1.7)
jekyll-sass-converter (3.1.0)
sass-embedded (~> 1.75)
jekyll-watch (2.2.1)
listen (~> 3.0)
json (2.18.0)
kramdown (2.5.1)
rexml (>= 3.3.9)
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.4)
listen (3.10.0)
logger
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.7.0)
mercenary (0.4.0)
method_source (1.1.0)
mini_portile2 (2.8.9)
nokogiri (1.19.0)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.19.0-x86_64-darwin)
racc (~> 1.4)
oga (3.4)
ast
ruby-ll (~> 2.1)
pathutil (0.14.0)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
pry (0.10.3)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
slop (~> 3.4)
pry-byebug (3.4.0)
byebug (~> 9.0)
pry (~> 0.10)
public_suffix (2.0.5)
rb-fsevent (0.9.8)
rb-inotify (0.9.7)
ffi (>= 0.5.0)
rouge (1.11.1)
ruby-ll (2.1.2)
pry (0.16.0)
coderay (~> 1.1)
method_source (~> 1.0)
reline (>= 0.6.0)
pry-byebug (3.12.0)
byebug (~> 13.0)
pry (>= 0.13, < 0.17)
public_suffix (7.0.2)
racc (1.8.1)
rake (13.3.1)
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
reline (0.6.3)
io-console (~> 0.5)
rexml (3.4.4)
rouge (4.7.0)
ruby-ll (2.1.4)
ansi
ast
rugged (0.21.0)
s3_website (3.4.0)
colored (= 1.2)
configure-s3-website (= 2.3.0)
dotenv (~> 1.0)
thor (~> 0.18)
safe_yaml (1.0.4)
sass (3.4.23)
slop (3.6.0)
thor (0.20.3)
rugged (1.9.0)
safe_yaml (1.0.5)
sass-embedded (1.97.2)
google-protobuf (~> 4.31)
rake (>= 13)
sass-embedded (1.97.2-x86_64-darwin)
google-protobuf (~> 4.31)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
unicode-display_width (2.6.0)
webrick (1.9.2)

PLATFORMS
ruby
x86_64-darwin-24

DEPENDENCIES
dotenv
jekyll
kramdown
nokogumbo
nokogiri
oga
pry-byebug
rugged
s3_website

BUNDLED WITH
1.17.2
4.0.4
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Documentation Site for Errbit

This project builds documentation for Errbit by checking out all prior
released versions of Errbit from Git (plus master) and processing the
released versions of Errbit from Git (plus main) and processing the
docs folder for each one into its own section.

# Building
Expand Down
13 changes: 3 additions & 10 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
---
encoding: utf-8
exclude:
- README.md
- Gemfile
- Gemfile.lock
- bin
- s3_website.yml
- CNAME
- lib
- tmp
- vendor
kramdown:
input: GFM
gfm_quirks: paragraph_end
Expand All @@ -15,12 +17,3 @@ defaults:
-
values:
layout: "default"
exclude:
- README.md
- Gemfile
- Gemfile.lock
- s3_website.yml
- tmp
- lib
- bin
- vendor
17 changes: 0 additions & 17 deletions bin/aws.rb

This file was deleted.

17 changes: 0 additions & 17 deletions bin/bundler

This file was deleted.

17 changes: 0 additions & 17 deletions bin/byebug

This file was deleted.

17 changes: 0 additions & 17 deletions bin/coderay

This file was deleted.

Loading