Giter VIP home page Giter VIP logo

fontforge.github.com's Introduction

fontforge.github.com

This is the FontForge website repository. To contribute, please create issues, join the fontforge-devel list to discuss general topics, or simply make pull requests. Please don't hesitate to ask for direct commit access.

Use the prose.io site to contribute VERY easily. For example, to edit this page, simply visit this page:

http://prose.io/#fontforge/fontforge.github.com/edit/master/README.md

Directory Layout

  • meta/ Files made to redevelop the site, including a to-do list, sitemap visualisation, and mock up pages for the homepage, other pages and navigation

  • _layouts/*.html html template files

  • _includes/*.html snippets of HTML that are included in pages and templates

  • assets/ CSS, JS and image files

  • _config.yml Configuration for Jeykll (ignore this file)

  • _build/ Some older build scripts to convert source pages from the old site into md files (ignore this directory)

  • en-US/ The site's contents, in US English.

Files of interest

  • meta/TODO.md has a list of TO DO items, for quick updating while the site is under active initial development. In the future, GitHub issues may be used.

File Formats

Each page is in MarkDown format, with a .md file extension. These files are converted into corresponding .html files by Jekyll when they start with these lines:

    ---
    title: Page title
    layout: default
    ---

We have a simple script to make such a page:

./_build/add en-US/path/to/page.md

This will make a file with the required lines.

How to build the site

This site uses Jeykll

You can install Jekyll with gem:

sudo gem install jekyll;

then you can edit files and browse http://localhost:4000/en-US/ to see the site as it will appear on fontforge.github.com after processing by Jekyll:

jekyll --server

fontforge.github.com's People

Contributors

davelab6 avatar bevan7 avatar iamvera avatar khaledhosny avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.