How I set up this website

Filed under technical • Tagged: Technology

A few notes on the technology behind this website:

It uses a static site generator called Hugo. Writing content offline and then generating a static site works very well for hand-written, non-dynamic content. It also means the generated website is very, very fast and eliminates many security issues. This simplicity makes it far easier to maintain over the long term.

As the content is just a collection of Markdown files that are generated into HTML and then uploaded to GitHub Pages, I’ll never lose my website, as it’s not owned by any third party. The Hugo code is open source, so I can use and modify it even if the maintainers abandon the project.

After I installed Hugo, I found the Cupper theme, which was refreshingly bold and simple. It felt like a good foundation to build upon and prioritises accessibility and mobile responsiveness. I then used Figma to spin up a quick logo, and exported it to SVG. When I wanted to edit the theme, I followed this guide, which essentially says: fork the theme, add your fork as a submodule, then push changes to your fork. This retains the ability to also pull changes from the original repo.

October 2021 update: I later designed my own custom theme. It was very easy with Hugo’s templating system. But committing changes to a separate repo and updating the submodule reference became very annoying, very quickly. So now my custom theme is just a part of the main website repo. It’s very easy to maintain.

Each time I write a new post I just run hugo new post/my-new-article.md and start writing. My current Markdown editor of choice is Sublime Text.

When I’m ready, I commit the changes via git, just as I do when writing code. When I git push my changes to GitHub, a GitHub Action then builds the website and deploys it automatically.

The mailing list is powered by Mailchimp, which has a good free plan. Embedding the condensed form into my pages required adding a simple HTML shortcode to Hugo.

—Dan Bartlett
8 Aug 2021

Pssst! want some dedicated support in your goals?

When I'm not writing, I work 1-on-1 with people as a coach. If you want the space and accountability to make real, lasting change in life, work or waking up, book in a free discovery call and I'll explain how I can help 💪

hello substack

All my new writings are published on Substack. I cover anything from awakening to burnout; meditation to the meaning crisis. Please drop your email below to subscribe: