Video Tutorial - Building Static Site Blog with Swift Publish & Netlify Continuous Deployment
Published at Dec 01, 2020
In this video, we will learn several things:
- Build a simple static blog website using an open source Swift Static Site Generator (SSG) tool named Publish.
- Create new post simply by creating a Markdown files that will be parsed and generated to HTML tags.
- Super Fast Rendering, site is served only using HTML without any JS code running at Client side.
- Deploy with Netlify Git Continuous Deployment (CD). Netlify provides high performance distributed CDN to serve the content around the world.