Simple TailwindCSS PostCSS Setup for Hugo site
We will setup brand new hugo site with TailwindCSS as postCSS plugin. And add prettier to keep long line width in check. And add IntelliSense and headwind vscode plugin
We will setup brand new hugo site with TailwindCSS as postCSS plugin. And add prettier to keep long line width in check. And add IntelliSense and headwind vscode plugin
Breadcrumb structured data can be added to every single page of the website that is indexed by search engine. I will show you how to create partial template in hugo for breadcrumb structured data in JSON-ld format.
We will learn how to develop inside Docker container with VS Code using Remote containers extension. Also have Dockerfile source code for commonly used workflows
Hugo extended is not available for ARM. So we need to build hugo from source code for ARM processors.
We are going to build and deploy static site with hugo. We are going to use all aws services like cdk, s3, cloudfront, codecommit, codepipeline and route53. This is beginners guide so we are using all service from single provider. Advance users can use serviced from different providers.
Every markdown will render to fixed html. If you want to override default behavior then you need to use shortcodes. But then you end up creating too many shortcodes. But now at least for link and images you have option to write your own logic for converting markdown to html.