Install once. Write your text. Build it. Publish with Netlify Drop. Share.
Install
Only the first time.
- Install Pandoc converter.
- Download or clone this repository.
Build
mkdir example
pandoc message.md -o example/index.html --css style.css --self-contained --metadata title="Ejemplo"
Deploy
- Recommended: Use an online service like Netlify Drop to publish your site for free.
Other options:
- Host in your own server.
- Host for free with a GitHub repository using GitHub Pages (like this page).
- Use a cloud service like Dropbox or pCloud to generate an online URL.