Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.92 KB

File metadata and controls

23 lines (16 loc) · 1.92 KB

Source for creativecommons.github.io

This site is built using Lektor. All changes to https://creativecommons.github.io must be made here and deployed automatically. DO NOT MAKE CHANGES TO THE creativecommons.github.io REPO DIRECTLY.

Making changes

  1. Make sure you have pipenv installed.
  2. Clone this repository.
  3. Open your command line interface and cd to the repository root directory.
  4. Run pipenv install to create a Python virtual environment and install the requirements for this project.
  5. Run lektor server to start the Lektor development server. You will be able to see the website at http://localhost:5000/. The Lektor server will rebuild the site every time you change any content.

Project structure

Here's how the code is structured in the top level of the repository:

Deploying

When you are ready to deploy a new version of the site, run lektor deploy (assuming you have your GitHub SSH key set up already). That's it, it's live on production!