Giter Site home page Giter Site logo

knowledge.esciencecenter.nl's Introduction

knowledge.esciencecenter.nl

NLeSC knowledge website

Adding a Book

  1. Create new Markdown file (.md) in _books/ directory.

  2. Fill following FrontMatter properties

    • title: Human readable name of book.
    • url: Url of book (e.g. pdf or GitBook).
    • cover: Url of cover image
    • author: Author(s) of book
    • date: Release date
  3. Fill main body with short description of book.

Generating cover image

If you have a pdf of a book you can create an cover by coverting the first page using imagemagick:

convert book.pdf[0] book-cover.png

Preview website

The website uses Jekyll powered Github pages.

To preview locally use docker:

docker run --rm --volume=$(pwd):/srv/jekyll -i -t -p 127.0.0.1:8080:80 jekyll/jekyll:pages

The website can be viewed on http://localhost:8080

knowledge.esciencecenter.nl's People

Contributors

nielsdrost avatar

Watchers

 avatar  avatar  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.