https://github.com/robacarp/website
blog, notes, etc; static html built with jekyll
https://github.com/robacarp/website
Last synced: 5 months ago
JSON representation
blog, notes, etc; static html built with jekyll
- Host: GitHub
- URL: https://github.com/robacarp/website
- Owner: robacarp
- Created: 2010-09-24T23:42:02.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2024-08-02T01:56:35.000Z (almost 2 years ago)
- Last Synced: 2025-03-27T09:05:10.209Z (about 1 year ago)
- Language: HTML
- Homepage: http://robacarp.com
- Size: 19.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Notes
## Services
- [Website](https://robacarp.io/new_dice.json), Jekyll/Static HTML, nginx.
- [Dice generator](https://robacarp.io/new_dice.json), Crystal, deploys on port 3000.
## Development and Writing
To write blog posts:
- `cd blog` then `overmind s` to start the jekyll server. Then visit at [http://localhost:4000](http://localhost:4000).
To boot full container and services:
- `script/build` then `script/run`
## Deployment
- `script/build deployment`
- `script/deploy`