Skip to content

Commit 411d76e

Browse files
committed
formatting updates
1 parent a4910c8 commit 411d76e

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

README.md

+12-11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# creativecommons.github.io-source
22

3-
Source for creativecommons.github.io
3+
Source for `creativecommons.github.io`
44

55

66
## Overview
@@ -9,7 +9,7 @@ This site is built using [Lektor][lektor]. All changes to
99
[https://creativecommons.github.io][ccgithubio] must be made **here** and
1010
deployed via lektor (see [Deploying](#deploying), below).
1111

12-
**DO NOT MAKE CHANGES TO THE [creativecommons.github.io][ccghiorepo] REPO
12+
**DO __NOT__ MAKE CHANGES TO THE [creativecommons.github.io][ccghiorepo] REPO
1313
DIRECTLY**.
1414

1515
[lektor]:https://www.getlektor.com/
@@ -41,25 +41,26 @@ DIRECTLY**.
4141
## Deploying
4242

4343
When you are ready to deploy a new version of the site, run `lektor deploy`
44-
(assuming you have your GitHub SSH key set up already). That's it, it's live on
45-
production!
44+
(assuming you have your GitHub SSH key already set up and you have access to
45+
the [creativecommons.github.io][ccghiorepo] repository). That's it, it's live
46+
on production!
4647

4748

4849
## Project Structure
4950

5051
Here's how the code is structured in the top level of the repository:
51-
- `assets`: This directory contains the JavaScript and CSS files for the
52+
- **`assets`**: This directory contains the JavaScript and CSS files for the
5253
project. Most of the JavaScript and CSS is third-party code and loaded via
5354
CDN so this is pretty empty.
54-
- `content`: The content of the site lives here. [Here's an explanation of how
55-
content works in Lektor][lektorcontent]. This is probably what you'll be
55+
- **`content`**: The content of the site lives here. [Here's an explanation of
56+
how content works in Lektor][lektorcontent]. This is probably what you'll be
5657
modifying most often.
57-
- `models`: [All content in Lektor is associated with data
58+
- **`models`**: [All content in Lektor is associated with data
5859
models][lektormodels] to define their schema. Currently, we only use the
5960
default `page` model that ships with Lektor.
60-
- `templates`: This is where the [Jinja2][jinja2] templates that render content
61-
are stored. See the [Lektor template documentation][lektortemplate] for more
62-
information.
61+
- **`templates`**: This is where the [Jinja2][jinja2] templates that render
62+
content are stored. See the [Lektor template documentation][lektortemplate]
63+
for more information.
6364

6465
[lektorcontent]:https://www.getlektor.com/docs/content/
6566
[lektormodels]:(https://www.getlektor.com/docs/models/

0 commit comments

Comments
 (0)