Skip to content

Static HTML website generated from Jekyll for Marsella Properties

License

Notifications You must be signed in to change notification settings

highchair/marsella-properties

Repository files navigation

Marsella Properties

Locally generated static HTML site built with Jekyll with SASS, Bootstrap 4.3, and Autoprefixer.

Built on Grey Matter from Oomph. Grey Matter is a boilerplate scaffold for stand-alone Jekyll projects. Inspired by Distillery (and now heavily updated/modified), built and served with Jekyll, leveraging Oomph SASS Scaffold custom code and Bootstrap 4.

Get started with Bundler

$ bundle install

Serve the site locally

Includes a site HTML compile and SASS compile. Use the incremental flag to build only the assets that have changed. The JEKYLL_ENV variable is assumed to be "development" when omitted.

$ jekyll serve --I

In a browser, open http://127.0.0.1:4050/

Additional Flags

  • --drafts to publish/preview drafts
  • --future to publish/preview posts with a future date
  • --unpublished to publish/preview posts marked with unpublished

Build the Site for Production

Specify the production environment to omit content intended for development only. Optionally, add the future flag to publish posts that have a future timestamp.

$ JEKYLL_ENV=production jekyll build --future

About

Static HTML website generated from Jekyll for Marsella Properties

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published