Creating a simple blog system with a 500-line bash script (2011)
1–10 of 31 posts
Re: Creating a simple blog system with a 500-line bash script (2011)
#2Details here: http://www.pixelbeat.org/docs/web/feed.html
Re: Creating a simple blog system with a 500-line bash script (2011)
#3By the way, I recently uploaded the code to github: https://github.com/carlesfe/bashblog and some people are using it to publish their blogs via dropbox and site44, cool!
Re: Creating a simple blog system with a 500-line bash script (2011)
#4Re: Creating a simple blog system with a 500-line bash script (2011)
#5It's cool to see static web sites becoming popular. As for comments (dynamic) you could integrate with discuss, or as I do wrote my own simple comments app for google app engine. Details here: http://www.pixelbeat.org/docs/web/feed.html
Re: Creating a simple blog system with a 500-line bash script (2011)
#6And why did we stop using plain HTML files for simple blogs (that are self-hosted)? Do I really need a "CMS" and/or framework to spew some formatted content if I'm not even gonna have comments? I've seen blogs that use some custom Ruby app or PHP and they're just a combination of an archive index and posts.
Re: Creating a simple blog system with a 500-line bash script (2011)
#7Example use: http://www.cs.uni.edu/~wallingf/blog/ (9 years)
Incidentally, the creator of nb announced that he is postponing the development of nb indefinitely last month.
OP: Do you think you might want to take up that development?
Re: Creating a simple blog system with a 500-line bash script (2011)
#8The grand-daddy of bash based static site generators: http://nanoblogger.sourceforge.net Example use: http://www.cs.uni.edu/~wallingf/blog/ (9 years) Incidentally, the creator of nb announced that he is postponing the development of nb indefinitely last month. OP: Do you think you might want to take up that development?
Re: Creating a simple blog system with a 500-line bash script (2011)
#9Re: Creating a simple blog system with a 500-line bash script (2011)
#10I like this. I used to have an emacs org-mode set up to edit/publish blog post (sadly just to discover that I haven't much to say in a blog). My set up allowed me to publish "data" content (mostly images) that can be linked into a post. How do you handle this with bashblog?