Skip to content

Commit a4910c8

Browse files
committed
fixed syntax error. reorganized sections
1 parent 7fac61b commit a4910c8

File tree

1 file changed

+16
-11
lines changed

1 file changed

+16
-11
lines changed

README.md

+16-11
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Source for creativecommons.github.io
66
## Overview
77

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

1212
**DO NOT MAKE CHANGES TO THE [creativecommons.github.io][ccghiorepo] REPO
@@ -17,23 +17,35 @@ DIRECTLY**.
1717
[ccghiorepo]:https://github.com/creativecommons/creativecommons.github.io
1818

1919

20-
## Making changes
20+
## Installation
2121

2222
1. Make sure you have [pipenv][pipenvdocs] installed.
2323
1. Clone this repository.
2424
1. Open your command line interface and `cd` to the repository root directory.
2525
1. Run `pipenv install` to create a Python virtual environment and install the
2626
requirements for this project.
27+
28+
[pipenvdocs]:https://pipenv.readthedocs.io/en/latest/
29+
30+
31+
## Development
32+
2733
1. Run `pipenv shell` to spawn a shell with the virtualenv activated
2834
1. Run `lektor server` to start the Lektor development server. You will be able
2935
to see the website at [`http://localhost:5000/`][lektorlocal]. The Lektor
3036
server will rebuild the site every time you change any content.
3137

32-
[pipenvdocs]:https://pipenv.readthedocs.io/en/latest/
3338
[lektorlocal]:http://localhost:5000/
3439

3540

36-
## Project structure
41+
## Deploying
42+
43+
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!
46+
47+
48+
## Project Structure
3749

3850
Here's how the code is structured in the top level of the repository:
3951
- `assets`: This directory contains the JavaScript and CSS files for the
@@ -53,10 +65,3 @@ Here's how the code is structured in the top level of the repository:
5365
[lektormodels]:(https://www.getlektor.com/docs/models/
5466
[jinja2]:http://jinja.pocoo.org/
5567
[lektortemplate]:https://www.getlektor.com/docs/templates/
56-
57-
58-
## Deploying
59-
60-
When you are ready to deploy a new version of the site, run `lektor deploy`
61-
(assuming you have your GitHub SSH key set up already). That's it, it's live on
62-
production!

0 commit comments

Comments
 (0)