From 1f28ccd38620dbe6f5153af1615fe9b0fa18db40 Mon Sep 17 00:00:00 2001 From: Joe Hutchinson Date: Fri, 14 Dec 2018 14:42:39 -0500 Subject: [PATCH] Add README.md --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5543657 --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +# aether +Aether is a Hugo theme for blogs that emphasizes motion, depth, and material as design elements. Aether presents your content in a clean interface that highlights good photography and writing. + +## Installation +In your Hugo project's theme directory, clone the Aether repo. + +```bash +git clone https://github.com/josephhutch/aether.git +``` + +Add the following parameters in your config file if they are not present already. + +```toml +baseURL = "https://yourwebsitenamegoeshere.com/" +languageCode = "Your language code" +title = "Your Website Title" +theme = "aether" + +[params] +brand = "joehutch" +description = "Your website's description." +homeimg = "url to the image used for the home button" +bgimg = "/img/ignasi_pattern_s.png" +``` + +## License +MIT © Joe Hutchinson \ No newline at end of file