mirror of
https://github.com/alrayyes/wiki.git
synced 2025-05-09 10:15:01 +00:00
feat: add defaultDateType config
This commit is contained in:
parent
98d82415dc
commit
c36a9f3fb7
8 changed files with 52 additions and 30 deletions
docs
|
@ -31,6 +31,7 @@ This part of the configuration concerns anything that can affect the whole site.
|
|||
- This should also include the subpath if you are [[hosting]] on GitHub pages without a custom domain. For example, if my repository is `jackyzha0/quartz`, GitHub pages would deploy to `https://jackyzha0.github.io/quartz` and the `baseUrl` would be `jackyzha0.github.io/quartz`
|
||||
- Note that Quartz 4 will avoid using this as much as possible and use relative URLs whenever it can to make sure your site works no matter _where_ you end up actually deploying it.
|
||||
- `ignorePatterns`: a list of [glob](<https://en.wikipedia.org/wiki/Glob_(programming)>) patterns that Quartz should ignore and not search through when looking for files inside the `content` folder. See [[private pages]] for more details.
|
||||
- `defaultDateType`: whether to use created, modified, or published as the default date to display on pages and page listings.
|
||||
- `theme`: configure how the site looks.
|
||||
- `typography`: what fonts to use. Any font available on [Google Fonts](https://fonts.google.com/) works here.
|
||||
- `header`: Font to use for headers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue