| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
In order to build the site locally, you need to have ruby installed. After that you can cd into the project directory and run:
gem install jekyll bundler
which will install the Jekyll and Bundler gems (if this fails, try prepending a sudo),
bundle install
to install the site plugins, and finally
bundle exec jekyll serve
to build the site. You can access it at localhost:4000 or by accessing the _site folder that is generated. To stop the server gracefully, use CTRL + C and then confirm the next two prompts with y. Should you run into issues here on Mac or Linux, ps aux |grep jekyll |awk '{print $2}' | xargs kill -9 should do the trick.
Unless you've tweaked the _config.yml all changes should automatically appear on the next page refresh without needing to restart the server.
Please ensure that you optimise them for the web, using a service like TinyPNG
---
layout: post
title: "Say Hello to Our New Website!" #This is your post tile
description: > #This is a brief description of your post that will show up in post previews.
If you have visited our website before you might notice something different now. Yep, we have some more things!
Our new website was built on a desire to improve upon the prior splashsite.
author: "NicholasBatesNZ" #This will show up as the post author
image: "gooey.png" #This is the image that you see in post previews
parallax: true #This determines whether or not the asteroid field will appear
---
# markdown content goes hereTo add a new image to the slideshow, simply place it within the /img/slideshow folder
| Back | FazBrowse Home | New Git URL |