Skip to content

cvknage/cvknage.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Website

This is the repository for the knage.net website.

It is based on Hugo and is currently hosted on Github pages available at https://knage.net.
The theme and setup for this website is forked from the Asahi Linux website - because it looks slick, contains no JavaScript and this is my first dance with Hugo. If you are interrested in Linux and Apples M1 Macs; go check out Asahi Linux.

Getting Started

In order to build this site, you first need to clone this repository.

git clone https://github.com/cvknage/cvknage.github.io.git knage.net

Next, make sure you have Hugo installed. The best way to do that will depend on your platform, so check their documentation.

Once everything is installed, move to the directory where this repository is cloned and run the following commands to start a development server

cd knage.net
hugo server

You will then have a web server running at http://localhost:1313.