aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/siteadmin/theming.rst
Commit message (Collapse)AuthorAgeFilesLines
* Documentation changes to reflect new plugin assetlink stuffChristopher Allan Webber2013-05-231-1/+1
| | | | | | | | | | | - updated old theme assetlink section to reflect new location of ./bin/gmg assetlink and removed comment about the plugin command being temporary. - Added a new section to the standard config file on where to put the plugin_static section - Added release notes about said section This commit sponsored by Thomas Webber. Thanks, Dad!
* add titles to two pages and fix a typo in docsAleksej2012-08-181-1/+1
|
* Reference the new theme aliasing nginx stuff in the theming documentationChristopher Allan Webber2012-07-271-2/+10
|
* Tweak theming docsWill Kahn-Greene2012-07-261-49/+55
| | | | | | I did a pass on language and more reST formatting. This is a little cleaner, though there are a couple of parts that feel like they could use some work.
* Fix themeing docsWill Kahn-Greene2012-07-161-73/+78
| | | | | This fixes a bunch of formatting issues in the themeing docs and makes them easier to read.
* Added a section describing how to do theming via simple CSS stuff!Christopher Allan Webber2012-07-141-0/+24
|
* Mostly good theming documentation!Christopher Allan Webber2012-07-141-23/+150
|
* Fleshing out theming documentation; wrote out "structure of things" sectionChristopher Allan Webber2012-07-141-2/+92
|
* Split docs into siteadmin and pluginwriter guidesWill Kahn-Greene2012-05-231-0/+21
* create initial bits for plugin writer's guide * move siteadmin stuff to site administrator's guide * rework index.rst to support multiple guides * tweak some text * move files into subdirectories I verified that this still works with html and texinfo build targets. There's still a lot of work to do, but this is a good start.