Libre Solutions Network

Libre Solutions Network

Share this post

Libre Solutions Network
Libre Solutions Network
Reclaiming Territory in Cyberspace: #7 Your website
Copy link
Facebook
Email
Notes
More

Reclaiming Territory in Cyberspace: #7 Your website

Site generators are really useful tools to get started.

Gabriel's avatar
Gabriel
Sep 19, 2022
∙ Paid
3

Share this post

Libre Solutions Network
Libre Solutions Network
Reclaiming Territory in Cyberspace: #7 Your website
Copy link
Facebook
Email
Notes
More
Share
You need your own website

Do I need a website?

The more people who control their own web presence, the less vulnerable we are to information suppression from large institutions. In many ways we are very lucky to be alive in a time where it is so simple, and so inexpensive to distribute important information so widely.

A simple website, is really just a folder with different text and media. In most cases it is outright trivial to serve basic websites out of one’s home, but many public hosts exist. By keeping it simple, the web can be more free and accessible for all.

Share

Introducing: The site generator

While learning CSS, Javascript & HTML is worth doing, there are tools that will transform markdown formatting into a usable website. This is a fantastic way to save effort, and allows you to focus solely on the content.

Two great ones are:

  • Jekyll
    You can download themes here

  • Hugo
    Hugo themes are available here

I use hugo, so this will be written with hugo in mind. You’re welcome to take a look at the Jekyll documentation to see if it suits your needs better. These tools use the command-line, if that sounds out-of-reach I’d recommend re-visiting #2.

Libre Solutions Network
Reclaiming Territory in Cyberspace: #2 OS fundamentals
After you’ve taken careful consideration of what devices you want in your life, it’s important to take control of the systems you use. Just as not all devices are equal, different systems have massive differences. Fundamentally the question ends up being one of…
Read more
3 years ago · 1 like · 1 comment · Gabriel

Themes

Themes lay out the overall look and layout of the website. Depending on the theme you use they can change things a great deal, or only a little. Thankfully everything about the theme can be overridden.

As Libre Solutions Network improves, so will these themes:

  • Freedom

  • Valor

These themes are being developed partially as a learning exercise, but also to create an easy way for someone to be able to build a social-media like presence without relying on other platforms.

To support my work, consider becoming a paid subscriber.

Multimedia embeds are a high priority, and so are social media previews. If you’re interested in using these themes your feedback is greatly appreciated!

Using hugo

Once you’ve installed hugo, the process is very simple:

  1. Create your site with hugo new site mysite “mysite” is a placeholder name here.

  2. Move into your the project root with cd mysite

  3. Start the temporary webserver with hugo server

  4. Open the page with the link provided by hugo (usually http://localhost:1313)

As you stare into the blank page, imagine the possibilities.

Making Changes

  1. First you’ll want to create the index page. Open mysite/content/_index.md with your favourite text editor and add whatever you’d like.

  2. Download a theme and place it inside mysite/themes/

  3. Open mysite/config.toml and add theme = “freedom” (or the name of a different theme you downloaded)

  4. If you’re using freedom theme you may want to change title, subtitle, & default_img while you’re there

You’ll see your changes refresh in real-time, once you hit save the page will reload immediately. Once you’re done making your changes you’ll want to run hugo once and copy the contents of the mysite/public folder to your webserver.

Building up your infrastructure

Building the website is really only the start. Ideally you’ll want to make sure your website is on hardware you control.

Libre Solutions Network
Reclaiming territory in cyberspace: #1 Hardware basics
We are living in interesting times. These days a vast array of tools are aimed at harvesting as much data as possible to build powerful centralized control systems. These systems are then leveraged against people in all kinds of insidious ways. This is not merely self-interested profit-seeking; it has a purpose and that purpose is to wage war on humanity. The…
Read more
3 years ago · 2 likes · Gabriel

This post is for paid subscribers

Already a paid subscriber? Sign in
© 2025 Gabriel Wilson
Privacy ∙ Terms ∙ Collection notice
Start writingGet the app
Substack is the home for great culture

Share

Copy link
Facebook
Email
Notes
More