mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-31 03:45:24 +01:00 
			
		
		
		
	Remove SymLink Add Aliases (#26)
This PR reverts commit6ad74b6and instead adds the following under `content/post/_index.md`: ``` aliases = ["posts","articles"] ``` Basically the symlink from #24 duplicated all posts in theme demos, so it needs to be removed. Aliases on the other hand thanks to the Netlify Redirect Output Format defined in the gohugoio theme over [here](4320e757c9/config.toml (L21-L31)) and [here](https://github.com/gohugoio/gohugoioTheme/blob/master/layouts/index.redir) become 301 redirects, so they hopefully offer a solution to the issue of the various themes using different sections in their demos that I described in https://github.com/gohugoio/hugoBasicExample/pull/24
This commit is contained in:
		 Alexandros
					Alexandros
				
			
				
					committed by
					
						 digitalcraftsman
						digitalcraftsman
					
				
			
			
				
	
			
			
			 digitalcraftsman
						digitalcraftsman
					
				
			
						parent
						
							d5a9c64a7c
						
					
				
				
					commit
					5cf42a224f
				
			
							
								
								
									
										3
									
								
								content/post/_index.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								content/post/_index.md
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,3 @@ | ||||
| +++ | ||||
| aliases = ["posts","articles"] | ||||
| +++ | ||||
| @@ -1 +0,0 @@ | ||||
| post | ||||
		Reference in New Issue
	
	Block a user