Coder Social home page Coder Social logo

dst4l's Introduction

dst4l

Website for DST4L - Data Scientist Training for Librarians. denne web er lavet med Jekyll, GitHub pages, bootstrap templates ....

The site is public at http://dst4l.github.io and eventually at http://www.dst4l.info

Guide to using and maintaining this website

Simple usage

Adding or changing a simple file can be done directly via Github.

Edit and preview localy on your own PC

Install Jekyll

See Installing Jekyll on Windows

Fork and Clone the github repo.

Run Jekyll locally to preview changes

jekyll serve --watch

Commit and make a pull-request

Page types

Regular pages

HTML and Markdown pages can be added to the root of the repository. They will automatically be added to the menu. All pages should start with metadata in Jekyll YAML format:

---
title: Example Page
---

This is an example page

Speaker pages

Each speaker should have a page in the _speakers directory. A speaker page should start with ta set of speaker specific metadata:

---
speaker-id: johndoe
fullname: John Doe
shortname: John 
image: speaker.gif
affiliation: Example Inc.
twitter: johndoe
email: "[email protected]"
github: johndoe
gplus: +JohnDoe
facebook: john.doe.9
web: http://myblog.example.com/
lead: "John is a leader in annonymity on the net, and IRL"
role: Example Speaker
---

A longer description of the speaker goes here... This can include any MarkDown (or even html if you use the .html extension for the speaker.)

Hopefully most of the metadata is self explanatory. The speaker-idshould be unique, and is used as reference from events (presenetations/workshops). It is case sensitive, so we recommend to use only lowercase lettes.

Reference

Kramdown is the MarkDown flavour that is being used to write simple text pages. (The files the the extension: .md)

Jekyll is used to process the markdown and partial html pages into a complete website.

Github Pages is used to host the website. Github knows about jekyll, so github will use jekyll to create the website everytime new commits are pushed to github.

Universal bootstrap theme is used for stylesheets and layout. It is free and has been downloaded from bootstrapious. It should be relatively easy to copy-paste any layout component you see in the theme into the DST4L website. If you need this simply write your page in HTML (use .html as extension)

Bootstrap is used by the Universal theme to do the layout. So if you have special layout requirements you may need to check the boottrap documentation. Also, any CSS and Component from Bootstrap should be easy to use in the DST4L website.

dst4l's People

Contributors

bofrese avatar jeannettee avatar

Forkers

jeannettee

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.