RSSEmailTwitterGitHubDribbbleLinkedInFacebookInstagramYouTubeGoogle+Pinterest

Micmik share stuff

Build and deploy a Hugo site to S3 with Gitlab

This article will show you how to automate the deployment of your hugo site to your S3 bucket. 1- Create a new repository on Gitlab I choose Gitlab because of Its CI/CD features. Use your gitlab account and create a new project. You can named the project as your domain name. Once you have created your project on Gitlab, you can add the git support into your local project :

How to host a blog with Hugo, S3 and Cloudflare

When I’ve searched a solution for hosting my tech blog I’ve heard that the combo S3 + Cloudflare was the cheapest. I bought my domain name on Gandi. I use Hugo for managing the content of website. The architecture The setup steps 1- Create a new site with Hugo Install Hugo and run the following command: $ hugo new site my-blog Note: replace “my-blog” with the name of your site