/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

lirantal.com
| | michaelneuper.com
3.9 parsecs away

Travel
| | Setting up your own static website can be a great way to showcase your personal brand, portfolio, or business online. In this post, we'll walk through the process of setting up a static website using Hugo as the static site generator and Netlify as the hosting service. Building The Site First, let's talk about what a static website is and why it's a good choice for many people. A static website is a website that is built using only HTML, CSS, and JavaScript files. These files are served to the user's web browser as-is, without the need for any server-side processing. This makes static websites fast, secure, and easy to maintain.
| | coryrylan.com
4.7 parsecs away

Travel
| | Learn how to build a site with the Hugo static site generator and the Clarity Design System
| | www.mattlayman.com
5.6 parsecs away

Travel
| | Without using a subdomain, Django's static files, or a reverse proxy, can you build a statically generated blog into your Django app? Yes! I'll show you how I created a static blog in Hugo and added it to my Django project.
| | tannerdolby.com
12.9 parsecs away

Travel
| To begin contributing to open-source software, you might want to become familiar with Git. Understanding the workflow of creating your own local copy of a repository and keeping it up to date with the upstream repository is integral to start contributing in public projects.