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 Node.js and Hugo to your machine.
- Clone the repository and its submodules:
git clone --recurse-submodules https://github.com/dhtzs/dhtzs.dev
- Navigate to the repository:
cd dhtzs.dev/
- Install dependencies:
npm install
- Build the sites:
npm run build
- Navigate to the repository:
cd dhtzs.dev/
- Update dependencies and submodules:
npm run update
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.