Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diurnalist/diurnal.st
Content for diurnal.st personal website
https://github.com/diurnalist/diurnal.st
Last synced: about 1 month ago
JSON representation
Content for diurnal.st personal website
- Host: GitHub
- URL: https://github.com/diurnalist/diurnal.st
- Owner: diurnalist
- Created: 2014-07-05T07:46:52.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-05-22T14:51:36.000Z (over 2 years ago)
- Last Synced: 2023-08-06T00:41:09.907Z (over 1 year ago)
- Language: CSS
- Size: 9.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# diurnal.st
This is the source code for https://diurnal.st
## Versions
Previous version of the site are located at Git tags, e.g. "v1".
## Development
Run `./scripts/serve.sh` to start a local server. The server will automatically rebuild the static site as source files are changed.
## Releasing
This is a static site, so once it is built into a series of static assets, it can be hosted in a variety of ways. One option is to build the site (`./scripts/build.sh` assists with this) after pulling latest changes via Git. Another option is publishing a new tarball of the static files and pushing it up somewhere.