Live data from Hacker News

Ask HN: How should I create my personal academic blog?

news.ycombinator.com

31–32 of 32 posts

Re: Ask HN: How should I create my personal academic blog?

#31

Try Ghost, I use it for my blog, has a markdown editor, a beautiful no BS admin UI, seo friendly out of the box

I second this. Ive used both the cloud version and self hosted it. The default design is lovely, its lightning quick too.

For the self hosted version I use heroku (7$ / month) and this[1] library, remember to hook it up to an AWS bucket though else you'll loose your pics each time the server restarts.

[1] https://github.com/cobyism/ghost-on-heroku

Re: Ask HN: How should I create my personal academic blog?

#32
I really recommend GitHub pages but you actually have to fork a theme and modify it to suit your needs (it's fun and possibilities are infinite). You don't have to push everything to GitHub wile you debug your theme and prepare your post, just run Jekyll and see everything on the localhost and only update it on GitHub when it seems finished.
Post reply on HN