Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dzoladz/palimpsest
- Owner: dzoladz
- License: apache-2.0
- Created: 2021-05-09T21:50:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-13T21:43:44.000Z (11 days ago)
- Last Synced: 2025-01-13T22:35:57.232Z (11 days ago)
- Language: HTML
- Homepage: https://dzoladz.github.io/palimpsest
- Size: 79.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```