Error: Image "cover-centos.jpeg" not found Published in Dare magazine, August 2010 I am writing this using Open Office on a laptop with Ubuntu as it’s operating system, the Open Source equivalent from Oracle of Word and Windows respectively. My exposure to Open Source dates back to the 1990s. At …
Read more →Tech
Posts tagged with
Complete Guide to Hugo
This guide is comprehensive, so we’ve organized it into collapsible sections. 📦 Installation & Setup + First, install Hugo Extended: sudo apt install hugo Then create your site: hugo new site my-blog cd my-blog ⚙️ Configuration + Edit your config.toml: baseURL = "https://example.com/" …
Read more →