GithubHelp home page GithubHelp logo

ubermichael / dhil-docs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sfu-dhil/dhil-docs

0.0 1.0 0.0 545 KB

Documentation for the Digital Humanities Innovation Lab at SFU

HTML 91.93% Ruby 3.91% SCSS 4.16%

dhil-docs's Introduction

Documentation for the DHIL

To build this documentation, first download Jekyll following the instructions here: https://jekyllrb.com/docs/installation/

Mac OS comes with ruby already, but it may be prudent to have a higher version. In that case, you can brew install ruby and then add the following to your shell's profile:

PFX=$(brew --prefix)
if [ -d "$PFX/opt/ruby/bin" ]; then
  export PATH=$PFX/opt/ruby/bin:$PATH
  export PATH=`gem environment gemdir`/bin:$PATH
fi

For safety's sake, you may want to set the bundler to put gems locally before doing a bundle install:

# If you'd like to have the gems locally rather than globally
bundle config set --local path 'vendor/bundle'
bundle install

In most cases, the easiest way to build the site is to serve it on its own:

$ bundle exec jekyll serve

You should be able to the view the site at this URL from the Server address line in the output:

console Server address: http://127.0.0.1:4000/dhil-docs/

The server will stay open and site will update automatically until you close the connection (either by exiting the terminal window or ctrl-c).

dhil-docs's People

Contributors

joeytakeda avatar ubermichael avatar dependabot[bot] 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.