My personal blog: https://www.encona.com/ Built using: - gatsby (static site generator) - netlify CMS (git-based headless CMS) - GitHub (git remote for netlify) It was dead easy to set this up, as someone had already done the work: https://github.com/alxshelepenok/gatsby-starter-lumen I tried to set up something similar from scratch myself, using Strapi as the CMS, but I found myself re-inventing too many wheels (e.g…
Ask HN: What stack is your personal blog built on?
11–20 of 80 posts
Re: Ask HN: What stack is your personal blog built on?
#12If you don't use Wordpress, what do you use to write posts on your blogs? Are there any other good solutions for typing up a post with formatting and multimedia? And do you this in an admin page or something else? Been thinking about creating a blog from more or less scratch, so I'm really curious to see how other people are doing it.
* Just checked and apparently there's a WP integration with Evernote called 'CoSchedule' for publishing posts from notes.
Re: Ask HN: What stack is your personal blog built on?
#13Re: Ask HN: What stack is your personal blog built on?
#14Re: Ask HN: What stack is your personal blog built on?
#15My course platform uses Next.js for server-side rendering + Firebase. When I launched it, I have written up a longer article about my choices: https://www.robinwieruch.de/how-to-build-your-own-course-pla...
Re: Ask HN: What stack is your personal blog built on?
#16Mine was written using Bash and Unix utils, because I wanted to see if I could. I then migrated most of it to Perl once it became too complicated to keep track of which variable was supposed to be escaped how. What I learned from my experience: I should have stuck to Wordpress. SSH'ing into my server, loading the environment variables, and running the generation script was often friction enough for me to file a post…
Ha - I’m exactly the opposite. I put off starting up a blog for years because I didn’t have the patience to learn some blogging “platform” like WordPress. It wasn’t until I “rolled my own” and “invented my own wheel” that it was interesting enough for me to want to focus on it. On the other hand, it’s probably a little more expensive for me to host everything myself (I could blog on Medium for free after all), but it’s interesting to work through all the technical details of things like adding a comment section, adding a captcha to that comment section, standardizing the look and feel, etc.
Re: Ask HN: What stack is your personal blog built on?
#17Re: Ask HN: What stack is your personal blog built on?
#18Re: Ask HN: What stack is your personal blog built on?
#19I created my blog few years ago and it is written in Spring on backend and AngularJS on frontend. Relational DB is MySQL. If I created it again, all I would change is newer version of Angular. Also I used Docker for containerizing and Jenkins for Continous Integration but it was only in order to practice DevOps skills.