Show HN: How I put together a lightweight blog in a few hours
1–10 of 14 posts
Re: Show HN: How I put together a lightweight blog in a few hours
#2Re: Show HN: How I put together a lightweight blog in a few hours
#3It's cool that you made an experiment here, but I wanted to say that whenever I see people hosting blogs with expensive software (NodeJS with Express, or a PHP CMS, or other complete stack) I think it will be complicated to host those things forever, so probably the content will vanish some time in the near future. This could apply to experimental setups also, but perhaps experimental people are totally different fro…
The development of the tool proved to be complicated and I wouldn't be able to maintain it, but I have managed to migrate my blog to Jekyll and my girlfriend's to https://websitesfortrello.com/, keeping content and URLs.
Thanks to me, the internet is a better place.
You can stop clapping now.
Re: Show HN: How I put together a lightweight blog in a few hours
#4It's cool that you made an experiment here, but I wanted to say that whenever I see people hosting blogs with expensive software (NodeJS with Express, or a PHP CMS, or other complete stack) I think it will be complicated to host those things forever, so probably the content will vanish some time in the near future. This could apply to experimental setups also, but perhaps experimental people are totally different fro…
I keep a cheap bottom-tier ec2 instance alive to run my website, stand up demos, etc. Keeping a node instance alive is pretty easy, and one of the reasons I used GitBack was so I wouldn't have to stand up a MongoDB instance...the content just lives with the code on GitHub.
Given that all my content lives in Markdown files, I'm not too afraid of migrating to GitHub pages, Medium.com, etc
Re: Show HN: How I put together a lightweight blog in a few hours
#5Might wanna spend more than a few hours.
Re: Show HN: How I put together a lightweight blog in a few hours
#6It's cool that you made an experiment here, but I wanted to say that whenever I see people hosting blogs with expensive software (NodeJS with Express, or a PHP CMS, or other complete stack) I think it will be complicated to host those things forever, so probably the content will vanish some time in the near future. This could apply to experimental setups also, but perhaps experimental people are totally different fro…
Curious what you mean by "expensive"...are you talking about monetary or maintenance cost? I keep a cheap bottom-tier ec2 instance alive to run my website, stand up demos, etc. Keeping a node instance alive is pretty easy, and one of the reasons I used GitBack was so I wouldn't have to stand up a MongoDB instance...the content just lives with the code on GitHub. Given that all my content lives in Markdown files, I'm…
It is much cheaper to host a static site, that's why GitHub offers it for free.
Re: Show HN: How I put together a lightweight blog in a few hours
#7Haha classic http://i.imgur.com/kzza281.gifv Might wanna spend more than a few hours.
Re: Show HN: How I put together a lightweight blog in a few hours
#8Re: Show HN: How I put together a lightweight blog in a few hours
#9Haha classic http://i.imgur.com/kzza281.gifv Might wanna spend more than a few hours.
I'd thought my markdown parser was stripping tags...turns out I was wrong. Probably should have tested.
Fortunately, it took about 30 seconds to find and delete the malicious comments using GitHub...point for GitBack. A quick fix is in place with a better one on the way.
Next post: How I got hacked by hacker news
Update: markdown is now sanitized. Malicious comments restored for posterity