This is the source of this website.
There is a Github Action in place to deploy any changes to index.md
to the
index.html
site when pushing to master
branch.
To generate the HTML file from Markdown manually, pandoc is used:
pandoc --standalone --metadata pagetitle="noreply" --css "assets/css/pandoc.css" --output=index.html index.md
This website was inspired by the originals at aka.ms/nohello nohello.com. Acknowledgements go to the original anonymous author and Sebastian Müller. I wanted to extend what he has done for education on "no hello" ettiquette to "no reply". Stylesheet licensed under MIT license, Copyright (c) 2016-2017 Emily M Klassen.