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

https://github.com/raoul2000/raoul2000.github.io


https://github.com/raoul2000/raoul2000.github.io

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

This is the source repo for https://raoul2000.github.io pages.

- start local server for dev
```
hugo serve -D
```

- create a post *bundle*
```
hugo new --kind post-bundle posts/my-post
```