diff --git a/config.toml b/config.toml index e4b7418..64a2094 100644 --- a/config.toml +++ b/config.toml @@ -1,3 +1,19 @@ baseURL = "http://example.org/" languageCode = "en-us" title = "My New Hugo Site" +theme = "icon" + +[params] + author = "Your name" + description = "Cool description" + +# Hero section (from here on is for icon theme) +[params.hero] + img = "background.jpg" + title = "Brett & Kate's Wedding" + description = "But, we are already married" + +# Footer section +[params.footer] + enable = true + note = "" diff --git a/layouts/index.html b/layouts/index.html new file mode 100755 index 0000000..ff00cad --- /dev/null +++ b/layouts/index.html @@ -0,0 +1,41 @@ + + + + + + +
+ {{ partial "header.html" . }} + + + + + +