docsy support
This commit is contained in:
		
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @@ -4,4 +4,3 @@ hugo_stats.json | ||||
| public/ | ||||
| resources/ | ||||
| node_modules/ | ||||
| init_docsy.sh | ||||
|   | ||||
							
								
								
									
										9
									
								
								init_docsy.sh
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										9
									
								
								init_docsy.sh
									
									
									
									
									
										Executable file
									
								
							| @@ -0,0 +1,9 @@ | ||||
| #!/bin/bash | ||||
|  | ||||
| hugo new site ./ | ||||
| git init | ||||
| git submodule add https://github.com/google/docsy.git themes/docsy | ||||
| echo 'theme = "docsy"' >> config.toml | ||||
| git submodule update --init --recursive | ||||
| rm init_docsy.sh | ||||
|  | ||||
		Reference in New Issue
	
	Block a user