Jekyll theme: Peak Panda
Features
- Github pages / Netlify ready
- Easy to customize color theme
- Easy to update copy
- Minimal dependencies (No bootstrap, tailwind, or any other CSS framework)
- Responsive
- Built-in company blog support
- Includes basic sections, including:
- Header
- Hero section with call-to-action (CTA)
- Side-by-side image and text
- Multi-column image grid
- Pricing table
- Team section with head shot
- Footer and an email subscription form
Installation
Usage & Customization
- Fork this repo
- Update
_config.ytml
file and fill in your site configuration - (Optional) Update the
_sass/peak-panda.scss
to use your own branding elements (colors, fonts etc.)
Add posts
You can add, update or remove a post in the _posts
folder.
Develop locally
The site has been tested with the following Ruby and Jekyll versions:
- ruby 3.0.3
- jekyll 4.2.1
We recommend using rbenv to manage your Ruby versions.
To run the site locally:
bundle install
bundle exec jekyll serve
For more Jekyll details, look at Jekyll documentation.
Deployment
It supports Github Pages and Netlify. Please check out the Github repo.