https://github.com/sbmueller/nohello
https://sbmueller.github.io/nohello/ Website on chat etiquette. Copied from nohello.com.
https://github.com/sbmueller/nohello
Last synced: over 1 year ago
JSON representation
https://sbmueller.github.io/nohello/ Website on chat etiquette. Copied from nohello.com.
- Host: GitHub
- URL: https://github.com/sbmueller/nohello
- Owner: sbmueller
- Created: 2019-06-15T15:26:07.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T06:40:36.000Z (about 2 years ago)
- Last Synced: 2025-04-06T21:13:32.045Z (over 1 year ago)
- Language: CSS
- Homepage:
- Size: 23.4 KB
- Stars: 222
- Watchers: 4
- Forks: 59
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nohello
This is the source of [this](https://sbmueller.github.io/nohello/) website.
## Build
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](https://github.com/jgm/pandoc) is used:
```
pandoc --standalone --metadata pagetitle="nohello" --css "assets/css/pandoc.css" --output=index.html index.md
```
## Acknowledgements
This website was inspired by the original at
[nohello.com](https://www.nohello.com/). Acknowledgements go to the original
anonymous author. I felt an urge to modernize this gem with a more suitable
layout, https connection and open-sourced code.
[Stylesheet](https://gist.github.com/forivall/7d5a304a8c3c809f0ba96884a7cf9d7e#file-gh-pandoc-css)
licensed under MIT license, Copyright (c) 2016-2017 Emily M Klassen.