Skip to content

rudedoc/alchemy-guides

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Alchemy CMS Guidelines

The master branch covers the Alchemy CMS edge version.

Please check out the other branches for guides for the latest stable or older versions of Alchemy CMS.

The guides are created with the guides gem and are written in textile markup.

Previewing the guides locally

Run bundle install to install guides.

To run a local guides server, run guides preview. The server will be available at 0.0.0.0:9292.

Contributing

  1. Fork it
  2. Create a branch (git checkout -b my-new-guide)
  3. Commit your changes (git commit -am 'Add new guide for elements')
  4. Push to the branch (git push origin my-new-guide)
  5. Create new Pull Request

Releases

No releases published

Packages

No packages published

Languages

  • HTML 89.0%
  • CSS 11.0%