diff --git a/README.md b/README.md index 9ca5612..e8bd1cd 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ A minimal, single page, smooth scrolling theme for Hugo. +![Main page screenshot](/screenshot.png) + Features: * Single scrolling home page * About and Contact sections @@ -25,6 +27,7 @@ $ git clone https://github.com/vickylaixy/hugo-theme-introduction.git introducti From the exampleSite, copy `config.toml` to the root folder of your Hugo site and change the fields as you like. Start with: + 1. Set your baseurl 2. Set your full name and first name 3. Set your avatar image diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..d715f69 Binary files /dev/null and b/screenshot.png differ