Skip to content

prondzyn/vagrant-jbake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

vagrant-jbake

Vagrant setup files for blogging with JBake.

With a few small modifications it can be applied to any site based on JBake project.

I wrote a little about this topic in Polish on my blog.

How to run your JBake project on Vagrant

  1. Install Virtual Box
  2. Install Vagrant
  3. Clone this repository
  4. Modify the Vagrant file so that your JBake folder is referenced config.vm.synced_folder "../../../KodujLepiejPL", "/home/vagrant/project", create: false
  5. vagrant up
  6. vagrant ssh
  7. cd project
  8. jbake -s
  9. Open your favourite browser at http://localhost:8820 to preview your page
  10. Have fun! :)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages