diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..56b4ab4 --- /dev/null +++ b/config.toml @@ -0,0 +1,22 @@ +baseURL = "https://fzorb.xyz/" +languageCode = "en-us" +title = "FzOrb's website" +theme = "zmin" + +[[menus.main]] +name = "Home" +pageRef = "/" +weight = 10 + +[[menus.main]] +name = "Blog Posts" +pageRef = "/posts" +weight = 20 + +[[menus.main]] +name = "Services" +pageRef = "/services" +weight = 60 + +[markup.goldmark.renderer] +unsafe = true \ No newline at end of file diff --git a/config.yml b/config.yml deleted file mode 100644 index b0557b1..0000000 --- a/config.yml +++ /dev/null @@ -1,15 +0,0 @@ -baseURL: 'https://fzorb.xyz/' -languageCode: 'en-us' -title: "FzOrb's website" -theme: 'zmin' -menus: - main: - - name: Home - pageRef: / - weight: 10 - - name: Blog - pageRef: /posts - weight: 20 - - name: Services - pageRef: /services - weight: 60 \ No newline at end of file diff --git a/content/_index.md b/content/_index.md index f66cae9..2f02d57 100644 --- a/content/_index.md +++ b/content/_index.md @@ -25,4 +25,7 @@ Currently I can be found at the following places. *I go into more detail [here](/services/)* +### Guestbook: + + ### Latest posts: \ No newline at end of file diff --git a/hugo.toml b/hugo.toml index e630f76..56b4ab4 100644 --- a/hugo.toml +++ b/hugo.toml @@ -17,3 +17,6 @@ weight = 20 name = "Services" pageRef = "/services" weight = 60 + +[markup.goldmark.renderer] +unsafe = true \ No newline at end of file