Skip to content

Commit 22aa184

Browse files
authored
Update cloudcannon.config.yml
1 parent a1d37d4 commit 22aa184

File tree

1 file changed

+13
-24
lines changed

1 file changed

+13
-24
lines changed

cloudcannon.config.yml

Lines changed: 13 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,13 @@
1-
_schema: _schema
2-
paths:
3-
uploads: uploads
4-
static: ''
5-
timezone: Etc/GMT+8
6-
markdown:
7-
engine: commonmark
8-
options:
9-
xhtml: false
10-
breaks: false
11-
linkify: false
12-
typographer: false
13-
spaced_lists: false
14-
sentence_per_line: false
15-
gfm: false
16-
code_block_fences: '```'
17-
escape_snippets_in_code_blocks: false
18-
treat_indentation_as_code: false
19-
table: false
20-
strikethrough: false
21-
subscript: false
22-
superscript: false
23-
heading_ids: false
24-
attributes: false
1+
site:
2+
name: "SCode Portfolio"
3+
_editables:
4+
- label: "Hero Section"
5+
selector: "header.hero-outer"
6+
- label: "About Section"
7+
selector: "section.about"
8+
- label: "Projects Section"
9+
selector: "section.projects"
10+
- label: "Contact Section"
11+
selector: "section.contact"
12+
- label: "Footer"
13+
selector: "footer.footer"

0 commit comments

Comments
 (0)