added recursive page generation
This commit is contained in:
parent
4a07aec860
commit
d865326ee4
6 changed files with 146 additions and 2 deletions
18
content/nested/test.md
Normal file
18
content/nested/test.md
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# My First Blog Post
|
||||
|
||||
Welcome to my **fantastic** blog! I hope you enjoy your stay.
|
||||
|
||||
## Things I Like
|
||||
|
||||
* Coding
|
||||
* Writing
|
||||
* Making static sites
|
||||
|
||||
> Every journey begins with a single static page
|
||||
|
||||
Here's a sample of my favorite code:
|
||||
|
||||
```python
|
||||
def hello():
|
||||
return "Welcome to my blog!"
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue