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

https://github.com/m0nica/datalogues-outdated

Programming blog focused on data with an emphasis on exploration in Python. Has been migrated from Pelican to Jekyll
https://github.com/m0nica/datalogues-outdated

data pelican pelican-blog pelican-theme

Last synced: 4 months ago
JSON representation

Programming blog focused on data with an emphasis on exploration in Python. Has been migrated from Pelican to Jekyll

Awesome Lists containing this project

README

          

# datalogues
www.datalogues.com (site coming soon)

To Deploy to GitHub Pages from dev branch:
`pelican content -o output -s publishconf.py`
`ghp-import -b master output`
`git push origin master`