Cloudflare Pages and Gitlab Configuration

Cloudflare Pages Configuration A pre-requisite is to have a working domain on Cloudflare, if you don’t have one, we can buy one and then point it to Cloudflare DNS. After we enable our site on Cloudflare, we will navigate to Pages, click on Create a project select Direct Upload, fill in Name and select your public folder on your repository. If it is empty, just build it with hugo. After uploading is complete, our blog will be visible on its domain; however, you may be wondering, “What if I want to add a new entry or change something?...

Monday, Feb 27, 2023 · 3 min · 502 words · Alejandro Laban

Theme configuration and CMS setup

Theme configuration Now that we have our initial blog ready, we need to configure it. Most configuration parameters belong to our chosen theme, there is an example config.yml file in the paperMod theme repository: https://github.com/adityatelange/hugo-PaperMod/blob/be00e5a557212de1067016f0fe8a4aa00d23f2e2/config.yml Some important values to update are: baseURL params.title params.description params.keywords params.editPost.URL menu.main googleAnalytics Others are optional and depend on the features of your theme that you want to use. After you update those values, we can review them by running hugo server, With this, we can see our initial page with its header, main content, and footer rendered properly with our config....

Saturday, Feb 25, 2023 · 5 min · 880 words · Alejandro Laban

My blogging journey

Where do I start? Well, you need somewhere to host your publications. There are plenty of alternatives from low to high complexity. To name a few nowadays, we use: Wordpress (with deployment as SaaS, hosting-services, self-hosted) Git backed Gitlab pages Github pages Static generators Hugo Gatsby Jekyll Nuxt Medium Ghost Each one having its own set of advantages and drawbacks on blog creation, daily use, deployment and maintenance What alternatives should I choose?...

Thursday, Jul 28, 2022 · 2 min · 252 words · Alejandro Laban