commit cfd28ebd2884125b0220f58bf73fb4bd27e1a179 Author: John Date: Tue Feb 25 21:48:57 2025 -0600 initial diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..d97ca4f --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "themes/hugo-bearcub"] + path = themes/hugo-bearcub + url = https://github.com/clente/hugo-bearcub.git diff --git a/.hugo_build.lock b/.hugo_build.lock new file mode 100644 index 0000000..e69de29 diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..c6f3fce --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,5 @@ ++++ +title = '{{ replace .File.ContentBaseName "-" " " | title }}' +date = {{ .Date }} +draft = true ++++ diff --git a/hugo.toml b/hugo.toml new file mode 100644 index 0000000..8f1fc43 --- /dev/null +++ b/hugo.toml @@ -0,0 +1,4 @@ +baseURL = 'https://example.org/' +languageCode = 'en-us' +title = 'My New Hugo Site' +theme = "hugo-bearcub" diff --git a/public/404.html b/public/404.html new file mode 100644 index 0000000..77f3354 --- /dev/null +++ b/public/404.html @@ -0,0 +1,75 @@ + + + + + + + +404 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +

My New Hugo Site

+ +
+
+

404

+

ʕノ•ᴥ•ʔノ ︵ ┻━┻

+ +
+ + + + + + diff --git a/public/categories/index.html b/public/categories/index.html new file mode 100644 index 0000000..1d65044 --- /dev/null +++ b/public/categories/index.html @@ -0,0 +1,87 @@ + + + + + + + +Categories | My New Hugo Site + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +

My New Hugo Site

+ +
+
+ + +

Filtering for "Categories"

+ +
    + +
  • + No posts yet +
  • + +
+ +
+ +
+ + + + + + diff --git a/public/categories/index.xml b/public/categories/index.xml new file mode 100644 index 0000000..c7655fe --- /dev/null +++ b/public/categories/index.xml @@ -0,0 +1,11 @@ + + + + Categories on My New Hugo Site + http://localhost:1313/categories/ + Recent content in Categories on My New Hugo Site + Hugo -- gohugo.io + en-us + + + diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..202a84b --- /dev/null +++ b/public/index.html @@ -0,0 +1,76 @@ + + + + + + + + +My New Hugo Site | My New Hugo Site + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +

My New Hugo Site

+ +
+
+ + +
+ + + + + + diff --git a/public/index.xml b/public/index.xml new file mode 100644 index 0000000..39830ab --- /dev/null +++ b/public/index.xml @@ -0,0 +1,11 @@ + + + + My New Hugo Site + http://localhost:1313/ + Recent content on My New Hugo Site + Hugo -- gohugo.io + en-us + + + diff --git a/public/original.min.css b/public/original.min.css new file mode 100644 index 0000000..e568de2 --- /dev/null +++ b/public/original.min.css @@ -0,0 +1 @@ +body{font-family:Verdana,sans-serif;margin:auto;padding:20px;max-width:720px;text-align:left;background-color:#1d1f27;word-wrap:break-word;overflow-wrap:break-word;line-height:1.5;color:#c9d1d9}h1,h2,h3,h4,h5,h6,strong,b{color:#eee}a{color:#8cc2dd}.title{text-decoration:none;border:0}.title h1{font-size:24px;margin:19.92px 0}.title span{font-weight:400}nav a{margin-right:10px}textarea{background-color:#252525;color:#ddd;width:100%;font-size:16px}input{background-color:#252525;color:#ddd;font-size:16px}content{line-height:1.6}table{width:100%}table,th,td{border:1px solid;border-collapse:collapse;border-color:#c9d1d9;padding:5px}img{max-width:100%;height:auto}code{padding:2px 5px;color:#f8f8f2;background-color:#282a36}pre code{display:block;padding:20px;white-space:pre-wrap;font-size:14px;overflow-x:auto;text-wrap:nowrap}blockquote{border-left:1px solid #999;color:#ccc;padding-left:20px;font-style:italic}footer{padding:25px;text-align:center}.helptext{color:#aaa;font-size:small}.errorlist{color:#eba613;font-size:small}ul.blog-posts{list-style-type:none;padding:unset}ul.blog-posts li{display:flex;margin-bottom:10px}ul.blog-posts li span{flex:0 0 130px}ul.blog-posts li a:visited{color:#8b6fcb}a.blog-tags{line-height:2;margin-right:12px}h3.blog-filter{margin-bottom:0}.disabled{color:currentColor;cursor:not-allowed;opacity:.7}p.byline{font-style:italic}.skip-link{position:absolute;top:5;transform:translateY(-600%);transition:transform .5s;background-color:#1d1f27;padding:6px}.skip-link:focus{transform:translateY(0%)}figure{margin-inline-start:0;margin-inline-end:0}figcaption>p{margin-block-start:0;text-align:center;font-style:italic;color:#ccc} \ No newline at end of file diff --git a/public/sitemap.xml b/public/sitemap.xml new file mode 100644 index 0000000..d98137c --- /dev/null +++ b/public/sitemap.xml @@ -0,0 +1,11 @@ + + + + http://localhost:1313/categories/ + + http://localhost:1313/ + + http://localhost:1313/tags/ + + diff --git a/public/tags/index.html b/public/tags/index.html new file mode 100644 index 0000000..8177cf1 --- /dev/null +++ b/public/tags/index.html @@ -0,0 +1,87 @@ + + + + + + + +Tags | My New Hugo Site + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +

My New Hugo Site

+ +
+
+ + +

Filtering for "Tags"

+ +
    + +
  • + No posts yet +
  • + +
+ +
+ +
+ + + + + + diff --git a/public/tags/index.xml b/public/tags/index.xml new file mode 100644 index 0000000..dfb45af --- /dev/null +++ b/public/tags/index.xml @@ -0,0 +1,11 @@ + + + + Tags on My New Hugo Site + http://localhost:1313/tags/ + Recent content in Tags on My New Hugo Site + Hugo -- gohugo.io + en-us + + + diff --git a/themes/hugo-bearcub b/themes/hugo-bearcub new file mode 160000 index 0000000..c3286b7 --- /dev/null +++ b/themes/hugo-bearcub @@ -0,0 +1 @@ +Subproject commit c3286b77b8e2a1222ec4afe74036530ffb905a13