Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/junjizhi/peak-panda
A modern, responsive landing page theme for business, built in Jekyll ❤️
https://github.com/junjizhi/peak-panda
jekyll jekyll-blog jekyll-theme jekyll-website landing-page template
Last synced: 5 days ago
JSON representation
A modern, responsive landing page theme for business, built in Jekyll ❤️
- Host: GitHub
- URL: https://github.com/junjizhi/peak-panda
- Owner: junjizhi
- License: mit
- Created: 2021-12-07T21:36:57.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-17T07:30:25.000Z (almost 3 years ago)
- Last Synced: 2024-10-11T19:40:50.766Z (about 1 month ago)
- Topics: jekyll, jekyll-blog, jekyll-theme, jekyll-website, landing-page, template
- Language: SCSS
- Homepage: https://junjizhi.github.io/peak-panda/
- Size: 8.91 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Peak Panda (Jekyll landing page theme)
A modern, responsive landing page theme for business, built in Jekyll.
The theme contains multiple commonly used sections, including logo, header, hero CTA, pricing table, team intro, etc.
See the [demo](https://junjizhi.github.io/peak-panda/).
## Screenshots
## 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## 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](https://github.com/rbenv/rbenv) to manage your Ruby versions.
To run the site locally:
```
bundle installbundle exec jekyll serve
```For more Jekyll details, look at [Jekyll documentation](http://jekyllrb.com/).
## Deployment
### Netlify
You can deploy the site to Netlify. You can click the following one-click button.
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/junjizhi/peak-panda)
### Github Pages
Follow the documentation [here](https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll).
## License
See LICENSE.