Skip to content

jamesward/heroku-buildpack-markdown

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Heroku buildpack: Markdown

Run a static web site from Markdown files.

  1. Create an index.md file:

     echo "# hello, world" > index.md
    
  2. Create a git repo containing the file:

     git init
     git add index.md
     git commit -m init
    
  3. Create an app on Heroku:

     heroku create -s cedar --buildpack https://github.com/jamesward/heroku-buildpack-markdown.git
    
  4. Push the repo to Heroku:

     git push heroku master
    
  5. Open your web app:

     heroku open
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Perl 98.1%
  • Shell 1.9%