Skip to content

amandayclee/creativecommons.github.io-source

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Source files for CC Open Source website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 64.1%
  • JavaScript 16.4%
  • SCSS 15.6%
  • Python 3.9%