feat: reconstruct shtola source
This commit is contained in:
commit
9a474b7fd5
31 changed files with 3040 additions and 0 deletions
5
fixtures/frontmatter/file.md
Normal file
5
fixtures/frontmatter/file.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
hello: bro
|
||||
---
|
||||
|
||||
hi
|
0
fixtures/ignore/ignored.md
Normal file
0
fixtures/ignore/ignored.md
Normal file
0
fixtures/ignore/not_ignored.md
Normal file
0
fixtures/ignore/not_ignored.md
Normal file
3
fixtures/markdown/hello.md
Normal file
3
fixtures/markdown/hello.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Hello!
|
||||
|
||||
What's going _on_?
|
0
fixtures/pretty_links/hi.html
Normal file
0
fixtures/pretty_links/hi.html
Normal file
0
fixtures/pretty_links/subfolder/hello.html
Normal file
0
fixtures/pretty_links/subfolder/hello.html
Normal file
BIN
fixtures/read_binary/my_binary
Normal file
BIN
fixtures/read_binary/my_binary
Normal file
Binary file not shown.
1
fixtures/simple/hello.txt
Normal file
1
fixtures/simple/hello.txt
Normal file
|
@ -0,0 +1 @@
|
|||
hi!
|
1
fixtures/source_ignore/ignores
Normal file
1
fixtures/source_ignore/ignores
Normal file
|
@ -0,0 +1 @@
|
|||
one.txt
|
0
fixtures/source_ignore/one.txt
Normal file
0
fixtures/source_ignore/one.txt
Normal file
0
fixtures/source_ignore/two.txt
Normal file
0
fixtures/source_ignore/two.txt
Normal file
5
fixtures/tera_layouts/3rdpage.html
Normal file
5
fixtures/tera_layouts/3rdpage.html
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
layout: root
|
||||
---
|
||||
|
||||
<p>hiii</p>
|
5
fixtures/tera_layouts/page.html
Normal file
5
fixtures/tera_layouts/page.html
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
layout: root
|
||||
---
|
||||
|
||||
hello
|
7
fixtures/tera_layouts/root.html
Normal file
7
fixtures/tera_layouts/root.html
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
is_layout: true
|
||||
---
|
||||
|
||||
<h1>top layout</h1>
|
||||
|
||||
{{content}}
|
Loading…
Add table
Add a link
Reference in a new issue