Website: LearnVidFM
You Can Write books on LearnVidFM with Markdown, HTML.
- Write A Book
- Publish A Book
It is simple.
- Create a folder inside
books
- Add a
index.md
file - Create Meta File in
_data/books
. Recommended.yml
format
// Use lower case alphabets separated by dashes for all File and Folder name.
// Try Not to use any character other than 0-9 A-Z a-z and -
- in your
index.md
add
--- book: name-of-meta-data-file-without-extension layout: default --- Your content Markdown and HTML
See _data/books/README.yml for all options in Meta File
Publishing a book is simply adding them to Home page
- just add the name of book's meta file without extension to
_data/_books.yml