Lubuntu.me Blog
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Simon Quigley 8634f90bb0
Add Focal.
4 years ago
posts Add Focal. 4 years ago
.gitignore Add user.yaml to .gitignore. 6 years ago
LICENSE Add the initial script. 6 years ago
README.md Since it was obvious to me but not to wxl, updating this repo doesn't actually update the blog. 6 years ago
l10n-template.html Remove specific date in translation templates. 6 years ago
post-list Add Focal. 4 years ago
publish-l10n Don't forget to replace COLON in the title too. 6 years ago
update-post Substitute : as well, because it's a YAML keyword. 6 years ago
update-posts Syntax is cool. 5 years ago

README.md

Lubuntu.me Posts

This repository hosts all modern Lubuntu.me blog posts. They're written in Markdown, and using a Python wrapper, automatically created and uploaded.

Put your Wordpress credentials in user.yaml under the following format:

---
url:
username:
password:

To update a blog post, run ./update-post PATH/TO/POST/DIR after your credentials are in the YAML file. Please only use the parent directory as an argument.