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/migrate-from-jekyll.md | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/exampleSite/content/blog/migrate-from-jekyll.md b/exampleSite/content/blog/migrate-from-jekyll.md
index 1cb058a..3ec2b8b 100644
--- a/exampleSite/content/blog/migrate-from-jekyll.md
+++ b/exampleSite/content/blog/migrate-from-jekyll.md
@@ -24,6 +24,8 @@
## Create your Hugo configuration file
Hugo can read your configuration as JSON, YAML or TOML. Hugo supports parameters custom configuration too. Refer to the [Hugo configuration documentation](/overview/configuration/) for details.
+{{< youtube "https://www.youtube.com/watch?v=eW7Twd85m2g" >}}
+
## Set your configuration publish folder to `_site`
The default is for Jekyll to publish to `_site` and for Hugo to publish to `public`. If, like me, you have [`_site` mapped to a git submodule on the `gh-pages` branch](http://blog.blindgaenger.net/generate_github_pages_in_a_submodule.html), you'll want to do one of two alternatives:
--
Gitblit v1.10.0