27 lines
332 B
Markdown
27 lines
332 B
Markdown
template: page
|
|
title: Homepage
|
|
blog_list_limit: 2
|
|
music_list_limit: 2
|
|
|
|
# Homepage
|
|
|
|
Ahoy, my name is Ryan Fox. I am a Canadian guy who likes programming and music.
|
|
|
|
Feel free to click on the links in the header to browse this website!
|
|
|
|
---
|
|
|
|
## Recent posts
|
|
|
|
<div>
|
|
{blog_list}
|
|
</div>
|
|
|
|
---
|
|
|
|
## Recent tracks
|
|
|
|
<div>
|
|
{music_list}
|
|
</div>
|