Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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`