https://github.com/scodec/scodec-website
scodec website source
https://github.com/scodec/scodec-website
Last synced: about 2 months ago
JSON representation
scodec website source
- Host: GitHub
- URL: https://github.com/scodec/scodec-website
- Owner: scodec
- Created: 2014-12-31T00:05:10.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-07-04T16:02:22.000Z (about 8 years ago)
- Last Synced: 2025-02-21T22:28:09.022Z (over 1 year ago)
- Language: CSS
- Size: 61.5 KB
- Stars: 0
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Source for scodec.org website.
Site is generated by sbt using nanoc and pamflet.
Requires nanoc to be installed, along with pygments.rb and kramdown gems.
sudo gem install nanoc
sudo gem install kramdown
sudo gem install pygments.rb
sudo easy_install Pygments
To preview the site, run "sbt preview-site".
Both api.md and releases.md must be updated upon each scodec module release.