Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mattherix/mattherix.github.io


https://github.com/mattherix/mattherix.github.io

Last synced: 29 days ago
JSON representation

Awesome Lists containing this project

README

        

A small github.io website using [hugo](https://gohugo.io/).

Cheatsheet
```sh
# Run locally
git submodule update --init themes/PaperMod/
hugo serve -D -w

# Create article
hugo new posts/my-first-post.md
```