The South West Communities website, build with a focus on speed performance & SEO best practices.
This project has some lovely features
To use this project, you'll need the following things on your local machine:
gem install jekyll
Download and open the NodeJS installer
- Fork the repo
- Clone or download the repo into directory of your choice: `git clone https://github.com/your-github-username/our-communities-website.git.
- Inside the directory run
bundle install
andnpm install
- Run
gulp
You can modify the theme by changing the settings in _config.yml
.
To generate the images needed for the theme, run gulp img
;
This site comes with jekyll-seo-tag
plugin to make sure your website gets the most useful meta tags. See usage to know how to set it up.
Additionally, in _config.yml
you can find custom theme settings under # THEME SETTINGS
comment. Here's a brief overview of those custom settings:
navigation
- collection of links that will be shown in the headertagline
- text that will be displayed on the homepage under the heading.hero_img
- background image of the homepage hero section
Other settings usually enable/disable certain feature, and are discussed with the next sections.
Bug reports, feature requests and contributions are welcome. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
The theme is available as open source under the terms of the MIT License.