My personal website written in HUGO https://itsdrike.com
Go to file
2021-08-25 10:43:25 +02:00
archetypes Initial commit (hugo) 2021-07-08 15:20:26 +02:00
layouts Use baseof for common base HTML 2021-08-24 20:06:02 +02:00
scripts Create the STATIC_BUILD dir 2021-08-25 10:43:25 +02:00
static/scss Pull bootstrap with NPM 2021-08-25 09:46:48 +02:00
.gitignore Ignore build files in static 2021-08-25 10:43:04 +02:00
config.toml Initial commit (hugo) 2021-07-08 15:20:26 +02:00
LICENSE Initial commit (hugo) 2021-07-08 15:20:26 +02:00
package-lock.json Pull bootstrap with NPM 2021-08-25 09:46:48 +02:00
package.json Pull bootstrap with NPM 2021-08-25 09:46:48 +02:00
README.md Add install instructions to README 2021-08-25 09:47:29 +02:00

My personal website

AGPL Validation

This is the source code for my personal portfolio, hosted on my website

Building the website

The website is built using hugo, but you will also need npm for Bootstrap SASS. The npm dependencies are listed in package.json and can be installed simply by running npm install.

After all NPM requirements are satisfied, to build the static webpage, run ./scripts/build.sh, which will create a ./public directory. This directory will contain all static files and can be used as a location for the file server. You can also use ./scripts/server.sh, which will start the server directly with hugo. By default, this will use http://localhost:1313.