Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dotcomboom authored Sep 21, 2019
1 parent de4de58 commit b3bab78
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ In this example, any reference of `[#title#]` will be replaced with `New Page Ti

When you build your site, AutoSite XL's new **Attribute Map** located in the **Apricot Output** panel allows you to get a birds' eye view of all the attributes your site uses, their values, and what pages have those values. It's great for identifying errors, or just seeing what pages use which templates for example.

The Attribute Map also allows you to drag attributes into the editor to reference them (input pages and templates) or their values to define them (input pages). It's a quick way to get a head start on your pages.

![AutoSite XL](https://github.com/dotcomboom/AutoSite-XL/blob/master/screenshot.png?raw=true)

## Conditionals
Expand Down Expand Up @@ -59,6 +61,8 @@ It's important to note that while conditionals are most *commonly* used with the

*The start and end of conditionals must be on the same line.*

AutoSite XL provides a tool for quickly inserting conditionals, which can be accessed by right-clicking the editor and selecting the **Insert Conditional...** option.

## Includes

**Includes** is where files Apricot should *not* touch should go, like images, stylesheets and other static files. These can be easily linked to from the template via the aforementioned `root` special attribute. Just plop `[#root#]` down and then the relative path to the file from there:
Expand Down

0 comments on commit b3bab78

Please sign in to comment.