-
Notifications
You must be signed in to change notification settings - Fork 5
Home
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:
Once you've both Go and Hugo installed head over to the template which is the easiest way to start using the L1nkr theme.
Follow the link to the configuration section.
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.
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