diff --git a/index.md b/index.md index a4971c4..333f620 100644 --- a/index.md +++ b/index.md @@ -3,6 +3,26 @@ layout: default hidden: true --- -# Welcome +## Welcome to my website! + +This site was generated using **`sajt`**, a project I’m 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 you’ve 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! \ No newline at end of file diff --git a/testing/test1.pug b/testing/test1.pug new file mode 100644 index 0000000..fc8c56b --- /dev/null +++ b/testing/test1.pug @@ -0,0 +1,12 @@ +--- +title: example title +layout: default +hidden: true +--- + +h2 Some title + +div this is div + +p this is paragraph + diff --git a/testing/test2.htm b/testing/test2.htm new file mode 100644 index 0000000..12ac9af --- /dev/null +++ b/testing/test2.htm @@ -0,0 +1,12 @@ +--- +title: example title HTML +layout: default +hidden: true +--- + +
this is paragraph
+