Blog

Publishing at GitHub Pages with Pelican and Travis-CI

Published on

Publishing at GitHub Pages with Pelican and Travis-CI
First published at: df.python.org.br/blog/github-pages-com-pelican-e-travis-ci I’m making this post to help everyone who want to create their first website at GitHub Pages using Pelican to create the pages and Travis-CI to automate the task of static page generation and publishing. This guide assumes that the reader have an account at GitHub and Travis-CI and have familiarity with the Python environment. The version of Pelican used at this post was 3.6. The images have a little of Portuguese due to the original language publication GitHub Pages GitHub Pages is a feature of GitHub that enables its users to host static content (html, css, js and images) and publish on a github.

Static Websites with Lektor

Published on

Static Websites with Lektor
Theres about 4 years that I try to start a blog and during that time I created some for the community but never my own. Using publishing tools like WordPress the problem was the difficulty of customizing it and the amount of tooling that I would never use, plus it’s not Python. Then I discovered GitHub Pages, and at the same time Pelican by indication of Magnun Leno and I started to do a lot things with it.