Open uolot opened 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:
I think we are missing a install pygments.rb here. I didn't have the dependency .. some others might not as well.
I have jekyll installed already. Now what? Thanks.
you will need to do jekyll serve ( or jekyll s ) when in the project folder. The website is served on localhost:4000
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!