feat: download assets from cloudflare and jsdelivr cdn and serve locally
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
04e1bc8d69
commit
ca94c48e9c
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -1,8 +1,8 @@
|
||||||
default: ## Build the website
|
default: ## Build the website
|
||||||
./scripts/spellcheck.sh --check
|
./scripts/spellcheck.sh --check
|
||||||
./scripts/zola.sh build
|
./scripts/zola.sh build
|
||||||
sed -i 's%cdnjs.cloudflare.com%manidhayam.org%' themes/even/templates/index.html
|
sed -i 's%cdnjs\.cloudflare\.com%manidhayam\.org%' themes/even/templates/index.html
|
||||||
sed -i 's%cdnjs.jsdelivr.net%manidhayam.org%' themes/even/templates/index.html
|
sed -i 's%cdnjs\.jsdelivr\.net%manidhayam\.org%' themes/even/templates/index.html
|
||||||
|
|
||||||
clean: ## Clean build assets
|
clean: ## Clean build assets
|
||||||
./scripts/zola.sh clean
|
./scripts/zola.sh clean
|
||||||
|
|
Loading…
Reference in a new issue