Semantic Versioning is a specification for versioning of software and related artifacts. It ensures versions are predictable and meaningful adding semantics to versioning. https://semantic-versioning.org
Find a file
2023-10-08 15:17:22 -04:00
api initial commit 2023-10-08 01:35:17 -04:00
archetypes initial commit 2023-10-08 01:35:17 -04:00
assets Refactored config to be easier for people to extend, covered the head.html so far 2023-10-08 15:02:56 -04:00
config/_default Refactored config to be easier for people to extend, covered the head.html so far 2023-10-08 15:02:56 -04:00
content Renamed markdown extension to md 2023-10-08 12:36:22 -04:00
layouts Refactored config to be easier for people to extend, covered the head.html so far 2023-10-08 15:02:56 -04:00
lib initial commit 2023-10-08 01:35:17 -04:00
static initial commit 2023-10-08 01:35:17 -04:00
.gitignore Cleaned up .gitignore slightly 2023-10-08 12:42:25 -04:00
.gitlab-ci.yml Updated the gitlab CI to be more customizable 2023-10-08 15:17:22 -04:00
.hugo_build.lock initial commit 2023-10-08 01:35:17 -04:00
.nowignore initial commit 2023-10-08 01:35:17 -04:00
CHANGELOG.md Added CHANGELOG and CONTRIBUTORS files 2023-10-08 12:53:19 -04:00
CODE_OF_CONDUCT.md Added some informational markdown files 2023-10-08 13:02:45 -04:00
config.json initial commit 2023-10-08 01:35:17 -04:00
CONTRIBUTING.md Added some informational markdown files 2023-10-08 13:02:45 -04:00
CONTRIBUTORS.md Added CHANGELOG and CONTRIBUTORS files 2023-10-08 12:53:19 -04:00
generateKeys.mts initial commit 2023-10-08 01:35:17 -04:00
hugo.toml Refactored config to be easier for people to extend, covered the head.html so far 2023-10-08 15:02:56 -04:00
LICENSE initial commit 2023-10-08 01:35:17 -04:00
NOTICE Added some informational markdown files 2023-10-08 13:02:45 -04:00
package-lock.json initial commit 2023-10-08 01:35:17 -04:00
package.json initial commit 2023-10-08 01:35:17 -04:00
README.md Updated the gitlab CI to be more customizable 2023-10-08 15:17:22 -04:00
tsconfig.json initial commit 2023-10-08 01:35:17 -04:00
vercel.json initial commit 2023-10-08 01:35:17 -04:00

Generate Activity Pub key

npm install ts-node typescript '@types/node'
./node_modules/.bin/ts-node --esm generateKeys.mts

Setup firebase

Setup the things

Setup Vercel

Setup the things

Trigger post deploy

curl -G -X POST --data-urlencode token="<token>" https://flear.org/send-note

License

This project (excluding post content itself) is released under the Apache License v2

Notes to reconcile later

  • Set configuration in /hugo.toml (defaults are in /config/* dont touch)
  • Set Gitlab CI ENV variables: ** VERCEL_ORG_ID ** VERCEL_PROJECT_ID ** VERCEL_TOKEN (mask this and make it availible to only protected) ** VERCEL_SCOPE (set to vercel team id, find with vercel team ls after creating)