dhtzs.dev - powered by Hugo & PaperMod. Hosted on Cloudflare Pages.
This repository contains the source code for my personal website. It is licensed under the Creative Commons Attribution ShareAlike 4.0 International License.
Note
The following instructions assume that you have already installed both Hugo and Node.js to your machine.
- Clone the repository and submodules:
git clone --recurse-submodules https://github.com/dhtzs/dhtzs.dev
- Navigate to the repository:
cd dhtzs.dev/
- Install dependencies:
npm install --save-dev
- Build the site:
hugo
- Navigate to the repository:
cd dhtzs.dev/
- Update submodules:
git submodule update --remote --merge
- Update dependencies:
npm run update-deps
All content in this repository is licensed under the Creative Commons Attribution ShareAlike 4.0 International License. That means you are free to share and adapt the content for any purpose, even commercially, as long as you give proper attribution to the author(s) and any derived work is shared under the same license. Please verify that you attribute the author(s) appropriately and include a link to the original publication when applicable.
Read the LICENSE.md file for more information.
Interested in contributing? You are more than welcome to contribute to this repository as much as you wish.
This repository adheres to the Contributor Covenant Code of Conduct. By participating, you are expected to uphold this code. Please read the CONTRIBUTING.md file to get started.