Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattherix/mattherix.github.io
https://github.com/mattherix/mattherix.github.io
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mattherix/mattherix.github.io
- Owner: Mattherix
- Created: 2022-12-12T22:44:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-04T23:09:42.000Z (over 1 year ago)
- Last Synced: 2023-10-05T09:18:36.012Z (over 1 year ago)
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```