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
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,11 @@ Your links, your way. A link-in-bio app you can customize any way you want.
9
9
10
10
To get started, open `settings.json` and add your name, avatar, social accounts, and links. Your changes will all be reflected instantly.
11
11
12
-
To help you make the site your own we've included some themes. In `settings.json` you can choose`glitch`, `gallery`, or `menu`. Choose any theme you want, add a new one, or start with one and edit it to make it your own. _If you don't have a valid theme selected, the site will default to the styles outlined in `style.css`._
12
+
To help you make the site your own we've included some themes. In `settings.json` you can enter`glitch`, `gallery`, or `menu` as the value for `theme`. Use any theme you want, add a new one, or start with one and edit it to make it your own. _If you don't have a valid theme entered, the site will default to the styles outlined in `style.css`._
13
13
14
-
* The images you add in `settings.json` as the `img` property for each link will display if you select the `gallery` or `menu` themes. Upload yours in `assets` and copy the link from there if they aren't already online.
14
+
* The images you add in `settings.json` as the `img` property for each link will display if you use the `gallery` or `menu` themes. Upload yours in `assets` and copy the link from there if they aren't already online.
15
15
16
-
__To get started adding your own theme, use `custom-theme.css` to set global variables like colors and fonts, and add any rules you like. Make sure you select your theme using its name in `settings.json` as the `theme` property (you can also change the filename if you like, just remember to update it in your settings JSON.__
16
+
__To get started changing the appearance of your site, or adding your own theme, use `custom-theme.css` to set global variables like colors and fonts, and add any rules you like. Make sure you enter your theme by name in `settings.json` as the `theme` property (you can also change the filename if you like, just remember to update it in your settings JSON.__
17
17
18
18
In `index.html` you'll see where the theme is applied to the page at the first comment, which starts with `<!--- THEMES:`. We've also included a few `<!--- NEXT STEPS: ` comments in the HTML that show things like adding a bio paragraph or embedding a YouTube video. **For more HTML learning try out [Hello Website](https://glitch.com/~glitch-hello-website).**
19
19
@@ -30,7 +30,7 @@ ___The images in the default settings.json file are from a remix of [Generative
30
30
31
31
← `layout/`: Markup templates — you can edit every line of HTML or never even look at any of it. The data you specify in `settings.json` will be built into the page using the HTML in here using handlebars syntax (e.g. `{{settings.name}}`).
32
32
33
-
← `public/styles/`: Stylesheets for Glitch in Bio, including alternate themes. Change your theme in `settings.json`. You can create a new theme by adding a CSS file to this folder and selecting it using its name in the settings (e.g. `glitch`, `gallery`, `menu`, or whatever yours is called!)
33
+
← `public/styles/`: Stylesheets for Glitch in Bio, including alternate themes. Change your theme in `settings.json`. You can create a new theme by adding a CSS file to this folder and specifying it using its name in the settings (e.g. `glitch`, `gallery`, `menu`, or whatever yours is called!)
34
34
35
35
← `public/manifest.json` and `public/sw.js`: These set your site up to function as a Progressive Web App (PWA)–if you add new assets (e.g. stylesheets) you can include them in the list in `sw.js` to cache your site for offline viewing.
0 commit comments