diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml new file mode 100644 index 0000000..9178c6f --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,27 @@ +# .pre-commit-config.yaml +repos: +- repo: https://github.com/pre-commit/pre-commit-hooks + rev: v4.4.0 # use `pre-commit autoupdate` to get the latest rev + hooks: + - id: no-commit-to-branch + args: ['--branch', 'main'] # prevent local commits to main branch + - id: check-yaml # check for proper yaml formatting + - id: check-json # check for proper json formatting +# - id: pretty-format-json +# - id: end-of-file-fixer +# - id: trailing-whitespace +#- repo: https://github.com/pre-commit/mirrors-csslint +# rev: v1.0.5 # use `pre-commit autoupdate` to get the latest rev +# hooks: +# - id: csslint +- repo: https://github.com/thibaudcolas/curlylint + rev: v0.13.1 # use `pre-commit autoupdate` to get the latest rev + hooks: + - id: curlylint +- repo: https://github.com/pre-commit/mirrors-prettier + rev: v3.0.0 + hooks: + - id: prettier + types: [json] +ci: + autofix_prs: true # set false to stop pull-request commits being added by pre-commit.ci diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..acf3526 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,7 @@ +# Project code owned by maintainers +* @restincode/maintainers + +# User contributions supported by reviewers +people/ @restincode/reviewers +images/ @restincode/reviewers +peoplelist.json @restincode/reviewers diff --git a/Gemfile.lock b/Gemfile.lock index caabb47..7827154 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,7 +10,7 @@ GEM addressable (2.8.4) public_suffix (>= 2.0.2, < 6.0) afm (0.2.2) - async (2.6.2) + async (2.6.3) console (~> 1.10) fiber-annotation io-event (~> 1.1) @@ -110,7 +110,7 @@ GEM http_parser.rb (0.8.0) i18n (1.14.1) concurrent-ruby (~> 1.0) - io-event (1.2.2) + io-event (1.2.3) jekyll (3.9.3) addressable (~> 2.4) colorator (~> 1.0) @@ -232,7 +232,7 @@ GEM jekyll (>= 3.5, < 5.0) jekyll-feed (~> 0.9) jekyll-seo-tag (~> 2.1) - minitest (5.18.1) + minitest (5.19.0) nokogiri (1.15.3-arm64-darwin) racc (~> 1.4) octokit (4.25.1) @@ -253,7 +253,7 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) - rexml (3.2.5) + rexml (3.2.6) rouge (3.26.0) ruby-rc4 (0.1.5) ruby2_keywords (0.0.5) diff --git a/README.md b/README.md index 0e8cd16..71daf67 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,14 @@
-
-
-
+
+
+
+
-
-
-
+
+
+
+
diff --git a/config.json b/config.json index 5ac79cb..565e8e0 100644 --- a/config.json +++ b/config.json @@ -1,5 +1,5 @@ { - "useSideMenu" : true, - "additionalFooterText" : "All content and images unless otherwise specified is © Rest In Code - ", - "title" : "Rest In Code - Hacker / InfoSec Memorial Site" + "useSideMenu": true, + "additionalFooterText": "All content and images unless otherwise specified is © Rest In Code - ", + "title": "Rest In Code - Hacker / InfoSec Memorial Site" } diff --git a/images/Nolan_Berry.PNG b/images/Nolan_Berry.PNG new file mode 100644 index 0000000..5b11194 Binary files /dev/null and b/images/Nolan_Berry.PNG differ diff --git a/images/kelvin_white_l3thal.jpeg b/images/kelvin_white_l3thal.jpeg new file mode 100644 index 0000000..be8b0f3 Binary files /dev/null and b/images/kelvin_white_l3thal.jpeg differ diff --git a/images/kelvin_white_l3thal_STS-at-DEFCON.jpeg b/images/kelvin_white_l3thal_STS-at-DEFCON.jpeg new file mode 100644 index 0000000..5615a73 Binary files /dev/null and b/images/kelvin_white_l3thal_STS-at-DEFCON.jpeg differ diff --git a/images/kelvin_white_l3thal_classic_1992_age-15.jpeg b/images/kelvin_white_l3thal_classic_1992_age-15.jpeg new file mode 100644 index 0000000..19fce4a Binary files /dev/null and b/images/kelvin_white_l3thal_classic_1992_age-15.jpeg differ diff --git a/images/kelvin_white_l3thal_keyboard.jpeg b/images/kelvin_white_l3thal_keyboard.jpeg new file mode 100644 index 0000000..a3af375 Binary files /dev/null and b/images/kelvin_white_l3thal_keyboard.jpeg differ diff --git a/images/kelvin_white_l3thal_last-known-photo.jpeg b/images/kelvin_white_l3thal_last-known-photo.jpeg new file mode 100644 index 0000000..c4df04d Binary files /dev/null and b/images/kelvin_white_l3thal_last-known-photo.jpeg differ diff --git a/images/kelvin_white_l3thal_memorial_banner.png b/images/kelvin_white_l3thal_memorial_banner.png new file mode 100644 index 0000000..ba69375 Binary files /dev/null and b/images/kelvin_white_l3thal_memorial_banner.png differ diff --git a/images/kelvin_white_l3thal_punk.jpeg b/images/kelvin_white_l3thal_punk.jpeg new file mode 100644 index 0000000..e977f23 Binary files /dev/null and b/images/kelvin_white_l3thal_punk.jpeg differ diff --git a/images/kelvin_white_star-struck.jpeg b/images/kelvin_white_star-struck.jpeg new file mode 100644 index 0000000..7858850 Binary files /dev/null and b/images/kelvin_white_star-struck.jpeg differ diff --git a/index.html b/index.html index e8dfc68..67d1cf3 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@ - + +