Update makefile and docs
The artifacts produced by hugo-obsidian are now expected to be placed in the assets/indices directory. This commit reflects this change in the Makefile and in the docs.
This commit is contained in:
		
							parent
							
								
									0fad5570d3
								
							
						
					
					
						commit
						6f9283e95b
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		
							
								
								
									
										2
									
								
								Makefile
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
										
									
									
									
								
							| 
						 | 
					@ -4,4 +4,4 @@ help: ## Show all Makefile targets
 | 
				
			||||||
	@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
 | 
						@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
serve: ## serve
 | 
					serve: ## serve
 | 
				
			||||||
	hugo-obsidian -input=content -output=static -index -root=. && hugo server
 | 
						hugo-obsidian -input=content -output=assets/indices -index -root=. && hugo server
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -17,7 +17,7 @@ $ go install github.com/jackyzha0/hugo-obsidian@latest
 | 
				
			||||||
$ cd <location-of-your-local-quartz>
 | 
					$ cd <location-of-your-local-quartz>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Scrape all links in your Quartz folder and generate info for Quartz
 | 
					# Scrape all links in your Quartz folder and generate info for Quartz
 | 
				
			||||||
$ hugo-obsidian -input=content -output=static -index -root=.
 | 
					$ hugo-obsidian -input=content -output=assets/indices -index -root=.
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
If you are running into an error saying that `command not found: hugo-obsidian`, make sure you set your `GOPATH` correctly! This will allow your terminal to correctly recognize hugo-obsidian as an executable.
 | 
					If you are running into an error saying that `command not found: hugo-obsidian`, make sure you set your `GOPATH` correctly! This will allow your terminal to correctly recognize hugo-obsidian as an executable.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue