Skip to content

Commit

Permalink
📝 Add todo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fTrestour committed Oct 26, 2024
1 parent 4b2d790 commit ccb6e2b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
run: bun run lint

- name: Build the project
run: bun build
run: bun run build
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,12 @@ bun dev

## Todo

- [ ] Improve error handling for the build, make it error messages foolproof
- [ ] Imports validation?
- [ ] Sitemap
- [ ] robots.txt
- [ ] analytics?
- [ ] CI that makes a report on the built site diff?
- [ ] Improve error handling for the build, make error messages foolproof
- [ ] Add a Github Action that creates a release when merging on merge with a zip containing the built website
- [ ] Add a Github action for [auto-update](https://0xdc.me/blog/github-templates-and-repository-sync/)?
- [ ] Handle 404
Expand Down

0 comments on commit ccb6e2b

Please sign in to comment.