Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coalton-lang/coalton-website
Hugo source material for the Coalton website.
https://github.com/coalton-lang/coalton-website
Last synced: 13 days ago
JSON representation
Hugo source material for the Coalton website.
- Host: GitHub
- URL: https://github.com/coalton-lang/coalton-website
- Owner: coalton-lang
- Created: 2021-09-10T06:03:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-18T00:59:48.000Z (2 months ago)
- Last Synced: 2024-10-19T13:30:34.513Z (2 months ago)
- Language: HTML
- Homepage:
- Size: 665 KB
- Stars: 6
- Watchers: 6
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Setup Instructions
1. Install [hugo](https://github.com/gohugoio/hugo)
2. Clone this repository adjacent to coalton
```
~/lisp/coalton
~/lisp/coalton-website
```
3. Pull submodules `git submodule update --init`
4. In this repository run `hugo serve`
5. In coalton run `make web-docs`