diff options
-rw-r--r-- | config.yaml | 11 | ||||
-rw-r--r-- | content/_index.md | 6 |
2 files changed, 15 insertions, 2 deletions
diff --git a/config.yaml b/config.yaml index f8542cb..a4dcab7 100644 --- a/config.yaml +++ b/config.yaml @@ -1,4 +1,11 @@ baseURL: 'http://example.org/' languageCode: 'en-us' -title: 'My New Hugo Site' -theme: "ananke"
\ No newline at end of file +title: "RayHammer" +theme: "ananke" + +DefaultContentLanguage: "en" +SectionPagesMenu: "main" + +params: + author: "RayHammer" + description: "Privacy and security online."
\ No newline at end of file diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 0000000..5b2e617 --- /dev/null +++ b/content/_index.md @@ -0,0 +1,6 @@ +--- +title: "RayHammer's Blog" +description: "Privacy and security online. From an amateur." +draft: true +--- + |