diff --git a/book/en/book.toml b/book/en/book.toml index dfef328..9d423b1 100644 --- a/book/en/book.toml +++ b/book/en/book.toml @@ -1,5 +1,4 @@ [book] -authors = ["Casey Rodarmor"] language = "en" src = "src" title = "Just Programmer's Manual" @@ -8,5 +7,8 @@ title = "Just Programmer's Manual" build-dir = "build" [output.html] +cname = "just.systems" +git-repository-url = "https://github.com/casey/just" +site-url = "/man/en/" [output.linkcheck] diff --git a/book/zh/book.toml b/book/zh/book.toml index 429d9d2..c5f0d4b 100644 --- a/book/zh/book.toml +++ b/book/zh/book.toml @@ -1,5 +1,4 @@ [book] -authors = ["Casey Rodarmor"] language = "zh" src = "src" title = "Just 用户指南" @@ -8,5 +7,8 @@ title = "Just 用户指南" build-dir = "build" [output.html] +cname = "just.systems" +git-repository-url = "https://github.com/casey/just" +site-url = "/man/zh/" [output.linkcheck] diff --git a/www/CNAME b/www/CNAME deleted file mode 100644 index cbe7849..0000000 --- a/www/CNAME +++ /dev/null @@ -1 +0,0 @@ -just.systems