Skip to content

Commit

Permalink
Merge pull request #128 from whitep4nth3r/revert-127-make-webring-static
Browse files Browse the repository at this point in the history
Revert "Build webring as static" because something is weird on the homepage
  • Loading branch information
whitep4nth3r authored Mar 5, 2024
2 parents f7ce370 + 5345b41 commit ed8a3bb
Show file tree
Hide file tree
Showing 9 changed files with 38 additions and 330 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mk2-p4nth3rblog",
"version": "1.0.6",
"version": "1.0.5",
"description": "My website and blog.",
"scripts": {
"watch:sass": "sass --watch ./src/_sass:src/_css",
Expand All @@ -9,7 +9,9 @@
"build:eleventy": "npx @11ty/eleventy",
"build:search": "node ./src/_scripts/build-search.js",
"dev": "npm-run-all build:sass --parallel watch:*",
"build": "npm-run-all build:*"
"build": "npm-run-all build:*",
"debug": "DEBUG=Eleventy* npx @11ty/eleventy --serve",
"debughard": "DEBUG=Dev:Eleventy* npx @11ty/eleventy --serve"
},
"author": "whitep4nth3r",
"license": "MIT",
Expand Down
44 changes: 0 additions & 44 deletions src/_components/webring.js

This file was deleted.

123 changes: 0 additions & 123 deletions src/_css/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/_css/main.css.map

Large diffs are not rendered by default.

11 changes: 0 additions & 11 deletions src/_data/webring.js

This file was deleted.

1 change: 0 additions & 1 deletion src/_public/img/theclaw_webring_logo.svg

This file was deleted.

111 changes: 0 additions & 111 deletions src/_sass/_webring.scss

This file was deleted.

1 change: 0 additions & 1 deletion src/_sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,3 @@
@import "sponsorships";
@import "stream-package";
@import "newsletter-signup";
@import "webring";
Loading

0 comments on commit ed8a3bb

Please sign in to comment.