https://github.com/onecommons/unfurl_site
unfurl.run website
https://github.com/onecommons/unfurl_site
Last synced: about 2 months ago
JSON representation
unfurl.run website
- Host: GitHub
- URL: https://github.com/onecommons/unfurl_site
- Owner: onecommons
- License: mit
- Created: 2020-08-06T21:27:56.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-17T22:08:00.000Z (almost 4 years ago)
- Last Synced: 2025-05-24T02:39:42.051Z (about 1 year ago)
- Language: Sass
- Size: 10.1 MB
- Stars: 0
- Watchers: 13
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# unfurl.run website
The `.unfurl` folder contains an Unfurl project with an ensemble that will deploy a local copy of the site.
## Release
1. Make sure the repository is clean.
2. rm -rf _release
3. JEKYLL_ENV=production bundle exec jekyll build -d _release
4. unfurl deploy --force --instance website_bucket
## Notes on the console examples
1. Install [TermRecord](https://github.com/theonewolf/TermRecord), eg. `pip install TermRecord` and `ttyrec` if missing (e.g. `brew install ttyrec`)
2. `PROMPT_COMMAND= ttyrec -a session.ttyrec`
3. use the forked version of TermRecord's main script found at `unfurl/TermRecord.py`
`python unfurl/TermRecord.py --js -s session.ttyrec -o /tmp/example-session.js`