From c86b1f866f38350243849114d8c039e3e6b98c76 Mon Sep 17 00:00:00 2001 From: nightnoryu Date: Wed, 27 May 2026 11:58:53 +0300 Subject: [PATCH] Add theme and index page --- content/_index.md | 8 ++++++++ hugo.toml | 1 + themes/lugo | 1 + 3 files changed, 10 insertions(+) create mode 100644 content/_index.md create mode 160000 themes/lugo diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 0000000..13a814b --- /dev/null +++ b/content/_index.md @@ -0,0 +1,8 @@ ++++ +title = 'nightnoryu' +layout = 'single' ++++ + +# Index + +Work in progress. diff --git a/hugo.toml b/hugo.toml index 7f7d196..1e667aa 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,3 +1,4 @@ baseURL = 'https://nightnoryu.com/' locale = 'en-us' title = 'nightnoryu' +theme = 'lugo' diff --git a/themes/lugo b/themes/lugo new file mode 160000 index 0000000..84fd40f --- /dev/null +++ b/themes/lugo @@ -0,0 +1 @@ +Subproject commit 84fd40fbf184d83ca459016a1ad6ef0f87d70a1d