Skip to content

Commit 12383cb

Browse files
author
Glitch (glitch-in-bio)
committed
🍪📌 Checkpoint
./README.md:31317407/165
1 parent 9407a63 commit 12383cb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ Your links, your way. A link-in-bio app you can customize any way you want.
99

1010
To get started, open `settings.json` and add your name, avatar, social accounts, and links. Your changes will all be reflected instantly.
1111

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`._
1313

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.
1515

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.__
1717

1818
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).**
1919

@@ -30,7 +30,7 @@ ___The images in the default settings.json file are from a remix of [Generative
3030

3131
`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}}`).
3232

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!)
3434

3535
`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.
3636

0 commit comments

Comments
 (0)