Brak opisu

Track3 a143eb5d03 Update README.md 2 lat temu
archetypes ecd245adea Adjust gallery page style 3 lat temu
assets da4ca86314 Update config & style 2 lat temu
layouts e46d2448fd Minor fix 2 lat temu
static 9cfaccf091 Change to new comment system 2 lat temu
.editorconfig d4f0c75ed0 Remove final new line in render template 2 lat temu
.gitignore e742b11301 Fix build issue with new version of Hugo 3 lat temu
LICENSE 277f690dcc Add LICENSE and README.md 2 lat temu
README.md a143eb5d03 Update README.md 2 lat temu
hugo.toml a2abc5dd10 Update social links 2 lat temu
vercel.json a5ae6ef635 Update vercel.json 2 lat temu

README.md

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) Cloning 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/
├── content-static/
├── layouts/
├── static/
└── hugo.toml

(3) Run hugo server and play around with the code.

$ hugo server

Credits

License

  • All "code" is licensed under the MIT license (like HTML templates, CSS/JavaScript code etc.). Everything lives in this repo is MIT 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 fork this repo then edit and use it as my own website?

TL;DR Yes.

  • You are free to do so because it's MIT licensed.
  • It's not recommended because everything is designed for my personal use at the beginning, it may require a lot of effort to make it work for your use case.
  • 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. ❤️