diff --git a/v2/content/tv/_index.md b/v2/content/tv/_index.md new file mode 100644 index 0000000..eedb794 --- /dev/null +++ b/v2/content/tv/_index.md @@ -0,0 +1,10 @@ ++++ +title = "MooreTech" +template = "tv.html" +sort_by = "date" +paginate_by = 50 # TODO: add the page links to the section template ++++ + +TODO: Some intro text about what this is and how to watch. + + diff --git a/v2/content/tv/example.md b/v2/content/tv/example.md new file mode 100644 index 0000000..0c243d2 --- /dev/null +++ b/v2/content/tv/example.md @@ -0,0 +1,12 @@ ++++ +title = "Example TV Post" +description = "Video description" +date = 2022-07-24T09:41:48+10:00 + +[extra] +# updated = 2021-10-01T10:44:43+10:00 ++++ + + {{ TODO: video_embed shortcode }} + +This is an example tv post. diff --git a/v2/sass/tv.scss b/v2/sass/tv.scss new file mode 100644 index 0000000..9f35aab --- /dev/null +++ b/v2/sass/tv.scss @@ -0,0 +1,16 @@ +.article-video { + clear: left; +} +.article-video h3 { + font-size: 1.25em; + font-weight: 500; + + a:link, a:visited { + border-bottom: none; + } +} + +.video-thumbnail { + float: left; + margin: 0 1em 1em 0; +} diff --git a/v2/templates/layout.html b/v2/templates/layout.html index b548dc8..3365ee3 100644 --- a/v2/templates/layout.html +++ b/v2/templates/layout.html @@ -5,6 +5,7 @@
Custom TV section template
+ + + +