diff options
author | xengineering <me@xengineering.eu> | 2023-01-12 19:44:01 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2023-01-12 19:44:01 +0100 |
commit | 02fb96c854173e875d3f361706713af6e6c666a5 (patch) | |
tree | be04605139b540fff1112603b70a8cd5b27b0462 | |
parent | 4b1082b4fda0c5d3e90464716b3e2136bd1fe791 (diff) | |
download | website-02fb96c854173e875d3f361706713af6e6c666a5.tar website-02fb96c854173e875d3f361706713af6e6c666a5.tar.zst website-02fb96c854173e875d3f361706713af6e6c666a5.zip |
Remove unnecessary themes folder
This just makes sense if you have multiple themes.
-rw-r--r-- | config.toml | 1 | ||||
-rw-r--r-- | layouts/git/list.html (renamed from themes/bare/layouts/git/list.html) | 0 | ||||
-rw-r--r-- | layouts/git/single.html (renamed from themes/bare/layouts/git/single.html) | 0 | ||||
-rw-r--r-- | layouts/index.html (renamed from themes/bare/layouts/index.html) | 0 | ||||
-rw-r--r-- | themes/bare/theme.toml | 2 |
5 files changed, 0 insertions, 3 deletions
diff --git a/config.toml b/config.toml index 146001d..9dc581f 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,4 @@ baseURL = "https://xengineering.eu/" -theme = "bare" enableRobotsTXT = true disableKinds = ["taxonomy", "term", "RSS"] [taxonomies] diff --git a/themes/bare/layouts/git/list.html b/layouts/git/list.html index 65ed807..65ed807 100644 --- a/themes/bare/layouts/git/list.html +++ b/layouts/git/list.html diff --git a/themes/bare/layouts/git/single.html b/layouts/git/single.html index 51ccbad..51ccbad 100644 --- a/themes/bare/layouts/git/single.html +++ b/layouts/git/single.html diff --git a/themes/bare/layouts/index.html b/layouts/index.html index 85086a9..85086a9 100644 --- a/themes/bare/layouts/index.html +++ b/layouts/index.html diff --git a/themes/bare/theme.toml b/themes/bare/theme.toml deleted file mode 100644 index e1bb4c0..0000000 --- a/themes/bare/theme.toml +++ /dev/null @@ -1,2 +0,0 @@ -name = "bare" -license = "AGPLv3" |