From a51401c11d6ebdf95fa9699c5b22c9a292f9a4a4 Mon Sep 17 00:00:00 2001 From: kaush <1042037+kaushikgopal@users.noreply.github.com> Date: Sun, 17 Oct 2021 14:23:30 -0700 Subject: [PATCH] tweak setup for henry --- README.md | 7 +------ content/using-new-theme-henry.md | 1 + 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5270633..976130f 100644 --- a/README.md +++ b/README.md @@ -23,13 +23,8 @@ git clone git@github.com:kaushikgopal/henry-hugo.git themes/henry ## inside your config.toml file theme = "henry" -# 4. add a post (or Hugo won't show anything) -mkdir -p content -cp themes/henry/content/*.md content/ - -# 5. run hugo server +# run Hugo! hugo server -D - open http://localhost:1313/ ``` diff --git a/content/using-new-theme-henry.md b/content/using-new-theme-henry.md index 38e0add..b3473ca 100644 --- a/content/using-new-theme-henry.md +++ b/content/using-new-theme-henry.md @@ -1,4 +1,5 @@ +++ +draft = true date = 2021-10-17 title = "This blog now uses Henry" slug = "now-on-theme-henry"