Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
log
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tulip Li
log
Commits
ecebe617
Commit
ecebe617
authored
Sep 08, 2017
by
Tulip Li
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
section structure
parent
f9ee55bd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
83 additions
and
0 deletions
+83
-0
0907.md
2017/09/0907.md
+83
-0
No files found.
2017/09/0907.md
0 → 100644
View file @
ecebe617
# Site Page and Section Structure
## site
```
<Site>
<Nav />
<PageContent>
<Section />
<Section />
...
</PageContent>
<Footer />
</Site>
```
## data
```
{
site: {
menu: {},
footer: {},
navigation: {},
pages : [
{**bold text**
path,
uid,
sections: [
{ section1 },
{ section1 },
...
]
...otherPageData,
},
{**bold text**
path,
uid,
sections: [
{ section1 },
{ section1 },
...
]
...otherPageData,
},
...
],
...otherSiteData,
},
}
```
# section_selections
mainfests_data/verticals/base
1 ecommerce -> Simple Store
2 blog -> Simple Blog
2 donation -> Donation
3 html -> App Store & HTML
4 social_feed -> Social Feed
5 title -> Title
6 cta -> Button
7 hero -> Hero
8 rows -> Content in Rows
9 columns -> Content in Columns
10 media -> Big Media
11 gallery -> Gallery
12 icons -> Contact
13 info -> Info Boxes
13 process -> Process
14 text -> Plain Text
15 contack_form -> Contact Form
16 signup_form -> Sign-Up Form
17 banner
18 slider -> Text + Button Slider
100 block -> Maker Your Own Section
101 grid -> Grid
_102 pricing -> Pricing_
# Layout section
*
section template
*
layout mobule
*
layout editor button
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment