Git Product home page Git Product logo

anki.github.io's Introduction

Anki Developer Website

This repository contains the content for the Anki Developer site. It is auto-generated from markdown source files using jekyll, a static site generator.

Building the site

Prerequisites

To build the site locally, you'll need to install some prerequisites:

You can download and install pandoc from here.

To install bundler, type:

[sudo] gem install bundler

Once bundler is installed, you can use it to install jekyll and other dependencies:

cd anki.github.io
bundle install --path vendor/bundle

Build the site

# build the site
bundle exec jekyll build

# start a webserver for testing
bundle exec jekyll server

Development workflow

Edit the text files in Vim, emacs or your editor of choice. If you're using a mac, we highly recommend Marked. It allows you to preview the HTML live while you edit, which helps to avoid any formatting errors.

You can tell jekyll to auto-build when changes are detected and run the webserver to preview the results.

bundle exec jekyll server -w &

# kill the backgrounded processes when you're finished
jobs

# in the commands below, m and n represent the numbers for each
# of the backgrounded process
kill %n

License

The following directories and their contents are Copyright Anki, Inc. You may not use anything therein without permission from Anki, Inc.

  • _posts
  • assets/anki

The Jekyll-bootstrap files in _includes/JB are MIT licensed. All other directories and files are under the Apache 2.0 License.

anki.github.io's People

Contributors

chapados avatar charlesgallant-anki avatar stovak avatar

Watchers

 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.