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
- Host: GitHub
- URL: https://github.com/m0nica/datalogues-outdated
- Owner: M0nica
- License: mit
- Created: 2017-05-19T18:39:11.000Z (about 9 years ago)
- Default Branch: dev
- Last Pushed: 2017-09-30T15:20:09.000Z (over 8 years ago)
- Last Synced: 2025-07-24T17:55:54.330Z (11 months ago)
- Topics: data, pelican, pelican-blog, pelican-theme
- Language: HTML
- Homepage:
- Size: 11.7 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`