My personal website written in HUGO https://itsdrike.com
Go to file
2021-08-25 10:52:41 +02:00
archetypes Initial commit (hugo) 2021-07-08 15:20:26 +02:00
layouts Add style partial 2021-08-25 10:52:41 +02:00
scripts Create the STATIC_BUILD dir 2021-08-25 10:43:25 +02:00
static/src/scss Move style.scss to proper location 2021-08-25 10:52:15 +02:00
.gitignore Ignore resources/ 2021-08-25 10:51:56 +02:00
config.yml Use yaml for hugo config 2021-08-25 10:50:37 +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.