Skip to content

MorelCorp/morelcorp.github.io

Repository files navigation

MorelCorp Website

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.

Project Structure

  • Main site content and blog
  • PlanPrism subsite: /pages/planprism/
  • Custom layouts: /_layouts/
  • Includes and navigation: /_includes/
  • Assets (CSS, images): /assets/, /images/

Prerequisites

  • Ruby (2.7 or later recommended)
  • Bundler (gem install bundler)
  • Jekyll (gem install jekyll)

Local Development

  1. Install dependencies:

    bundle install
  2. Serve the site locally:

    bundle exec jekyll serve

    or, if you have Jekyll installed globally:

    jekyll serve
  3. Open your browser to: http://localhost:4000

Troubleshooting

  • 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).

Deployment

The site is deployed via GitHub Pages. All changes to the main branch are automatically published.

Contact

For questions or support, contact: [email protected]

About

MorelCorp website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 31