My personal website built with Hugo, using the custom hugo-dhruv-archives theme.
Hosted for free using: vercel Domain Name: cloudfare
-
Clone this repository:
git clone https://github.com/dhruv0000/dhruv-archives.git
-
Initialize and update the theme submodule:
git submodule init git submodule update
-
Install Hugo and Start the Hugo development server:
hugo server -D
-
Visit
http://localhost:1313
to see the site.
Create new posts in the content/posts
directory:
hugo new posts/my-new-post.md
The content of this project itself is licensed under the Creative Commons Attribution 4.0 International License, and the underlying source code used to format and display that content is licensed under the MIT license.