Skip to content
Read Creating custom theme for HubSpot CMS Web Development

Creating custom theme for HubSpot CMS

2 min read
HubSpot CMS
7 views

There are a lot of ways to build an online presence nowadays. Many services offers baked solution to do so. Many of them doesn’t require writing a single line of code. Services like Webflow, Wix, Elementor and Squarespace (and many more), allows you to setup a beautiful responsive website within several clicks. Most of them,

Read Setting up Advanced Custom Fields Web Development

Setting up Advanced Custom Fields

3 min read
ACF WordPress
77 views

Advanced Custom Fields (ACF) is the most popular WordPress plugins to create custom fields and as of version 6.1, it also supports creating custom post types. Installing ACF plugin is the same as installing any other plugins. The steps that I outlined in this post are absolutely not necessary to get ACF running with all

Read Deploy Sage theme to Digital Ocean Droplet with Github Action Web Development

Deploy Sage theme to Digital Ocean Droplet with Github Action

3 min read
Github Action Sage WordPress
16 views

This website is powered by WordPress and runs on a Digital Ocean Droplet with a LEMP stack. The custom theme, built with the Sage starter theme, is automatically deployed using GitHub Actions. GitHub Actions Workflow Workflow Explanation The GitHub Actions workflow, named CD for “Continuous Deployment,” is triggered on every push to the main branch.