This repository contains the source code for the MorelCorp website, including the PlanPrism subsite and other resources. The site is built with Jekyll and uses custom layouts and themes.
- Main site content and blog
- PlanPrism subsite:
/pages/planprism/
- Custom layouts:
/_layouts/
- Includes and navigation:
/_includes/
- Assets (CSS, images):
/assets/
,/images/
-
Install dependencies:
bundle install
-
Serve the site locally:
bundle exec jekyll serve
or, if you have Jekyll installed globally:
jekyll serve
-
Open your browser to: http://localhost:4000
- If you see missing gem errors, run
bundle install
again. - If you change the Gemfile, always re-run
bundle install
. - For issues with custom plugins, check the
_config.yml
for plugin configuration. - If you have permission issues, try running the commands with
sudo
(Linux/macOS) or as administrator (Windows).
The site is deployed via GitHub Pages. All changes to the main branch are automatically published.
For questions or support, contact: [email protected]