This is the repository for the Spyder IDE website at spyder-ide.github.io
Running installation script:
$ curl -sf https://www.getlektor.com/install.sh | sh
Using conda (Recomended way):
$ conda install lektor -c conda-forge
Using pip:
$ pip install -U Lektor
To run local server:
$ lektor server
If you also want to update the webpack files, you need npm
installed
and then run it like this:
$ lektor server -f webpack
The master branch is automatically deployed to the github page spyder-ide.github.io using Travis-CI
This website is built using Lektor an static web generator that could be customized using Jinja2 templates.
Webpack is used for built and generate static files (css, js, images, fonts), in the current configuration:
- .scss files will be processed with Sass
- .js files will be processed with Babel to convert ES6 into ES5
- JS and CSS files will be minified