An opinionated starter project for Eleventy using Gulp as an asset pipeline
The Flightdeck theme is a Jekyll-based project that includes various tools for web development such as Gulp, Sass, PostCSS, Autoprefixer, CSSNano, Imagemin, and Browsersync. It also suggests using Cloudcannon for client editing and rsync for remote server deployment. The theme can be installed on machines with Jekyll & Bundler, NodeJS, Yarn, and pnpm.
To install the Flightdeck theme, make sure you have the following prerequisites installed on your machine:
$ gem install jekyll bundlerAdditionally, it is suggested to use Visual Studio Code with the Jekyll Snippets Extension for faster development and syntax highlighting.
To install and develop locally:
To start development with file watching, browser synchronization, auto-rebuild, and CSS injection:
$ pnpm start
To build for production:
$ pnpm build
To deploy the site build:
$ pnpm deploy
The Flightdeck theme is a Jekyll-based project that provides a set of tools and features for web development. With integration of Gulp, Sass, PostCSS, Autoprefixer, CSSNano, Imagemin, and Browsersync, it offers a streamlined development workflow. Use of Cloudcannon is suggested for client editing, and rsync can be used for remote server deployment. The theme requires Jekyll & Bundler, NodeJS, Yarn, and pnpm for installation. Visual Studio Code with the Jekyll Snippets Extension is recommended for efficient development.