Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ZMAlt committed Sep 19, 2024
1 parent fb374e0 commit 06b88c3
Show file tree
Hide file tree
Showing 13 changed files with 2,684 additions and 47 deletions.
13 changes: 3 additions & 10 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
name = "BookTemplate"
uuid = "6b2b467d-d873-4a19-b33c-0abffd8470ba"
authors = ["John Doe"]
name = "CSL_Chinese"
uuid = "5b2b467d-d873-4a19-b33c-0abffd8470ba"
authors = ["Zhou Mao"]

[deps]
Books = "939d5c6b-51ae-42e7-97ca-7564d0d4ad91"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"

[compat]
Books = "2"
DataFrames = "1"
Reexport = "1"
12 changes: 7 additions & 5 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,20 @@

[projects.default]
contents = [
"about",
"appendix",
"references",
"index",
"CSL_introduce",
"XML_basis",
"CSL_1.0.1_spec",
"locale_file",
]

# Full URL, required for the sitemap and robots.txt.
online_url = "https://booktemplate.huijzer.xyz"
online_url = "https://ZMAlt.github.io/CSL_Chinese"

# Extra directories to be copied.
extra_directories = []

# Port used by serve()
port = 8004

output_filename = "booktemplate"
output_filename = "CSL_Chinese"
Loading

0 comments on commit 06b88c3

Please sign in to comment.