Skip to content

Website for fellows.frictionlessdata.io Lektor project

Notifications You must be signed in to change notification settings

sarenaz/fellows

 
 

Repository files navigation

Contributing

We're excited you want to contribute! The project follows the Open Knowledge Foundation coding standards and our code of conduct.

Contribute via a Pull Request (PR):

  • Clone this repository
  • Make changes locally on a new branch
  • Open a PR with a clear list of the changes you have made
  • Request review of your PR from another contributor (e.g. @lwinfree)
  • The reviewer will approve (or ask for changes) and then merge the PR. Please do not merge your own PRs.
  • Read more about PRs here

Open an Issue

Please open an issue if you see something wrong or want to discuss ideas for improvement/edits.

Editing fellows.frictionlessdata.io

This site is built with Lektor.

At time of writing there is no Lektor GUI client for Mac. Instead, install Lektor from the commandline with:

$ pip install Lektor

With Lektor installed, start the development server with:

$ lektor serve

It has a bunch of dependencies, so do npm install and then npm run build.

grunt will watch for changes to your SCSS files, and also icons (see svgstore).

This repo is configured to deploy to Github pages when published.

lektor deploy will deploy to the gh-pages branch, putting changes live, if you have deploy permissions.

About

Website for fellows.frictionlessdata.io Lektor project

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 70.1%
  • SCSS 16.9%
  • JavaScript 13.0%