Categories: 3d printing (14) arcade cabinet (6) arduino (2) backup (4) blogofile (4) dns (8) mailbox alert (62) making (12) projects (116) RAID (4) rants (24) raspberry pi (2) site (26) ultimaker (4)

Small script to create Blogofile posts

I’ve written a very small Python 3 script to initialize Blogofile posts; It generates a post number, prompts for a title, automatically sets the date, and adds an empty categories field. It uses the basic simple-blog conventions, but the script should be easy enough to change to your setup. Not very useful (yet?), but it makes starting a post just that tiny bit easier. #!/usr/bin/python3 # # Simple helper tool to create blog entries.

Small script to create Blogofile posts

I’ve written a very small Python 3 script to initialize Blogofile posts; It generates a post number, prompts for a title, automatically sets the date, and adds an empty categories field. It uses the basic simple-blog conventions, but the script should be easy enough to change to your setup. Not very useful (yet?), but it makes starting a post just that tiny bit easier. #!/usr/bin/python3 # # Simple helper tool to create blog entries.

Moving tjeb.nl to Blogofile

clcms has served me well for the past 6 years, but it is time to move on. I wanted to do some things that it didn’t really support, to make my site more, well, ‘bloggy’, and had almost started an entire new project for it, but I figured there are just too many static site generators available. So I scoured the wastelands of the Internet, and after a long and arduous journey, found Blogofile.

Moving tjeb.nl to Blogofile

clcms has served me well for the past 6 years, but it is time to move on. I wanted to do some things that it didn’t really support, to make my site more, well, ‘bloggy’, and had almost started an entire new project for it, but I figured there are just too many static site generators available. So I scoured the wastelands of the Internet, and after a long and arduous journey, found Blogofile.