Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 228 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 228 Bytes
hugo server -D
yarn && yarn build-tw --watch

Latin:

docker run --rm -it -v `pwd`:/site \
  --workdir /site/content \
  alexes/latin \
  bash -c 'find . | grep \.md | grep -v lat.md | /root/process'