Commit graph

22 commits

Author SHA1 Message Date
Hugh Rundle f22d43d4ba
Merge pull request #12 from hughrun/dependabot/npm_and_yarn/semver-7.5.4
Bump semver from 7.3.8 to 7.5.4
2023-07-29 13:05:07 +10:00
dependabot[bot] 3a7bac0998
Bump semver from 7.3.8 to 7.5.4
Bumps [semver](https://github.com/npm/node-semver) from 7.3.8 to 7.5.4.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v7.3.8...v7.5.4)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-14 05:34:23 +00:00
Hugh Rundle e67b6f7fff
Merge pull request #10 from hughrun/publishing-fixes
UI and bugfixes
2023-03-12 18:05:00 +11:00
Hugh Rundle 696d093af6 fix page name for homepage 2023-03-12 18:02:33 +11:00
Hugh Rundle 8e1a73743b UI improvements
Makes the default font bigger and sans-serif.
Homepage gets a heading so you know what you're using.
2023-03-12 18:00:15 +11:00
Hugh Rundle 18f11fc1af
Merge pull request #9 from hughrun/publishing-fixes
do not wipe homepage content on publish
2023-03-12 17:48:52 +11:00
Hugh Rundle 88b0b097b1 do not wipe homepage content on publish
whoops
2023-03-12 17:45:40 +11:00
Hugh Rundle 5c8cb07bdf
Merge pull request #8 from hughrun/publishing-fixes
UI improvements and bug fixes
2023-03-12 15:05:13 +11:00
Hugh Rundle 6b2e789d54 UI improvements and bug fixes
fixes #5
fixes #6
fixes #7
2023-03-12 15:02:39 +11:00
Hugh Rundle 864dc3cf42
Merge pull request #4 from hughrun/publishing-fixes
Publishing fixes
2023-01-30 16:59:41 +11:00
Hugh Rundle 145145467f add published template 2023-01-30 16:57:35 +11:00
Hugh Rundle 5a4876b43d fix indexing and new page
- new "published" page shows afer publishing, instead of 'you already posted', which may look like an error.
- fixes logic for updating main index, which was totally broken!
2023-01-30 16:56:17 +11:00
Hugh Rundle 53b8623d03 fix paths in readme 2023-01-13 09:08:04 +11:00
Hugh Rundle 793303f7c1 add readme 2023-01-11 21:24:25 +11:00
Hugh Rundle 6f399f334a remove unnecessary require 2023-01-11 21:24:06 +11:00
Hugh Rundle 9e38ee9765 add subdir to systemd example 2023-01-11 19:05:42 +11:00
Hugh Rundle 1682d097af remove async
It was messing things up.
2023-01-11 19:05:13 +11:00
Hugh Rundle 22aea522bb fix footer styling 2023-01-11 14:05:14 +11:00
Hugh Rundle f381c8ea03 add help page and page titles
- add page titles
- add help page
- update header
2023-01-11 14:04:31 +11:00
Hugh Rundle 153b93d1cd add rundev example and systemd Unit file 2023-01-11 13:34:06 +11:00
Hugh Rundle 91cb731433 fix saveFile & remove dotenv
- fix saveFile on publish using non-existent username
- asyncify some DB calls
- remove dotenv
2023-01-11 13:30:52 +11:00
Hugh Rundle 40f6ade790 first commit 2023-01-04 11:17:41 +11:00