Cleaning the code

This commit is contained in:
Fundor333
2024-07-26 02:14:33 +02:00
parent 2cfab196f6
commit 280d15f553
72 changed files with 30 additions and 40 deletions

View File

@@ -42,6 +42,11 @@ new: ## Make new object for the blog
characters: ## Sorting characters
@python3 sorting_characters.py
.PHONY: build
build: clean ## Build for dev
@hugo mod get -u
@hugo
deploy: clean characters ## Ready to deploy
@npm update
@hugo mod get -u