https://github.com/billstclair/smegmanose
Smegmanose
https://github.com/billstclair/smegmanose
Last synced: 17 days ago
JSON representation
Smegmanose
- Host: GitHub
- URL: https://github.com/billstclair/smegmanose
- Owner: billstclair
- License: mit
- Created: 2026-04-30T15:42:04.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-05-11T12:27:17.000Z (about 1 month ago)
- Last Synced: 2026-05-11T14:30:26.347Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://smegmanose.org
- Size: 1.8 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Smegmanose.org
Smegmanose is a joke.
## How to set up
You can use it for your own site, by changing `./site/.sshdir` to output an SSH heading for your site, copying `./site/images/index-sample.json` to `index.json`, and editing it to reflect the images you want to initially appear.
The `bin/update-site` to copy the files to your site.
## Development
To compile the Elm code into JavaScript in `site/elm.js`:
bin/build
Do development by starting `elm reactor` in the `fotojson`
directory, then aiming your browser at
http://localhost:8000/site/index.html. Each time you build, you can
full-reload the browser tab.
To upload the code to Smegmanose.org (if you're me), `bin/update-site`.