diff --git a/config.toml b/config.toml index 936f8b5..a7ad51f 100644 --- a/config.toml +++ b/config.toml @@ -16,4 +16,7 @@ weight = 20 [[menus.main]] name = "Abuse" url = "mailto:admin@bokku.xyz" -weight = 30 \ No newline at end of file +weight = 30 + +[markup.goldmark.renderer] +unsafe = true \ No newline at end of file diff --git a/content/_index.md b/content/_index.md index 767d597..5d9138a 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,7 +1,7 @@ --- Title: "Home" --- -**Bokku** is a free web host tailored towards people who want a website but don't have the monetary resources to do so. +**Bokku** is a free web host tailored towards people who want a website but don't have the monetary resources to do so. Bokku ### Shared hosting * 300MB HDD storage diff --git a/static/bokku.png b/static/bokku.png new file mode 100644 index 0000000..b1b57b8 Binary files /dev/null and b/static/bokku.png differ