diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..63f1fef --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.lock diff --git a/.gitmodules b/.gitmodules index e69de29..c2177b6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "themes/kitsune-theme/static/css/bootstrap"] + path = themes/kitsune-theme/static/css/bootstrap + url = https://github.com/twbs/bootstrap.git +[submodule "themes/kitsune-theme/static/js/feather"] + path = themes/kitsune-theme/static/js/feather + url = https://github.com/feathericons/feather.git diff --git a/content/posts/my-first-post.md b/content/posts/my-first-post.md new file mode 100644 index 0000000..0f57c1c --- /dev/null +++ b/content/posts/my-first-post.md @@ -0,0 +1,15 @@ ++++ +title = 'My First Post' +date = 2024-08-08T10:57:12-04:00 +draft = true +tags = ["hugo", "webcomics"] ++++ + +Well, so far its going well! Getting the hang of making up a hugo template. + + + +Its ugly for now but it might very possibly slightly improve going forward, using [this](https://retrolog.io/blog/creating-a-hugo-theme-from-scratch/) as a guide has been super helpful. + +I'm already happy with the old-school minimalistic design. I think i want to keep that nostalgic simple +html look, kinda like the [belfry webcomics](https://new.belfrycomics.net/) index. diff --git a/hugo.toml b/hugo.toml index 7e568b8..e673748 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,3 +1,27 @@ -baseURL = 'https://example.org/' +baseURL = 'https://kitsunehosting.net/' languageCode = 'en-us' -title = 'My New Hugo Site' +title = 'Kitsune Hosting' + +theme = "kitsune-theme" + + +# Automatic menu selection, I would prolly like to make this work https://gohugo.io/templates/menu/#section-menu-for-lazy-bloggers +# sectionPagesMenu = "main" + +# Manual menu layout, works fine too +[menu] +[[menu.main]] +name = "Home" +pre = "home" +url = "/" +weight = 1 +[[menu.main]] +name = "Posts" +pre = "pen-tool" +url = "/posts/" +weight = 2 +[[menu.main]] +name = "Tags" +pre = "tag" +url = "/tags/" +weight = 3 diff --git a/public/categories/index.html b/public/categories/index.html new file mode 100644 index 0000000..bd15a07 --- /dev/null +++ b/public/categories/index.html @@ -0,0 +1,68 @@ + + + +
+ + +
+
+
+
+
+ Sleek, intuitive, and powerful front-end framework for faster and easier web development.
+
+ Explore Bootstrap docs »
+
+
+ Report bug
+ ·
+ Request feature
+ ·
+ Themes
+ ·
+ Blog
+