All Projects → startae → middleman-startae

startae / middleman-startae

Licence: MIT license
A starter template ready to run on Netlify or Heroku. Comes with several helpers, partials and a nice basic structure to the HTML, Sass, Webpack and ES2015. Bottom line, a template that uses all the modern tools.

Programming Languages

ruby
36898 projects - #4 most used programming language
CSS
56736 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to middleman-startae

Web-Development-Path-And-Resources
Will Add a path and some resources in this repo for web D for my first year students
Stars: ✭ 46 (+6.98%)
Mutual labels:  heroku, netlify
Middleman Template
The base Middleman application used at thoughtbot, ready to deploy to Netlify.
Stars: ✭ 80 (+86.05%)
Mutual labels:  middleman, netlify
bad-cards-game
Bad Cards Game
Stars: ✭ 23 (-46.51%)
Mutual labels:  heroku, netlify
ruby3-rails6-bootstrap-heroku
An opinionated starter application based on Ruby 3.0, Rails 6.1, Webpack 5, Yarn, and Bootstrap 5, deployable on Heroku
Stars: ✭ 21 (-51.16%)
Mutual labels:  heroku, slim
pbchess
An open-sourced free online chess platform
Stars: ✭ 42 (-2.33%)
Mutual labels:  heroku, netlify
middleman-snippets
⚡ Library of commonly used snippets for Middleman websites
Stars: ✭ 27 (-37.21%)
Mutual labels:  middleman, slim
Ruby2 Rails4 Bootstrap Heroku
A starter application based on Ruby 2.4, Rails 4.2 and Bootstrap for Sass 3, deployable on Heroku
Stars: ✭ 181 (+320.93%)
Mutual labels:  heroku, slim
ZestX-Frontend
Month-Long Fest Website ZestX with some Awsome UI and Intact Backend. Implemented admin page for user and event management
Stars: ✭ 28 (-34.88%)
Mutual labels:  heroku, netlify
books-store
A Simple Web application to use flask python web framework.
Stars: ✭ 23 (-46.51%)
Mutual labels:  heroku
CODE-CAMP-2020
A Virtual Hackathon Camp for Developers, Build real products and win Swags in comfort of your home.
Stars: ✭ 30 (-30.23%)
Mutual labels:  netlify
heroku-buildpack-tex
A Heroku buildpack to run TeX Live inside a dyno.
Stars: ✭ 18 (-58.14%)
Mutual labels:  heroku
five-minute-midas
Predicting Profitable Day Trading Positions using Decision Tree Classifiers. scikit-learn | Flask | SQLite3 | pandas | MLflow | Heroku | Streamlit
Stars: ✭ 41 (-4.65%)
Mutual labels:  heroku
joinplu.me
The official Plume website
Stars: ✭ 13 (-69.77%)
Mutual labels:  middleman
heroku-flask-template
A simple, fast and easy-to-deploy Heroku ready flask web app template written in Python.
Stars: ✭ 26 (-39.53%)
Mutual labels:  heroku
virtual-lolly
JAMstack demo site - prerendered with serverless API fallbacks
Stars: ✭ 110 (+155.81%)
Mutual labels:  netlify
haikunatorjava
Generate Heroku-like random names to use in your Java applications
Stars: ✭ 27 (-37.21%)
Mutual labels:  heroku
recipeek
🍽️ Recipe search app
Stars: ✭ 20 (-53.49%)
Mutual labels:  netlify
darkfolio
Gridsome portfolio theme (Forestry ready)
Stars: ✭ 20 (-53.49%)
Mutual labels:  netlify
gatsby-portfolio
danielfr.com/
Stars: ✭ 36 (-16.28%)
Mutual labels:  netlify
Slim-Console
Slim Framework Console
Stars: ✭ 26 (-39.53%)
Mutual labels:  slim

Middleman Startaê

forthebadge forthebadge

Deploy to Heroku Deploy to Netlify

Key Features

  • Middleman v4
  • Ready to run on Heroku or Netlify
  • Livereload: automatically refresh your browser whenever you edit files
  • Slim: A lightweight templating engine
  • Webpack: A module bundler for modern JavaScript applications
  • Sass: Syntactically Awesome Style Sheets
  • ITCSS: A sane, scalable and managed CSS architecture
  • PostCSS: A tool for transforming CSS with JavaScript
  • Reset CSS: a reset stylesheet to reduce browser inconsistencies
  • itcsscli: a tool for managing the ITCSS structure
  • Hagrid: Simple but powerful flexbox-first grid
  • Babel: The compiler for writing next generation Javascript
  • Language configuration
  • Gzip
  • Preconfigured partials
  • Metatags helper

Installation

Basic installation

First, just clone the repository down to your local machine:

git clone http://github.com/startae/middleman-startae.git my_new_project

Install the JS dependencies by running:

yarn install

Install Bundler, if you don't already have it:

gem install bundler

Finally, install the required gems with:

bundle install

Running the app

Use the command middleman to do your local live development or middleman build to render your static file output to the /build/ directory.

For the full Middleman documentation, visit the Middleman website.

Middleman Template

Middleman supports project templates. To use Middleman Startaê as a template, just follow these steps:

First install the middleman gem, so you can use the middleman command:

gem install middleman

Now you just have to pass the startae/middleman-startae to the init command.

middleman init my_new_project --template=startae/middleman-startae

Build & Dependency Status

Dependency Status License

Comments & Suggestions?

Just submit an issue.

For more help follow Middleman's docs.

Middleman is a static site generator based on Sinatra. Providing dozens of templating languages (Haml, Sass, Compass, Slim, CoffeeScript, and more). Makes minification, compression, cache busting, Yaml data (and more) an easy part of your development cycle.

Built with love by Startaê.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].