My personal website written in HUGO https://itsdrike.com
Go to file
2022-05-23 18:32:07 +02:00
archetypes Initial commit (hugo) 2021-07-08 15:20:26 +02:00
content Change py to python for fenced codeblocks lang 2022-05-15 13:15:56 +02:00
data Add matrix to socials and contact 2021-08-29 13:22:37 +02:00
layouts Remove youtube shortcode in favor of hugo's built-in 2022-05-23 18:32:07 +02:00
scripts Re-add shebang 2022-05-15 02:53:47 +02:00
static/src Fix heading margins in content info 2022-05-23 18:24:35 +02:00
themes Add hugo-notice theme for notice shortcodes 2022-05-11 17:29:10 +02:00
.gitignore Ignore personal cheatsheet post 2022-05-23 18:31:15 +02:00
.gitmodules Add hugo-notice theme for notice shortcodes 2022-05-11 17:29:10 +02:00
config.yml Overhaul codeblock style 2022-05-15 02:51:45 +02:00
LICENSE Initial commit (hugo) 2021-07-08 15:20:26 +02:00
package-lock.json Add jquery 2021-08-25 19:36:37 +02:00
package.json Add jquery 2021-08-25 19:36:37 +02:00
README.md Improve readme 2022-05-14 20:35:07 +02:00

My personal website

AGPL

This is the source code for my personal website, hosted on https://itsdrike.com

Building the website

The website is built using hugo, but you will also need npm, since it provides easy way to version control the needed packages. These include things such as Bootstrap SASS, Font Awesome (Free) and JQuery.

After all NPM requirements are satisfied, you will also need to synchronize to git submodules, to obtain additional themes.

To then build the static webpage using hugo, run ./scripts/build.sh, which will create a ./public directory, with all static files and can be hosted with a file server (such as nginx, or apache).

If you want to test out the webpage locally, or if you prefer to stick purely with hugo, even for deployment, instead of building the webpage, you can use hugo's server functionality and run the scripts/server.sh script instead of the build script. By default, this will host the server on http://localhost:1313, but you can pass hugo server arguments to the script, just like you would with running bare hugo server. For example:

$ ./scripts/server.sh --bind 0.0.0.0 --port 80 --baseURL https://itsdrike.com/