Skip to content

Commit

Permalink
tweak setup for henry
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushikgopal committed Oct 17, 2021
1 parent 4cedc98 commit a51401c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,8 @@ git clone [email protected]: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/
```

Expand Down
1 change: 1 addition & 0 deletions content/using-new-theme-henry.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
+++
draft = true
date = 2021-10-17
title = "This blog now uses Henry"
slug = "now-on-theme-henry"
Expand Down

0 comments on commit a51401c

Please sign in to comment.