Skip to content

Commit ab13067

Browse files
Update for Statamic 6 (#20)
* Migrate global variables * Don't need this. The kit is always going to be up-to-date. * add back gitkeep
1 parent 5ab3d22 commit ab13067

File tree

3 files changed

+17
-20
lines changed

3 files changed

+17
-20
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
<h1 align="center">
55
Statamic Starter Kit: Starter's Creek
66
</h1>
7-
8-
![Statamic 3.4+](https://img.shields.io/badge/Statamic-3.4+-FF269E?style=for-the-badge&link=https://statamic.com)
97
<!-- /statamic:hide -->
108

119
## Features
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
site_name: 'Starter''s Creek'
2+
personality: casual
3+
show_signup: true
4+
social:
5+
-
6+
name: Twitter
7+
url: 'https://twitter.com/statamic'
8+
icon: site/social-icons/twitter.svg
9+
-
10+
name: Github
11+
url: 'https://github.com/statamic/starter-kit-starters-creek'
12+
icon: site/social-icons/github.svg
13+
-
14+
name: Email
15+
url: 'mailto:jack@statamic.com'
16+
icon: site/social-icons/email.svg

content/globals/settings.yaml

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1 @@
1-
title: Settings
2-
data:
3-
site_name: 'Starter''s Creek'
4-
personality: casual
5-
show_signup: true
6-
social:
7-
-
8-
name: Twitter
9-
url: 'https://twitter.com/statamic'
10-
icon: site/social-icons/twitter.svg
11-
-
12-
name: Github
13-
url: 'https://github.com/statamic/starter-kit-starters-creek'
14-
icon: site/social-icons/github.svg
15-
-
16-
name: Email
17-
url: 'mailto:jack@statamic.com'
18-
icon: site/social-icons/email.svg
1+
title: Settings

0 commit comments

Comments
 (0)