Sem descrição

Track3 959da5f4cb Disable view transitions há 5 meses atrás
archetypes 0fc37e3d04 New design 202410 há 5 meses atrás
assets 959da5f4cb Disable view transitions há 5 meses atrás
layouts 3d5eab610f Fix photo date há 5 meses atrás
static 4d9280a3e2 Update logo há 1 ano atrás
.editorconfig d4f0c75ed0 Remove final new line in render template há 2 anos atrás
.gitattributes ab8e31892d Add .gitattributes há 1 ano atrás
.gitignore e742b11301 Fix build issue with new version of Hugo há 3 anos atrás
LICENSE 79453df6f9 New design 2023 há 1 ano atrás
README.md 0fc37e3d04 New design 202410 há 5 meses atrás
hugo.toml 0fc37e3d04 New design 202410 há 5 meses atrás
vercel.json 04c6a86fe7 New design 2024 há 9 meses atrás

README.md

logo

Zakee's Planet

GitHub deployments GitHub repo size Powered by

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.

How to run

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

Credits

License

  • All "code" is licensed under the Mozilla Public License Version 2.0 (like HTML templates, CSS/JavaScript code etc.). Everything lives in this repo is MPL licensed.
  • All "content" is licensed under Creative Commons BY-NC 4.0 license (like blog post content, images, videos .etc).
  • Feel free to contact me if you have any questions.

Q&A

Q: Can I use this repo as a template and adapt it for my own website?

TL;DR Yes.

  • Feel free to do so as it's MPL licensed. You can do whatever you want under the MPLv2 license.
  • It's not recommended since everything was initially designed for my personal use, adapting it to suit your specific use case may require significant effort.
  • Please remove all of my personal information and my commit history before put your website to production.
  • It'll be highly appreciated if you could leave a link to this repo or my blog at your website. ❤️