Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

style: update minor styles #2

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@ AskNepal Initiative is an open platform which can be used by everyone to ask dat
For Local Development
===============

Alaveteli Theme
==============
## Alaveteli Theme

This is a "hello world" type theme package for Alaveteli.

The intention is to support simple overlaying of templates and
resources without the need to touch the core Alaveteli software.
This is a `hello world` type theme package for Alaveteli.

The intention is to support simple overlaying of templates and resources without the need to touch the core Alaveteli software.

Typical usage should be limited to that described in the [documentation](http://alaveteli.org/docs/customising/themes/):

Expand All @@ -20,8 +19,9 @@ Typical usage should be limited to that described in the [documentation](http://

In the Alaveteli `general.yml` configuration file change the default mysociety theme repository to your theme repository in the [`THEME_URLS`](http://alaveteli.org/docs/customising/config/#theme_urls) setting:

THEME_URLS:
- 'git://github.com/YOUR_GITHUB_USERNAME/YOUR_THEME_NAME.git'
THEME_URLS:

git://github.com/YOUR_GITHUB_USERNAME/YOUR_THEME_NAME.git

You can then switch the theme the application is using:

Expand All @@ -31,7 +31,7 @@ You can then switch the theme the application is using:

To run tests, in the Alaveteli Rails.root (with this theme installed):

bundle exec rspec lib/themes/alavetelitheme/spec
bundle exec rspec lib/themes/alavetelitheme/spec


Copyright (c) 2011 mySociety, released under the MIT license