2 comments

[ 1054 ms ] story [ 1046 ms ] thread
This is a modest attempt to build the first version of a blog from scratch, without relying on external SaaS like Medium or Disqus. It's not a step-by-step tutorial but rather a list of questions I asked myself and decisions I took along the journey.
I am particularly interested in server rendered static pages. Is it hard to do these kinds of stuff using Django?. Those nuxtjs and ssr are possible because of the build systems? Sounds interesting space to explore.