diff --git a/.gitmodules b/.gitmodules index 634c613..5be6386 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "themes/m10c"] - path = themes/m10c - url = https://github.com/vaga/hugo-theme-m10c +[submodule "themes/m10c-custom"] + path = themes/m10c-custom + url = https://github.com/Apachedrag427/hugo-theme-m10c diff --git a/hugo.toml b/hugo.toml index 86851c3..68b73eb 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,10 +1,11 @@ baseURL = 'https://apach.dev/' languageCode = 'en-us' title = 'Apache' -theme = 'm10c' +theme = 'm10c-custom' [params] author = 'Apache' +twitter = 'Apache' description = "I'm a hobby developer who writes mediocre code." avatar = '/logo.png' favicon = '/rounded_logo.png' diff --git a/public/404.html b/public/404.html index 6b76256..c19eaf5 100644 --- a/public/404.html +++ b/public/404.html @@ -4,29 +4,33 @@ 404 Page not found // Apache - + - - + - - - + + + + + + - - - + + + + - - - - - + + + + + + diff --git a/public/categories/index.html b/public/categories/index.html index adcc59e..a8e4b23 100644 --- a/public/categories/index.html +++ b/public/categories/index.html @@ -4,31 +4,35 @@ Categories // Apache - + - + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - -
diff --git a/public/index.html b/public/index.html index 942b8f2..d700bde 100644 --- a/public/index.html +++ b/public/index.html @@ -4,31 +4,35 @@ Apache - + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - -
diff --git a/public/pages/index.html b/public/pages/index.html index 087cc85..b0219eb 100644 --- a/public/pages/index.html +++ b/public/pages/index.html @@ -4,31 +4,35 @@ Pages // Apache - + - + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - -
diff --git a/public/pages/intro/index.html b/public/pages/intro/index.html index 45c852f..f015301 100644 --- a/public/pages/intro/index.html +++ b/public/pages/intro/index.html @@ -4,36 +4,37 @@ Intro // Apache - + - - + - - - - - - - + + +I mainly use Rust, C++, and Lua, but I’ve been delving into other languages"> + + + + + + + + - - - - - - - - + + + + + + diff --git a/public/tags/index.html b/public/tags/index.html index 642edd1..dbe435f 100644 --- a/public/tags/index.html +++ b/public/tags/index.html @@ -4,31 +4,35 @@ Tags // Apache - + - + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - -
diff --git a/themes/m10c b/themes/m10c deleted file mode 160000 index ab2a49a..0000000 --- a/themes/m10c +++ /dev/null @@ -1 +0,0 @@ -Subproject commit ab2a49aa74d1374f6718f336a3465a55a390dc04 diff --git a/themes/m10c-custom b/themes/m10c-custom new file mode 160000 index 0000000..ee7cf17 --- /dev/null +++ b/themes/m10c-custom @@ -0,0 +1 @@ +Subproject commit ee7cf174616f3586c02f7b29ac0512f5fe174955