-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #176 from davidwesst/rc/10.3-tags
RC/v10.3 - Tags
- Loading branch information
Showing
143 changed files
with
1,838 additions
and
1,216 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
# Application Specific | ||
dist/ | ||
tmp/ | ||
src/_data/content-tags.json | ||
!src/blog/** | ||
!src/blog/blog.11tydata.json | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "dw-website", | ||
"private": true, | ||
"description": "The personal and somewhat professional website for David Wesst, a.k.a. DW, a.k.a. Wessty.", | ||
"version": "10.2.1", | ||
"version": "10.3.0", | ||
"author": "David Wesst <[email protected]>", | ||
"homepage": "https://github.com/davidwesst/website#readme", | ||
"license": "MIT", | ||
|
@@ -14,18 +14,19 @@ | |
"node": "^16" | ||
}, | ||
"scripts": { | ||
"prebuild": "npm run clean", | ||
"prebuild": "concurrently 'npm run clean' 'npm run generate-tags'", | ||
"build": "concurrently 'npm:build:*'", | ||
"build:eleventy": "eleventy", | ||
"build:assets": "webpack", | ||
"debug:build": "DEBUG=Eleventy* eleventy", | ||
"clean": "rimraf ./dist/*", | ||
"crosspost:wd": "./tools/crosspost-wd.js", | ||
"predev": "npm run clean", | ||
"predev": "concurrently 'npm run clean' 'npm run generate-tags'", | ||
"dev": "concurrently --kill-others 'npm:dev:*'", | ||
"dev:eleventy": "eleventy --serve", | ||
"dev:webpack": "webpack --watch", | ||
"debug:eleventy": "DEBUG=Eleventy* eleventy", | ||
"generate-tags": "./tools/tag-helper.js 'src/blog' 'src/_data/content-tags.json'", | ||
"prestart": "npm run build", | ||
"start": "swa start --output-location ./dist --swa-config-location ./", | ||
"test:workflow": "./bin/act -j build_and_deploy" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 14 additions & 10 deletions
24
src/blog/always-use-node-even-on-non-node-projects/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 12 additions & 9 deletions
21
src/blog/answering-the-question-when-will-ie-support-that-html-feature/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 12 additions & 8 deletions
20
src/blog/azure-static-web-apps-are-fine-just-not-great/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 11 additions & 9 deletions
20
src/blog/capturing-https-traffic-in-java-with-eclipse-and-fiddler/index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.