Browse Source

initial framework commit

Nate Johnston 2 years ago
commit
c39cecf497
3 changed files with 70 additions and 0 deletions
  1. 1 0
      .gitignore
  2. 59 0
      config.toml
  3. 10 0
      content/posts/documents.md

+ 1 - 0
.gitignore

@@ -0,0 +1 @@
+*.lock

+ 59 - 0
config.toml

@@ -0,0 +1,59 @@
+# Basic
+title = "Calvert's Glen HOA"
+baseURL = "https://natejohnston.info/cghoa/"
+theme = "Vno-Hugo"
+#themesdir = "/sync/web/themes"
+themesdir = "/var/home/nate/git/hugo-themes"
+
+# supported languages: en-us, zh-cn (lowercase language codes only)
+defaultContentLanguage = 'en-us'
+# here lists available languages, if you wish to add your own custom translation, please refer to https://gohugo.io/content-management/multilingual
+[languages]
+  [languages.en-us]
+    languageName = 'English(United States)'
+    weight = 10
+
+# Pagination
+paginate = 3
+paginatePath = "page"
+
+[outputs]
+  home = ["HTML", "RSS"]
+
+[menu]
+ [[menu.main]]
+    name = "Tags"
+    identifier = "Tags"
+    url = "/tags/"
+    weight = 20
+[taxonomies]
+    tag = "tags"
+    
+[params]
+author = "Calvert's Glen HOA"
+subtitle = "Home page for the Calvert's Glen Homeowners Association"
+description = ""
+welcomeMessage = "Welcome to Calvert's Glen"
+
+# supported colors: blue, green, purple, red, orange or slate. If you need clear, leave it empty.
+coverColor = "red"
+
+[params.social]
+#weibo = "onevcat"
+#github = "onevcat"
+#twitter = "onevcat"
+#gplus = "107108267983477358170"
+#mail = "onev@onevcat.com"
+#linkedin = "example"
+
+# The blog button should not be removed.
+[params.blogButton]
+title = "News"
+description = "Latest Posts"
+
+[params.copyright]
+license = 'CC BY-NC-SA 4.0'
+license_link = 'http://creativecommons.org/licenses/by-nc-sa/4.0/'
+
+[permalinks]
+posts = "/:year/:month/:title/"

+ 10 - 0
content/posts/documents.md

@@ -0,0 +1,10 @@
+---
+layout: post
+tags: ["reference"]
+title: "Documents"
+date: 2023-10-16T16:18:24-04:00
+math: false
+draft: true
+---
+
+test content