Skip to content

Commit

Permalink
fixing proper installations of hugo
Browse files Browse the repository at this point in the history
  • Loading branch information
KarinaNi committed May 15, 2024
1 parent 3816b52 commit 302f13f
Show file tree
Hide file tree
Showing 9 changed files with 24 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
[submodule "themes/hugo-PaperMod"]
path = themes/hugo-PaperMod
url = https://github.com/adityatelange/hugo-PaperMod.git
[submodule "themes/themes/PaperMod"]
path = themes/themes/PaperMod
url = https://github.com/adityatelange/hugo-PaperMod.git
[submodule "themes/PaperMod"]
path = themes/PaperMod
url = https://github.com/adityatelange/hugo-PaperMod.git
1 change: 1 addition & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title = "My Personal Website"
theme = "PaperMod"
description = "A simple website built with Hugo and the PaperMod theme."
author = "Karina"
theme: ["PaperMod"]

[params]
assets:
Expand Down
1 change: 1 addition & 0 deletions config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
theme: ["PaperMod"]
2 changes: 1 addition & 1 deletion hugo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
baseURL = 'https://example.org/'
baseURL = 'https://KarinaNi.github.io'
languageCode = 'en-us'
title = 'My New Hugo Site'
11 changes: 11 additions & 0 deletions public/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 Page not found</title>
</head>
<body>

<div class="not-found">404</div>
</body>
</html>
2 changes: 1 addition & 1 deletion public/categories/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Categories</title>
Expand Down
2 changes: 1 addition & 1 deletion public/tags/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tags</title>
Expand Down
1 change: 1 addition & 0 deletions themes/PaperMod
Submodule PaperMod added at 3f5086
1 change: 1 addition & 0 deletions themes/themes/PaperMod
Submodule PaperMod added at 3f5086

0 comments on commit 302f13f

Please sign in to comment.