Skip to content

Instantly share code, notes, and snippets.

@yuhangch
Created December 24, 2020 10:47
Show Gist options
  • Save yuhangch/3f012e3f3ab169d026621820567e9153 to your computer and use it in GitHub Desktop.
Save yuhangch/3f012e3f3ab169d026621820567e9153 to your computer and use it in GitHub Desktop.
hugox V2
#! /bin/bash
blog_path=~/path/to/blog
cd $blog_path
hugo new --editor typora posts/$1.md
#! /bin/bash
open -a typora $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment