https://github.com/cayleygraph/cayleygraph.github.io
This is the cayley website, built using hugo
https://github.com/cayleygraph/cayleygraph.github.io
Last synced: about 1 year ago
JSON representation
This is the cayley website, built using hugo
- Host: GitHub
- URL: https://github.com/cayleygraph/cayleygraph.github.io
- Owner: cayleygraph
- Created: 2016-09-01T16:16:35.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2022-01-28T21:07:07.000Z (over 4 years ago)
- Last Synced: 2024-02-28T03:50:18.567Z (over 2 years ago)
- Language: CSS
- Homepage: https://cayley.io
- Size: 12.1 MB
- Stars: 13
- Watchers: 7
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cayley Website
### Local Development
- Install Hugo: https://gohugo.io/overview/installing/
- Run Hugo Server: hugo server --watch --baseURL http://(your_domain):1313 --bind (your_ip)
and you should be able to live update and see changes as you go.