jgthms / bulma-website

[DEPRECATED] Website for the Bulma CSS framework
http://bulma.io
MIT License
40 stars 35 forks source link

Build instructions #12

Open uolot opened 8 years ago

uolot commented 8 years ago

Hi @jgthms ,

Could you please add the instructions for building the website? I started using bulma for my new side-project, because it perfectly fits my needs, but I often work on that while commuting, so I can't access the online docs. I tried to just serve the files, but it doesn't work well.

Thanks for great work on bulma!

jgthms commented 8 years ago

You need to install Jekyll. It's a static generator written in ruby. That's what's used by GitHub to generate their pages.

So basically:

vasifsy commented 8 years ago

I think we are missing a install pygments.rb here. I didn't have the dependency .. some others might not as well.

ShaggyDude commented 8 years ago

I have jekyll installed already. Now what? Thanks.

vasifsy commented 8 years ago

you will need to do jekyll serve ( or jekyll s ) when in the project folder. The website is served on localhost:4000