datapythonista.github.io
https://datapythonista.github.io
This is the personal page of Marc Garcia @datapythonista.
It has two main components:
- Home page (index.html) using the Freelancer template
- Blog using Pelican
To add a new entry to the blog:
- Create a new markdown file/notebook in
content/ - Run
pelican content(requires that dependencies inenvironment.ymlare installed) git commit && git push
If the attila submodule is not initialized locally, it can be fetched with
git submodule update --init attila/
The whole website is hosted in GitHub pages. To check it locally, a server can
be started with python -m http.server
To subscribe to the blog, the feed is available at https://datapythonista.github.io/blog/atom.xml