1
0
Fork
You've already forked uni-notes
0
This project is custom repository for my notes from school. https://pitik3u.codeberg.page/uni-notes/
  • JavaScript 48.7%
  • HTML 36.1%
  • CSS 9.8%
  • Shell 5.4%
Find a file
2026年05月13日 16:54:35 +02:00
.vscode [VB003]: Lecture 02 2022年09月19日 19:35:33 +02:00
content [pds]: summary 2026年05月13日 16:54:35 +02:00
static fix(site): Another try on #10 2025年04月06日 09:44:08 +02:00
templates fix(site): Fix correctly now the link to school notes 2025年04月05日 18:37:36 +02:00
.gitignore feat(ci): Update site base url and build and deploy scripts 2025年04月05日 16:31:59 +02:00
.gitlab-ci.yml feat(CI): Compress all files with gzip and brotli 2024年05月18日 13:54:04 +02:00
build.sh feat(ci): Update site base url and build and deploy scripts 2025年04月05日 16:31:59 +02:00
cache_fill.sh Try: content caching 2021年01月13日 08:53:20 -05:00
config.toml feat(site): Add new parsing options to config 2025年04月07日 23:33:00 +02:00
deploy.sh fix(ci): Fix message command short format 2025年04月07日 23:30:24 +02:00
Dockerfile.zola migration(ci): Use debian image since the build is faster 2025年04月08日 01:32:54 +02:00
README.md Update README.md 2020年10月12日 13:47:03 +00:00
summary.sh [pds]: summary 2026年05月13日 16:54:35 +02:00

This project is custom repository for my notes from school.

Why custom notes?

I used several applications for notes but time showed that I needed something more powerful to fit my needs:

  • Cross-platform (Be able to read my notes from my phone)
  • Search my notes
  • Custom hierarchy structure
  • Light-weight (No long loading times for text...)

I might even use this for blog, cv and personal web.

Tool I am using

This project is created using the zola and is needed to run. I found this tool to suit my needs best. This could be achieved by going from scratch but it took me too much time.

Zola is really power and creates small STATIC website.

Running project

To run this project locally use: zola serve in the root of this repository. To see the static version use: zola build and you'll find the result in the public/ directory.