forked from AlchemyCMS/alchemy-guides
-
Notifications
You must be signed in to change notification settings - Fork 0
/
guides.yml
109 lines (83 loc) · 3.24 KB
/
guides.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
title: Alchemy CMS Guides
description: "Alchemy is the most powerful, user friendly and flexible Rails CMS."
version: "3.0.0"
authors:
Core Team:
- name: Thomas von Deyen
nick: tvdeyen
image: http://www.gravatar.com/avatar/6d89be962aea6ca120236b264edcf2ca.png
description: Thomas is the creator of Alchemy and a member of the Alchemy core team.
- name: Robin Böning
nick: robinboening
image: http://www.gravatar.com/avatar/484db0b16e6eca3339f582a21e3dfc6f.png
description: Robin is a member of the Alchemy core team. He is also responsible for the website and the guidelines.
- name: Marc Schettke
nick: masche842
description: Marc is the newest member of the Alchemy core team.
index:
1.) First steps:
- title: What is Alchemy CMS
url: what_is_alchemy
text: General information about Alchemy purposes (including field of application and target audience)
- title: Getting Started
url: getting_started
text: Everything you need to know to install and create your first Alchemy CMS project.
2.) Basics:
- title: Alchemy´s Architecture
text: How Alchemy CMS is working.
url: architecture
- title: Pages
url: pages
text: What are pages and how do they work.
- title: Page layouts
url: page_layouts
text: What are page layouts and how do they work.
- title: Cells
url: cells
text: What are page-cells and how do they work.
- title: Elements
url: elements
text: What are elements and how do they work.
- title: Essences
url: essences
text: What are essences and how do they work.
3.) How to work with Alchemy:
- title: The Alchemy approach
url: alchemy_approach
text: Best practises for working on individual projects with Alchemy CMS
- title: How to create a blog template
url: best_practice_create_blog_template
text: Best practice in creating an editable blog template.
- title: How to create a form
url: best_practice_create_form
text: Best practice in creating (contact) form.
- title: How to create an image slider
url: best_practice_create_image_slider
text: Best Practice in creating image slider.
- title: Render images
url: render_images
text: How to work with images and use the powerful Fleximage templates.
- title: Configure Alchemy
url: configuration
text: How to change Alchemy´s configuration options and what do they mean.
- title: Upgrading Alchemy
url: upgrading
text: Learn how to upgrade Alchemy to newest version
4.) Customization guides:
- title: Customizing the Richtext Editor
url: customize_tinymce
text: Learn how to customize the TinyMCE richtext editor.
5.) Advanced topics:
- title: Create Essences
url: create_essences
text: How to create essences.
- title: Create Modules
url: create_modules
text: How to create custom modules.
- title: Custom Authentication
url: custom_authentication
text: How to add you own custom authentication.
6.) Deployment:
- title: Deploying on RailsHoster
url: deploy_on_railshoster
text: How to deploy your Alchems site on RailsHoster.