Install once. Write your text. Build it. Publish with Netlify Drop. Share.
Install
Only the first time.
Build
pandoc example/message.md -o example/index.html --css styles/style.css --standalone --embed-resources --metadata title="Ejemplo"
You can also use styles directly from url: --css https://carleslc.me/message/styles/style.css
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.
Examples
Using Netlify Drop:
Using GitHub Pages: