https://github.com/jacksingleton/securefoundation
https://github.com/jacksingleton/securefoundation
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jacksingleton/securefoundation
- Owner: jacksingleton
- Created: 2017-03-22T00:37:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-31T00:47:14.000Z (over 9 years ago)
- Last Synced: 2025-06-22T09:38:05.111Z (about 1 year ago)
- Language: HTML
- Size: 655 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SecureFoundation Website
## Dependencies
Tested with [Hugo](https://github.com/spf13/hugo/releases) 0.19:
```
$ hugo version
Hugo Static Site Generator v0.19 linux/amd64 BuildDate: 2017-02-27T04:38:34-08:00
```
Requires
[pygments-lexer-babylon](https://github.com/richardbann/pygments-lexer-babylon)
for JSX syntax highlighting with pygments.
```
# pip install pygments-lexer-babylon
```