mirror of
				https://github.com/gohugoio/hugo.git
				synced 2024-05-11 05:54:58 +00:00 
			
		
		
		
	fix --uglyUrls params
This commit is contained in:
		
				
					committed by
					
						
						Anthony Fok
					
				
			
			
				
	
			
			
			
						parent
						
							2ec046afb1
						
					
				
				
					commit
					932214d725
				
			@@ -35,7 +35,7 @@ in Hugo and is used as the [section](/content/sections).
 | 
			
		||||
            ├── first.md       // <- http://1.com/quote/first/
 | 
			
		||||
            └── second.md      // <- http://1.com/quote/second/
 | 
			
		||||
 | 
			
		||||
**Here's the same organization run with `hugo --uglyurls`**
 | 
			
		||||
**Here's the same organization run with `hugo --uglyUrls`**
 | 
			
		||||
 | 
			
		||||
    .
 | 
			
		||||
    └── content
 | 
			
		||||
@@ -87,7 +87,7 @@ path. Includes [section](/content/sections).
 | 
			
		||||
A complete URL can be provided. This will override all the above as it pertains
 | 
			
		||||
to the end destination. This must be the path from the baseurl (starting with a "/").
 | 
			
		||||
When a url is provided, it will be used exactly. Using url will ignore the
 | 
			
		||||
`--uglyurls` setting.
 | 
			
		||||
`--uglyUrls` setting.
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
## Path breakdown in Hugo
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user