mirror of
https://git.adityakumar.xyz/hugo-theme-even.git
synced 2024-11-08 14:39:44 +00:00
4 lines
144 B
Makefile
4 lines
144 B
Makefile
start:
|
|
hugo server --source=exampleSite --themesDir=../.. --disableFastRender
|
|
changelog:
|
|
conventional-changelog -p angular -i CHANGELOG.md -s
|