feat: initial commit
This commit is contained in:
commit
e214116e40
253 changed files with 17406 additions and 0 deletions
14
src/pages/index.html
Normal file
14
src/pages/index.html
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
permalink: /
|
||||
---
|
||||
{% render "home/intro.liquid"
|
||||
intro:globals.intro,
|
||||
nowPlaying:nowPlaying.content
|
||||
%}
|
||||
{% render "home/recent-media.liquid"
|
||||
media:recentMedia,
|
||||
globals:globals
|
||||
%}
|
||||
{% render "home/recent-activity.liquid"
|
||||
items:recentActivity
|
||||
%}
|
Loading…
Add table
Add a link
Reference in a new issue