From 2ad28cbbfb4287164e7877923291bb18519688fc Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Fri, 9 Jan 2026 08:07:03 -0500 Subject: replace repo contents with revamped site --- hugo.toml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 hugo.toml (limited to 'hugo.toml') diff --git a/hugo.toml b/hugo.toml new file mode 100644 index 0000000..26150a4 --- /dev/null +++ b/hugo.toml @@ -0,0 +1,25 @@ +baseURL = 'https://www.samanthony.xyz/' +languageCode = 'en-us' +title = "Sam Anthony" +theme = 'aoidh' + +[params] + [params.author] + name = "Sam Anthony" + email = "sam@samanthony.xyz" + +[menus] + [[menus.main]] + name = 'Home' + pageRef = '/' + weight = 1 + + [[menus.main]] + name = 'Articles' + pageRef = '/articles' + weight = 2 + + [[menus.main]] + name = 'Projects' + url = 'http://git.samanthony.xyz/' + weight = 3 -- cgit v1.2.3