mirror of
https://github.com/ItsDrike/itsdrike.com.git
synced 2024-11-09 21:49:41 +00:00
My personal website written in HUGO
https://itsdrike.com
archetypes | ||
layouts | ||
scripts | ||
static/src/scss | ||
.gitignore | ||
config.yml | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md |
My personal website
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
.