mirror of
				https://github.com/Textualize/textual.git
				synced 2025-10-17 02:38:12 +03:00 
			
		
		
		
	Move the blog config out into the "live site" config
This commit is contained in:
		| @@ -64,15 +64,6 @@ theme: | ||||
|  | ||||
| plugins: | ||||
|  | ||||
| - blog: | ||||
| - rss: | ||||
|     match_path: blog/posts/.* | ||||
|     date_from_meta: | ||||
|       as_creation: date | ||||
|     categories: | ||||
|       - categories | ||||
|       - release | ||||
|       - tags | ||||
| - search: | ||||
| - autorefs: | ||||
| - mkdocstrings: | ||||
|   | ||||
							
								
								
									
										11
									
								
								mkdocs.yml
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								mkdocs.yml
									
									
									
									
									
								
							| @@ -1,5 +1,16 @@ | ||||
| INHERIT: mkdocs-common.yml | ||||
|  | ||||
| plugins: | ||||
|   - blog: | ||||
|   - rss: | ||||
|       match_path: blog/posts/.* | ||||
|       date_from_meta: | ||||
|         as_creation: date | ||||
|       categories: | ||||
|         - categories | ||||
|         - release | ||||
|         - tags | ||||
|  | ||||
| nav: | ||||
|   - Introduction: | ||||
|     - "index.md" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Dave Pearson
					Dave Pearson