Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pmadruga/pedromadruga.com
https://github.com/pmadruga/pedromadruga.com
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pmadruga/pedromadruga.com
- Owner: pmadruga
- Created: 2018-07-22T13:39:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-30T22:03:53.000Z (23 days ago)
- Last Synced: 2024-11-30T23:20:22.152Z (22 days ago)
- Language: HTML
- Size: 39.6 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Netlify Status](https://api.netlify.com/api/v1/badges/890c3122-d11b-44fa-a95a-be8de5632911/deploy-status)](https://app.netlify.com/sites/silly-noyce-919da2/deploys)
## Development
```
hugo serve -D
```## Update papermod
```
git submodule add --depth=1 https://github.com/adityatelange/hugo-PaperMod.git themes/PaperMod
git submodule update --init --recursive # needed when you reclone your repo (submodules may not get cloned automatically)
``````
git submodule update --remote --merge
```