Skip to content

Commit

Permalink
feat: add cubxxw blog
Browse files Browse the repository at this point in the history
  • Loading branch information
cubxxw committed Mar 3, 2024
1 parent a194c74 commit d3aa366
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,11 @@ ifndef POST_NAME
$(error POST_NAME is not set. Please provide a name for the post. example: make new-post POST_NAME="hello-world")
endif
@$(TOOLS_DIR)/hugo new content content/en/posts/$(POST_NAME).md
@$(TOOLS_DIR)/hugo new content content/de/posts/$(POST_NAME).md
# @$(TOOLS_DIR)/hugo new content content/de/posts/$(POST_NAME).md
@$(TOOLS_DIR)/hugo new content content/zh/posts/$(POST_NAME).md
@$(TOOLS_DIR)/hugo new content content/fr/posts/$(POST_NAME).md
@$(TOOLS_DIR)/hugo new content content/es/posts/$(POST_NAME).md
@$(TOOLS_DIR)/hugo new content content/zh-tw/posts/$(POST_NAME).md
# @$(TOOLS_DIR)/hugo new content content/fr/posts/$(POST_NAME).md
# @$(TOOLS_DIR)/hugo new content content/es/posts/$(POST_NAME).md
# @$(TOOLS_DIR)/hugo new content content/zh-tw/posts/$(POST_NAME).md
@$(TOOLS_DIR)/hugo

## build: Build site with non-production settings and put deliverables in ./public
Expand Down

0 comments on commit d3aa366

Please sign in to comment.