From b015f34f1fbd9592c5839e5e311136f272df41fa Mon Sep 17 00:00:00 2001 From: Louise Crow Date: Fri, 13 Jun 2014 17:20:46 +0100 Subject: Move docs content under docs/ --- docs/customising/index.md | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 docs/customising/index.md (limited to 'docs/customising/index.md') diff --git a/docs/customising/index.md b/docs/customising/index.md new file mode 100644 index 000000000..4b8cf9fda --- /dev/null +++ b/docs/customising/index.md @@ -0,0 +1,44 @@ +--- +layout: page +title: Customising +--- + +# Customising Alaveteli + +

+ There are two ways to make your installation look and act the way you want. + Some behaviour can be controlled with configuration settings. + For more complex changes, you'll need to create a new theme. +

+ + +## Configuration settings + +You can customise much of Alaveteli's behaviour just by editing the configuration +file. This [complete list of Alaveteli's config settings]({{ site.baseurl }}docs/customising/config) +shows the sort of things you can control in this way. + + + +## Simple branding: colour and logo + +It's common to want to change the basic appearance of the site. Although you +can simply edit the default templates and CSS to do this, we **strongly +recommend** that you [create a theme]({{ site.baseurl }}docs/customising/themes). + +Themes do not need to be especially complex, but they allow your changes to +work alongside the core code, which you can then update (when new releases or +updates become available). + +## Need Alaveteli in a different language? + +No problem! See the [information about translating Alaveteli]({{ site.baseurl }}docs/customising/translation). + +## Complex changes + +If you are a developer (or you have a team of programmers available) you can +add any customisation that you want. But it's important to do this without +breaking the core code, so that you can accept new releases with updates. +There's more detail in the [page about themes]({{ site.baseurl }}docs/customising/themes). + +See also the [documentation for developers]({{ site.baseurl }}docs/developers). -- cgit v1.2.3