Skip to content

Tenzer/tenzer.dk

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Tenzer.dk

This is the source code for my personal website and blog.

In order to make a production build of the site you need to have Hugo installed and on your path. Then you can run just build which takes care building the static site and optimize it.

If you want to work on testing out changes before building the site, a local webserver with live reload can be started by running just serve.

just and just --list can be used to list all available just commands.