Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 309 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 309 Bytes

CherokeeLessons.com

The new and improved CherokeeLessons.com using the Zola static site generator.

Screenshot

Notes

postWeight=$(("$(date +%s)" / 10 * 10)) postDate="$(TZ=UTC date -u --iso-8601=seconds|cut -f 1 -d '+')Z" echo "post weight: $postWeight" echo "post date: $postDate"