Skip to content
Christian Olsen edited this page Oct 31, 2024 · 2 revisions

L1nkr - Simple LinkTree Hugo Theme

L1nkr - Simple LinkTree Hugo Theme

Installation

Although you can edit your site directly on Github, it's recommended to clone your repo to your local computer and edit locally. You'll need both Go and Hugo installed on your local machine. You can find out how to install both by following these two links:

Go
Hugo

Once you've both Go and Hugo installed head over to the template which is the easiest way to start using the L1nkr theme.


Site Configuration

Follow the link to the configuration section.


Update

The theme version used to build the site is defined in go.mod file.

The best practice is to update to released and tested versions. To update to a specific version execute the following command in a terminal/commandline (at the root path of your site repo):

  hugo mod get github.com/chrede88/L1nkr@vX.Y.Z

Replace X,Y & Z with the corresponding version numbers. You can find the releases here. Please check if any breaking changes are listed under the release you want to update to, before proceeding.


Deploy to Github Pages

You can easily deploy your site to Github Pages. This is a great way to deploy a small static site and the best: It's Free 👍. More info can be found here

Clone this wiki locally