From aeed4fa202151e0e67240ed4e19e0300c163ddd0 Mon Sep 17 00:00:00 2001
From: weru <fromweru@gmail.com>
Date: Mon, 13 Jun 2022 16:06:21 +0000
Subject: [PATCH] update
---
exampleSite/content/blog/creating-a-new-theme.md | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/exampleSite/content/blog/creating-a-new-theme.md b/exampleSite/content/blog/creating-a-new-theme.md
index b9784d4..48b948b 100644
--- a/exampleSite/content/blog/creating-a-new-theme.md
+++ b/exampleSite/content/blog/creating-a-new-theme.md
@@ -9,6 +9,8 @@
This tutorial will show you how to create a simple theme in Hugo. I assume that you are familiar with HTML, the bash command line, and that you are comfortable using Markdown to format content. I'll explain how Hugo uses templates and how you can organize your templates to create a theme. I won't cover using CSS to style your theme.
+{{< youtube "https://www.youtube.com/watch?v=aOC8E8z_ifw" >}}
+
We'll start with creating a new site with a very basic template. Then we'll add in a few pages and posts. With small variations on that, you will be able to create many different types of web sites.
In this tutorial, commands that you enter will start with the "$" prompt. The output will follow. Lines that start with "#" are comments that I've added to explain a point. When I show updates to a file, the ":wq" on the last line means to save the file.
--
Gitblit v1.10.0