diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..855d188 --- /dev/null +++ b/config.toml @@ -0,0 +1,3 @@ +baseURL = 'https://lambwire.net' +title = 'Fresh Hugo Site' +theme = 'hugo-bearcub' diff --git a/content/_index.md b/content/_index.md deleted file mode 100644 index ca92027..0000000 --- a/content/_index.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: "Blog" -menu: "main" -weight: 2 -layout: "list" -outputs: ["HTML", "RSS"] ---- diff --git a/content/posts/_index.md b/content/posts/_index.md deleted file mode 100644 index b0eb5cb..0000000 --- a/content/posts/_index.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "Blog" -menu: "main" -weight: 2 -layout: "list" ---- diff --git a/content/posts/first-post.md b/content/posts/first-post.md deleted file mode 100644 index a4dfecd..0000000 --- a/content/posts/first-post.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "My First Post" -date: 2025-03-09 -tags: ["hugo", "test"] -draft: false -layout: "single" -type: "post" -outputs: ["HTML"] ---- diff --git a/content/posts/first.md b/content/posts/first.md new file mode 100644 index 0000000..5b70e58 --- /dev/null +++ b/content/posts/first.md @@ -0,0 +1,6 @@ +--- +title: 'Hello World' +date: 2025-03-09 +draft: false +--- +This is a test post. \ No newline at end of file diff --git a/hugo.toml b/hugo.bak.toml similarity index 99% rename from hugo.toml rename to hugo.bak.toml index e01c220..4e36053 100644 --- a/hugo.toml +++ b/hugo.bak.toml @@ -1,7 +1,7 @@ baseURL = 'https://lambwire.net/' languageCode = 'en-us' title = 'Lambwire' -theme = "hugo-bearcub" +# theme = "hugo-bearcub" enableRobotsTXT = true