Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dzoladz/palimpsest

"We must unlearn the constellations to see the stars." — Jack Gilbert
https://github.com/dzoladz/palimpsest

Last synced: 10 days ago
JSON representation

"We must unlearn the constellations to see the stars." — Jack Gilbert

Awesome Lists containing this project

README

        

# Docsy Module

For a quick setup,run the commands below to initialize the local repo for Docsy. More info in the [Hugo Module documentation](https://gohugo.io/hugo-modules/use-modules/)

``` bash
hugo mod init
hugo mod get -u
hugo mod tidy
hugo mod clean
hugo serve
```