I use shared hosting as my build server. Here's how.

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • Hugo

    The world’s fastest framework for building websites.

  • # ssh into server... # Make a 'faux-root' directory. > FAUXROOT=~/root > mkdir -p $FAUXROOT # Make a directory to hold the `.deb` packages you download. > mkdir -p debs > cd debs # Download Hugo. NOTE: Replace this link with the link you copied (probably a newer version of Hugo). > wget https://github.com/gohugoio/hugo/releases/download/v0.101.0/hugo_0.101.0_Linux-64bit.deb # Download any other .deb packages you may need into this same directory. # Then install them all. > for d in *.deb; do echo "Installing $d"; dpkg -x $d $FAUXROOT; done

  • toha

    A Hugo theme for personal portfolio

  • I will be using the toha theme, because I like it, but there are hundreds of themes to choose from.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts