Update index page
This commit is contained in:
parent
0e4b46eac1
commit
07e02b31fe
3 changed files with 46 additions and 2 deletions
24
index.md
24
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!
|
12
testing/test1.pug
Normal file
12
testing/test1.pug
Normal 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
12
testing/test2.htm
Normal 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>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue