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

https://github.com/linuxluigi/linuxluigi.com_blog


https://github.com/linuxluigi/linuxluigi.com_blog

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Linuxluigi.com Blog

Using https://blog.getpelican.com

# Deploy

````bash
$ pelican content -o output -s pelicanconf.py
$ ghp-import output
$ git push origin gh-pages
````