This is the project for the FJ landing page, pricing, site documentation
This site is generated using Jekyll, so you'll need some to install some Ruby dependencies.
Maintaining your own site with Jekyll is easy and can be learned quickly. At a minimum you will need to know a bit of
- Git
- Markdown
- Jekyll
More advanced usage is aided by knowledge of
- HTML
- CSS
- Bootstrap
- Liquid
- JavaScript
and others.
For writing and editing a site we recommend the following tools to be installed at a minimum:
The Jekyll installation including all needed can be achieved by using bundler:
cd my-team-site
gem install bundler
bundle install
You can generate and run the site in local mode for dev and testing.
bundle exec jekyll serve --host 0.0.0.0