Minor cleanup pass.
All checks were successful
Deploy to Netlify / Deploy to Netlify (push) Successful in 1m28s

- Run prettier over all HTML.
- Combine jquery and jquery-migrate scripts
- Remove unused WP emoji code.
- Remove unused WP comment script.
- Remove unused WP embed script.
- Add Umami analytics (self-hosted, privacy friendly analytics)
This commit is contained in:
2023-08-30 12:45:38 +09:00
parent be7a109e3d
commit 56aebd4950
148 changed files with 123407 additions and 46290 deletions

View File

@@ -16,6 +16,7 @@ jobs:
name: Deploying to Netlify..
with:
publish-dir: './static'
production-branch: 'main'
production-deploy: true
github-token: ${{ secrets.GITHUB_TOKEN }}
deploy-message: "Deployed from Gitea Action"