|
5 bulan lalu | |
---|---|---|
archetypes | 5 bulan lalu | |
assets | 5 bulan lalu | |
layouts | 5 bulan lalu | |
static | 1 tahun lalu | |
.editorconfig | 2 tahun lalu | |
.gitattributes | 1 tahun lalu | |
.gitignore | 3 tahun lalu | |
LICENSE | 1 tahun lalu | |
README.md | 5 bulan lalu | |
hugo.toml | 5 bulan lalu | |
vercel.json | 9 bulan lalu |
This repo contains everything needed for building my blog except content files (Markdown files and some images). To get those, you can download the content.tar.gz
from my public folder.
You will need to have Hugo installed to run this repo.
(1) Clone this repo or download it as a zip file directly.
$ git clone https://github.com/Track3/blog.git
(2) cd
into the folder then download content.tar.gz
file and extract it.
$ curl -O https://public.zak.ee/content.tar.gz
$ tar -xzf content.tar.gz
Now the folder structure should look similar to this:
blog
├── archetypes/
├── assets/
├── content/
├── layouts/
├── static/
└── hugo.toml
(3) Run hugo server
and play around with the code.
$ hugo server
Q: Can I use this repo as a template and adapt it for my own website?
TL;DR Yes.