From a9d98e02835f8c10a10ee25c33fbdec471e7061e Mon Sep 17 00:00:00 2001 From: Serghei Cebotari Date: Mon, 4 Dec 2023 22:54:48 +0300 Subject: Add example site --- exampleSite/config.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 exampleSite/config.toml (limited to 'exampleSite/config.toml') diff --git a/exampleSite/config.toml b/exampleSite/config.toml new file mode 100644 index 0000000..8e103b2 --- /dev/null +++ b/exampleSite/config.toml @@ -0,0 +1,13 @@ +baseURL = "http://example.org/" +languageCode = "en-us" +title = "Hugo's Resume" +disableKinds = ["taxonomy", "taxonomyTerm", "category", "sitemap", "RSS", "404", "robotsTXT"] +theme= "hugos-resume" + +[Params] + Name = "Hugo Jobless" + Description = "Hugo theme to build resume page in style of Jake's resume" + Phone = "123-456-7890" + EMail = "jake@su.edu" + LinkedIn = "linkedin.com/in/jake" + GitHub = "github.com/jake" \ No newline at end of file -- cgit v1.2.3