Skip to content

phoet/alchemy-guides

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 301 commits behind AlchemyCMS:main.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

The Alchemy CMS Guidelines Build Status

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 or markdown markup.

File locations

The top level namespace includes the top level static welcome page of http://guides.alchemy-cms.com.

The actual guides live in the /guides folder.

Preview the guides

In the /guides folder:

Run

bundle install

to install guides.

To run a local guides server, run

bundle exec guides preview

The server will be available at 0.0.0.0:9292.

Building

Build the guides html files with:

./build.sh

Deployment

Deploy the files via:

bundle exec cap deploy

Deployment takes care of the version deployed. So, if you want to deploy the 3.3 guides you need to checkout the 3.3 branch first.

The master branch deploys the edge version.

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

About

Source of AlchemyCMS guidelines

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 80.8%
  • CSS 17.3%
  • Ruby 1.8%
  • Shell 0.1%