Remove feed.xml
article thumbnail

A Sample Makefile for Publishing Blog Articles

Scott Lowe

paths / /archives/ /categories/ /feed.xml deploy: build upload invalidate server: -@hugo server clean: @rm -rf $(SRC_DIR). With this Makefile in place, my process for publishing looks like this: Write the blog post in Markdown.

Tools 60