Sha256: 6c1b85c122aa49d93801c3b65751b73ec313526d6cad6b8ab2fdf9ea9ea1541c
Contents?: true
Size: 1.12 KB
Versions: 1
Compression:
Stored size: 1.12 KB
Contents
# Blogdown ## Features * syntax highlighting * easy to use ## Installation Add this line to your application's Gemfile: gem 'blogdown' And then execute: $ bundle Or install it yourself as: $ gem install blogdown ## What it does This gem converts markdown files to html files ## Usage Create a directory for your project mkdir blogdown Inside your freshly created folder create another folder "posts" cd blogdown mkdir posts Now, put all your markdown files inside this "posts" folder, remember to use the `.md` extendion eg. `hello.md` If you are done, and wish to build your html, for your rich text editor, navigate to your project root directory (our case 1blogdown`), And Run blogdown build A new directory "output" will be created and the respective output files(html) will be inside the folder ## Contributing 1. Fork it ( https://github.com/[my-github-username]/blogdown/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
blogdown-0.0.2 | README.md |