silnrsi / FDBP

Font Development Best Practice documentation
http://silnrsi.github.io/FDBP
Other
126 stars 10 forks source link

FDBP

Font Development Best Practice documentation

General Info

Contributing

To contribute, edit the GitHub Flavored Markdown pages in the en-US folder. This can be done several ways:

A page can be added by adding a file to the en-US directory.

If you contribute, add your name to AUTHORS.txt.

Previewing your changes locally

To see your working copy of the site served locally in your browser, start a command window, change to the directory containing the repository (using the cd command) and start the jekyll server. For example:

cd /home/hyde/FDBP
jekyll serve

then point your browser at the URL which jekyll prints out (something like http://127.0.0.1:4000/FDBP/, for example). You may be able to substitute 'localhost' for '127.0.0.1' in the URL.

This assumes you have jekyll installed already.

Installing jekyll

Windows: This guide explains how to Easily install Jekyll on Windows
Linux: Install the jekyll package using your package manager, for example on Debian based operating systems

sudo apt-get install jekyll

Ensure that you have jekyll version 2 or later.

Acknowledgements

We gratefully acknowledge this site is modeled on Design With FontForge on GitHub.