mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-31 19:55:24 +01:00 
			
		
		
		
	add Directory Tree in README
This commit is contained in:
		
							
								
								
									
										52
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										52
									
								
								README.md
									
									
									
									
									
								
							| @@ -4,4 +4,54 @@ This repository offers an example site for [hugo-PaperMod](https://github.com/ad | ||||
|  | ||||
| ## Install | ||||
|  | ||||
| Read Wiki => [hugo-PaperMod - Installation](https://github.com/adityatelange/hugo-PaperMod/wiki/Installation) | ||||
| Read Wiki => [hugo-PaperMod - Installation](https://github.com/adityatelange/hugo-PaperMod/wiki/Installation) | ||||
|  | ||||
| ## Directory Tree | ||||
|  | ||||
| ``` | ||||
| .(site root) | ||||
| ├── configTaxo.yml | ||||
| ├── config.yml | ||||
| ├── content | ||||
| │   ├── archives.fr.md | ||||
| │   ├── archives.md | ||||
| │   ├── posts | ||||
| │   │   ├── emoji-support.md | ||||
| │   │   ├── markdown-syntax.fa.md | ||||
| │   │   ├── markdown-syntax.fr.md | ||||
| │   │   ├── markdown-syntax.md | ||||
| │   │   ├── math-typesetting.md | ||||
| │   │   ├── papermod | ||||
| │   │   │   ├── _index.md | ||||
| │   │   │   ├── papermod-faq.md | ||||
| │   │   │   ├── papermod-features | ||||
| │   │   │   │   ├── images | ||||
| │   │   │   │   │   ├── homeinfo.jpg | ||||
| │   │   │   │   │   ├── profile.jpg | ||||
| │   │   │   │   │   └── regular.jpg | ||||
| │   │   │   │   └── index.md | ||||
| │   │   │   ├── papermod-icons.md | ||||
| │   │   │   ├── papermod-installation.md | ||||
| │   │   │   └── papermod-variables.md | ||||
| │   │   ├── placeholder-text.md | ||||
| │   │   └── rich-content.md | ||||
| │   ├── search.fr.md | ||||
| │   ├── search.md | ||||
| │   └── tags | ||||
| ├── LICENSE | ||||
| ├── README.md | ||||
| ├── resources | ||||
| │   └── _gen | ||||
| │       ├── assets | ||||
| │       └── images | ||||
| ├── static | ||||
| │   ├── android-chrome-192x192.png | ||||
| │   ├── android-chrome-512x512.png | ||||
| │   ├── apple-touch-icon.png | ||||
| │   ├── favicon-16x16.png | ||||
| │   ├── favicon-32x32.png | ||||
| │   ├── favicon.ico | ||||
| │   └── papermod-cover.png | ||||
| └── themes | ||||
|     └── hugo-PaperMod | ||||
| ``` | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Aditya Telange
					Aditya Telange