Create a Static Blog with Publii and Host for Free at Netlify
If you are like me, you have tried and explored many static site generators such as Hugo, Jekyll & so on. But there is a bit of a learning curve when you start to use static site generators. The core objective for this article is to make one understand how to make a static blog with Publii and host it for free at Netlify. The points mentioned below are the cautions of using static site generators: You need to be handy with command-line tools, Ruby and few other console utilities There aren’t plenty of visual editors for them, it takes much more time to compose a post or page or configuring the website Requires a handful of knowledge about GIT and GIT-based processing tools You will need to process all the files on your desktop or laptop, though some online platforms can help you generate the files too (Namely Netlify) If you ask me, I don’t think an average person can handle all the advanced tools had to publish a static blog site perfectly. ...