You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -51,13 +58,9 @@ Things you can customise in `_config.yml`:
51
58
52
59
### Step 3: Add screenshot or video
53
60
54
-
55
-
56
61
#### Adding a screenshot
57
62
Upload a `.png` or `.jpg` of your app to the folder `assets/screenshot/`. The name does not matter. Be sure to delete the placeholder `yourscreenshot.png`.
58
63
59
-
60
-
61
64
#### Adding video
62
65
Upload your video to the folder `assets/videos/`. To have support for most browsers, you need to upload two files – one for Safari and one for Chrome/Firefox.
63
66
@@ -69,8 +72,6 @@ Video formats supported by Safari:
69
72
-`.mp4`
70
73
-`.mov`
71
74
72
-
73
-
74
75
#### Resolutions
75
76
The videos and screenshots must have one of the following resolutions:
76
77
- 828x1792
@@ -79,27 +80,34 @@ The videos and screenshots must have one of the following resolutions:
79
80
80
81
81
82
83
+
### Step 4: Edit (or remove) Privacy Policy and Changelog
84
+
Your site automatically includes pages for a Privacy Policy and a Changelog. Change the content of these pages by editing the `privacypolicy.md` and `CHANGELOG.md` files in the `_pages` directory.
85
+
86
+
In each of the markdown files, you can set the `include_in_header:` value to either `true` or `false`. This determines if the page is included in the top navigation.
87
+
By default, only the Changelog is included in the top navigation. The title of the navigation item can also be edited, by editing the `title:` in each markdown file.
88
+
89
+
If you need to, you can create additional markdown based pages just by creating an `.md` file like the `privacypolicy.md` and `CHANGELOG.md` files in the `_pages` directory.
90
+
91
+
**Please note:** The Privacy Policy and Changelog provided are written using dummy text, so please adapt each of them for your own app.
92
+
You can also choose not to include these pages, by simple deleting the `privacypolicy.md` and `CHANGELOG.md` files.
93
+
94
+
95
+
96
+
82
97
## Feedback
83
98
If you have feedback regarding bugs or improvements, open an issue, @ me on Twitter or write me an email. You can find my contact info on my website.
84
99
85
100
I'd love to see the sites you create using this little tool.
0 commit comments