Skip to content

Commit

Permalink
update footer, minor formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mloning committed Dec 28, 2023
1 parent e3ca25f commit 365dce8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@
# Simple alternative to Makefile, inspired by https://death.andgravity.com/run-sh
#
# usage: ./run.sh <command> [<argument> ...]

set -euo pipefail
IFS=$'\n\t'

# Run server for local development
server () {
hugo server --verbose --buildDrafts --buildFuture --navigateToChanged
hugo server --verbose --buildDrafts --buildFuture --navigateToChanged
}

# Add new post
Expand Down
2 changes: 1 addition & 1 deletion themes/ezhil

0 comments on commit 365dce8

Please sign in to comment.