mirror of
https://github.com/alrayyes/wiki.git
synced 2025-05-13 12:12:27 +00:00
fix latex misrendering
This commit is contained in:
parent
146e975932
commit
e6e04c03c4
4 changed files with 2 additions and 5 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}'
|
||||
|
||||
serve: ## serve
|
||||
hugo-obsidian -input=content -output=assets/indices -index -root=. && hugo server
|
||||
hugo-obsidian -input=content -output=assets/indices -index -root=. && hugo server --enableGitInfo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue