Update index page

This commit is contained in:
Artur Gurgul 2025-08-14 07:12:24 +00:00
parent 0e4b46eac1
commit 07e02b31fe
3 changed files with 46 additions and 2 deletions

View file

@ -3,6 +3,26 @@ layout: default
hidden: true hidden: true
--- ---
# Welcome ## Welcome to my website!
This site was generated using **`sajt`**, a project Im currently developing and looking for contributors to help improve.
- **Sajt**: [https://gurgul.pro/app/sajt](https://gurgul.pro/app/sajt)
- **This website's source**: [https://gurgul.pro/artur/website.git](https://gurgul.pro/artur/website.git)
### Currently Supported
- Pug
- Markdown
- HTML
### Experimental Support
- YAML
### Planned Features
- Audio and video file support
The idea behind **sajt** is simple: turn your notes and content into a website with zero hassle. Just drop your files into a folder, run a command, and youve got a website ready to be uploaded to your hosting provider.
Feel free to share ideas, report bugs, or make suggestions by opening an issue:
[https://github.com/artur-gurgul-pro/notes/issues](https://github.com/artur-gurgul-pro/notes/issues)
Welcome to my website!

12
testing/test1.pug Normal file
View file

@ -0,0 +1,12 @@
---
title: example title
layout: default
hidden: true
---
h2 Some title
div this is div
p this is paragraph

12
testing/test2.htm Normal file
View file

@ -0,0 +1,12 @@
---
title: example title HTML
layout: default
hidden: true
---
<h2>Some title with h2</h2>
<div>this is div</div>
<p>this is paragraph</p>