Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/KireinaHoro/jsteward.moe
Source for jsteward.moe
https://github.com/KireinaHoro/jsteward.moe
Last synced: 2 months ago
JSON representation
Source for jsteward.moe
- Host: GitHub
- URL: https://github.com/KireinaHoro/jsteward.moe
- Owner: KireinaHoro
- Created: 2016-09-17T07:12:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-21T11:32:41.000Z (3 months ago)
- Last Synced: 2024-10-21T13:50:22.348Z (3 months ago)
- Language: HTML
- Size: 1000 MB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Source for jsteward.moe
Live here: https://jsteward.moe
The fastest way to build this is as a Nix flake. Pushes to this repo will trigger the [flakes](https://github.com/KireinaHoro/flakes) repository to automatically bump and deploy.
## Development demo
Enable the git hook to automatically update `Modified` field of articles:
```shell
$ git config --local core.hooksPath .githooks/
```Build the project:
```shell
$ nix build
$ python3 -m http.server --directory result --bind 127.0.0.1
```The deployment root is located in `result/`.