feat: add a config option for a pageTitleSuffix (#1320)
* feat: add a config option for a pageTitleSuffix * Run Prettier on Head.tsx * Make pageTitleSuffix optional Co-authored-by: Aaron Pham <Aaronpham0103@gmail.com> --------- Co-authored-by: Aaron Pham <Aaronpham0103@gmail.com>
This commit is contained in:
		@@ -21,6 +21,7 @@ const config: QuartzConfig = {
 | 
			
		||||
This part of the configuration concerns anything that can affect the whole site. The following is a list breaking down all the things you can configure:
 | 
			
		||||
 | 
			
		||||
- `pageTitle`: title of the site. This is also used when generating the [[RSS Feed]] for your site.
 | 
			
		||||
- `pageTitleSuffix`: a string added to the end of the page title. This only applies to the browser tab title, not the title shown at the top of the page.
 | 
			
		||||
- `enableSPA`: whether to enable [[SPA Routing]] on your site.
 | 
			
		||||
- `enablePopovers`: whether to enable [[popover previews]] on your site.
 | 
			
		||||
- `analytics`: what to use for analytics on your site. Values can be
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user