All Projects → middleman → Middlemanapp.com

middleman / Middlemanapp.com

Documentation for Middleman

Projects that are alternatives of or similar to Middlemanapp.com

Cypress Documentation
Cypress Documentation including Guides, API, Plugins, Examples, & FAQ.
Stars: ✭ 339 (+28.41%)
Mutual labels:  documentation, guides
A11y.css
This CSS file intends to warn developers about possible risks and mistakes that exist in HTML code. It can also be used to roughly evaluate a site's quality by simply including it as an external stylesheet.
Stars: ✭ 1,277 (+383.71%)
Mutual labels:  documentation, scss
Guides
Documentation guides and tutorials for Clojure. Various authors.
Stars: ✭ 361 (+36.74%)
Mutual labels:  documentation, guides
Flight Manual.atom.io
📖 Documentation for Atom, generated by nanoc, hosted by GitHub Pages
Stars: ✭ 435 (+64.77%)
Mutual labels:  documentation, scss
Ocamlverse.github.io
Documentation of everything relevant in the OCaml world
Stars: ✭ 117 (-55.68%)
Mutual labels:  documentation, scss
Docsify Themeable
A delightfully simple theme system for docsify.js. Features multiple themes with rich customization options, an improved desktop and mobile experience, and legacy browser support (IE10+).
Stars: ✭ 299 (+13.26%)
Mutual labels:  documentation, scss
Awesome Docs With Static Site Generators
Pointers to all templates and implementations based on static site generators
Stars: ✭ 44 (-83.33%)
Mutual labels:  documentation, middleman
Docs
Parse Platform docs
Stars: ✭ 296 (+12.12%)
Mutual labels:  documentation, scss
Pyspark Cheatsheet
🐍 Quick reference guide to common patterns & functions in PySpark.
Stars: ✭ 108 (-59.09%)
Mutual labels:  documentation, guides
Sassdoc
Release the docs!
Stars: ✭ 1,353 (+412.5%)
Mutual labels:  documentation, scss
Jekyll Rtd Theme
Just another documentation theme compatible with GitHub Pages
Stars: ✭ 92 (-65.15%)
Mutual labels:  documentation, scss
Grav Learn
Grav Learn (exhaustive grav documentation)
Stars: ✭ 204 (-22.73%)
Mutual labels:  documentation, scss
Uswds Site
USWDS website and documentation
Stars: ✭ 135 (-48.86%)
Mutual labels:  documentation, scss
Just The Docs
A modern, high customizable, responsive Jekyll theme for documention with built-in search.
Stars: ✭ 3,747 (+1319.32%)
Mutual labels:  documentation, scss
Vue Home
🏠 A simple project(Vue Community SPA) which bases on vue+vue-cli+vue-router+axios+ scss.
Stars: ✭ 256 (-3.03%)
Mutual labels:  scss
Theme Ad
🔨 Art design theme for write and show.
Stars: ✭ 262 (-0.76%)
Mutual labels:  scss
Shopify Theme Lab
Shopify theme development environment using Liquid, Vue and Tailwind CSS 🧪
Stars: ✭ 250 (-5.3%)
Mutual labels:  scss
FFXIVPocketGuide
A collection of mobile friendly guides to help players navigate group content in Final Fantasy XIV.
Stars: ✭ 16 (-93.94%)
Mutual labels:  guides
Curl Cheat Sheet
A single page document with the most important curl options for HTTP explained
Stars: ✭ 262 (-0.76%)
Mutual labels:  documentation
Vscode Stylelint
A Visual Studio Code extension to lint CSS/SCSS/Less with stylelint
Stars: ✭ 260 (-1.52%)
Mutual labels:  scss

Middleman Guides

Reviewed by Hound

These are the source files that power the Middleman website, which is itself a Middleman-powered static page.

The guides are the primary documentation for Middleman, explaining the core features and extensions as well as pointing out community extensions.

Middleman is ever-vigilant against tag-soup, unreadable CSS and repetition. It stands-watch over your Haml, Sass, and CoffeeScript producing only the cleanest and most efficient markup.

How to run the site locally

Make sure you have Ruby 1.9.3+, Bundler and npm installed.

  1. Set up your machine:

    bin/setup
    
  2. Start the server:

    bundle exec middleman server
    
  3. Open http://localhost:4567.

Mailing List

If you have questions, answers can be found on our community forum.

Contributing

Please help Middleman flesh out its documentation. We'll merge in any reasonable extensions to our website docs, and give credit for your help!

The guides are written in Markdown.

Donate

Please, help support the Middleman team with a donation.

Copyright

Copyright (c) Thomas Reynolds. Creative Commons Attribution 3.0 Unported License.

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].