From 5e908ed72fb3cb3936ea5945d37bf4f0ff1c1f77 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Sat, 23 Apr 2022 20:26:41 +0200 Subject: Add initial theme layout --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 188cb95..d6ff556 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,17 @@ # Ed A theme for [Hugo](http://gohugo.io), a framework for building websites. + +## Configuration + +### `config.toml` example + +```toml +baseURL = 'http://example.org/' +languageCode = 'en-us' +title = 'My New Hugo Site' +theme = "ed" + +[Params] + # Color scheme. Options: red, orange, magenta, cyan, blue, brown + color_scheme = '' +``` -- cgit v1.2.3