Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also .

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also .
  • 1 commit
  • 1 file changed
  • 0 commit comments
  • 1 contributor
Showing with 2 additions and 2 deletions.
  1. +2 −2 scripts/newblog.sh
@@ -20,5 +20,5 @@ fi

DIRNAME=`echo $1 | tr '[:upper:]' '[:lower:]'`
mkdir -p content/blog/$DIRNAME
cp ./scripts/blog_index.md content/blog/$DIRNAME/index.md
sed -i s/NAME_GOES_HERE/$1/g content/blog/$DIRNAME/index.md
cp ./scripts/blog_index.md content/blog/$DIRNAME/_index.md
sed -i s/NAME_GOES_HERE/$1/g content/blog/$DIRNAME/_index.md

No commit comments for this range

You can’t perform that action at this time.