mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-17 16:45:31 -04:00
huge refactoring of content and theme
- de-personalize the theme as much as possible, moving personal info into config.toml parameters - extract hard-coded content out layouts and into actual /content (especially home page and all of its assets) - include full text of posts in RSS feed (aka making the world a better place) - use abstract layout for both video pages (/leo and /birthday)
This commit is contained in:
BIN
content/birthday/birthday.mp4
Normal file
BIN
content/birthday/birthday.mp4
Normal file
Binary file not shown.
BIN
content/birthday/birthday.webm
Normal file
BIN
content/birthday/birthday.webm
Normal file
Binary file not shown.
BIN
content/birthday/images/thumb.png
Normal file
BIN
content/birthday/images/thumb.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 134 KiB |
13
content/birthday/index.md
Normal file
13
content/birthday/index.md
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
title: "🎉 Cranky Birthday Boy on VHS Tape 📼"
|
||||
date: 1996-02-06 00:01:01-0400
|
||||
url: "/birthday"
|
||||
image: "thumb.png"
|
||||
type: videos
|
||||
layout: video
|
||||
resources:
|
||||
- src: "birthday.mp4"
|
||||
- src: "birthday.webm"
|
||||
- src: "images/thumb.png"
|
||||
- src: "subs.en.vtt"
|
||||
---
|
Reference in New Issue
Block a user