Skip to content

Commit ef7adb0

Browse files
committed
code refactor
1 parent 0e368b8 commit ef7adb0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

config/_default/config.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
baseurl = "http://localhost:8080/"
1+
baseurl = "https://n9e.github.io/"
22
canonifyURLs = false
33
disableAliases = true
44
disableHugoGeneratorInject = true
@@ -16,7 +16,7 @@ disableLanguages = ["de", "nl"]
1616

1717
# add redirects/headers
1818
[outputs]
19-
home = ["HTML", "RSS", "REDIRECTS", "HEADERS"]
19+
home = ["HTML", "RSS", "REDIRECTS", "HEADERS", "JSON"]
2020
section = ["HTML", "RSS", "SITEMAP"]
2121

2222
# remove .{ext} from text/netlify

content/zh/blog/say-hello-to-doks/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "Introducing Doks, a Hugo theme helping you build modern documentat
44
lead: "Introducing Doks, a Hugo theme helping you build modern documentation websites that are secure, fast, and SEO-ready — by default."
55
date: 2020-11-04T09:19:42+01:00
66
lastmod: 2020-11-04T09:19:42+01:00
7-
draft: false
7+
draft: true
88
weight: 50
99
images: ["say-hello-to-doks.png"]
1010
contributors: ["Henk Verlinde"]

0 commit comments

Comments
 (0)