Skip to content

edly-io/academy

Repository files navigation

Edly Academy

This is the source code of the site that is hosted on https://edly.io/academy. Contributions are welcome: if you see a typo or would like to contribute some content, please open a pull request.

Usage

To add a new article, open the build.py file. Insert an entry in RESOURCES. Then, test your changes with:

make build # or `make watch`
make serve

Once your changes are ready, push them to the upstream repository. The contents of edly.io/academy will be automatically updated after the automated actions have run successfully.

Development

Install requirements:

  • For Linux:

      sudo apt install pandoc
      pip install -r requirements.txt
    
  • For macOS:

      brew install pandoc
      pip install -r requirements.txt
    

Build the static website:

make build

Run a development server:

make serve

License

This work is licensed under CC BY-SA 4.0.

About

Edly Academy -- learn from the pros

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6