added recursive page generation

This commit is contained in:
specCon18 2025-02-02 20:37:46 -05:00
parent 4a07aec860
commit d865326ee4
6 changed files with 146 additions and 2 deletions

18
content/nested/test.md Normal file
View 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!"
```