Skip to content

Commit f11a948

Browse files
committed
Change to zdoc
1 parent f38c70a commit f11a948

File tree

1,191 files changed

+12734
-56226
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,191 files changed

+12734
-56226
lines changed

website/config.toml

Lines changed: 53 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<<<<<<< HEAD
12
baseURL = "https://books.halfrost.com/leetcode"
23
languageCode = "en-us"
34
title = "LeetCode Cookbook"
@@ -77,67 +78,58 @@ disablePathToLower = true
7778
# Start and end levels can be controlled with markup.tableOfContents setting.
7879
# You can also specify this parameter per page in front matter.
7980
BookToC = false
81+
=======
82+
baseURL = "http://example.org"
83+
title = "Hugo Zzo Theme"
84+
theme = "zzo"
85+
>>>>>>> 0c736c4... Change to zdoc
8086

81-
# (Optional, default none) Set the path to a logo for the book. If the logo is
82-
# /static/logo.png then the path would be logo.png
83-
# BookLogo = 'logo.png'
84-
85-
# (Optional, default none) Set leaf bundle to render as side menu
86-
# When not specified file structure and weights will be used
87-
BookMenuBundle = '/menu'
88-
89-
# (Optional, default docs) Specify section of content to render as menu
90-
# You can also set value to '*' to render all sections to menu
91-
BookSection = 'docs'
92-
93-
# Set source repository location.
94-
# Used for 'Last Modified' and 'Edit this page' links.
95-
BookRepo = 'https://github.com/halfrost/LeetCode-Go'
96-
97-
# Enable "Edit this page" links for 'doc' page type.
98-
# Disabled by default. Uncomment to enable. Requires 'BookRepo' param.
99-
# Path must point to 'content' directory of repo.
100-
BookEditPath = 'tree/master/website/content'
101-
102-
# Configure the date format used on the pages
103-
# - In git information
104-
# - In blog posts
105-
BookDateFormat = 'Jan 2, 2006'
106-
107-
# (Optional, default true) Enables search function with flexsearch,
108-
# Index is built on fly, therefore it might slowdown your website.
109-
# Configuration for indexing can be adjusted in i18n folder per language.
110-
BookSearch = true
111-
112-
# (Optional, default true) Enables comments template on pages
113-
# By default partals/docs/comments.html includes Disqus template
114-
# See https://gohugo.io/content-management/comments/#configure-disqus
115-
# Can be overwritten by same param in page frontmatter
116-
BookComments = false
117-
enableGitalk = true
118-
119-
# /!\ This is an experimental feature, might be removed or changed at any time
120-
# (Optional, experimental, default false) Enables portable links and link checks in markdown pages.
121-
# Portable links meant to work with text editors and let you write markdown without {{< relref >}} shortcode
122-
# Theme will print warning if page referenced in markdown does not exists.
123-
BookPortableLinks = true
124-
125-
# /!\ This is an experimental feature, might be removed or changed at any time
126-
# (Optional, experimental, default false) Enables service worker that caches visited pages and resources for offline use.
127-
BookServiceWorker = true
128-
129-
[params.gitalk]
130-
clientID = "75d9d747f200c623a0e6" # Your client ID
131-
clientSecret = "e3cc2ff8d8f6ae3c894a827f226188de0d26f37e" # Your client secret
132-
repo = "S2" # The repo to store comments
133-
owner = "halfrost" # Your GitHub ID
134-
admin= "halfrost" # Required. Github repository owner and collaborators. (Users who having write access to this repository)
135-
id= "location.pathname" # The unique id of the page.
136-
labels= "gitalk" # Github issue labels. If you used to use Gitment, you can change it
137-
body= "location.href" # GitHub issue body.
138-
perPage= 100 # Pagination size, with maximum 100.
139-
pagerDirection= "last" # Comment sorting direction, available values are 'last' and 'first'.
140-
createIssueManually= true # If it is 'false', it is auto to make a Github issue when the administrators login.
141-
distractionFreeMode= true # Enable hot key (cmd|ctrl + enter) submit comment.
87+
defaultContentLanguage = "en"
88+
defaultContentLanguageInSubdir = true
89+
hasCJKLanguage = true
14290

91+
summaryLength = 70
92+
buildFuture = true
14393

94+
copyright = "&copy;{year}, All Rights Reserved"
95+
timeout = 10000
96+
enableEmoji = true
97+
paginate = 13
98+
rssLimit = 100
99+
100+
enableGitInfo = false
101+
googleAnalytics = ""
102+
103+
[markup]
104+
[markup.goldmark]
105+
[markup.goldmark.renderer]
106+
hardWraps = true
107+
unsafe = true
108+
xHTML = true
109+
[markup.highlight]
110+
codeFences = true
111+
lineNos = true
112+
lineNumbersInTable = true
113+
noClasses = false
114+
[markup.tableOfContents]
115+
endLevel = 4
116+
ordered = false
117+
startLevel = 2
118+
119+
[outputs]
120+
home = ["HTML", "RSS", "SearchIndex"]
121+
section = ["HTML", "RSS", "SearchIndex"]
122+
taxonomyTerm = ["HTML", "RSS", "SearchIndex"]
123+
taxonomy = ["HTML", "RSS", "SearchIndex"]
124+
125+
[outputFormats]
126+
[outputFormats.SearchIndex]
127+
mediaType = "application/json"
128+
baseName = "index"
129+
isPlainText = true
130+
notAlternative = true
131+
132+
[taxonomies]
133+
category = "categories"
134+
tag = "tags"
135+
series = "series"

website/content/ChapterFour/0001.Two-Sum.md

Lines changed: 0 additions & 50 deletions
This file was deleted.

website/content/ChapterFour/0002.Add-Two-Numbers.md

Lines changed: 0 additions & 78 deletions
This file was deleted.

website/content/ChapterFour/0003.Longest-Substring-Without-Repeating-Characters.md

Lines changed: 0 additions & 124 deletions
This file was deleted.

0 commit comments

Comments
 (0)