Giter Club home page Giter Club logo

xcdl.github.io-source's Introduction

Build Status

The XCDL Web Site source

Overview

This GitHub project, available from xcdl/xcdl.github.io-source, contains the source files used to generate the XCDL Web Site.

Destination URL

The XCDL Web Site is an organisation GitHub Pages site, stored in the xcdl/xcdl.github.io Git and publicly available from http://xcdl.github.io.

Jekyll

The web site is generated off-line by Jekyll. It cannot be generated by GitHub Pages because it uses Jekyll plug-ins, considered unsafe and disabled by the GitHub Pages instance of Jekyll.

Prerequisites

To be able to run the Jekyll build process, the ruby interpreter and the gem tool are required. In OS X 10.10.5, these tools are preinstalled, at least when the Developer Command Line tools are present.

$ ruby --version
ruby 2.0.0p481 (2014-05-08 revision 45883) [universal.x86_64-darwin14]
$ gem --version
2.0.14
$ sudo gem install jekyll
...
$ jekyll --version
jekyll 2.5.3

In addition, the several specific gems are required:

$ sudo gem install redcarpet jekyll-mentions jemoji jekyll-redirect-from jekyll-feed jekyll-sitemap jekyll-last-modified-at

Clone Git

To manage the web site, a local copy of this repository is required.

$ git clone https://github.com/xcdl/xcdl.github.io-source.git xcdl.github.io-source.git

Development

The current development cycle is edit-save-build-view.

The test build can be performed automatically by Jekyll when started in server mode.

$ cd xcdl.github.io-source.git
$ jekyll serve --baseurl "" --trace

The test build result is in the _site_local folder.

To view the result, point the browser to localhost:4000.

Build

The final build can be performed by Jekyll using the build command.

$ cd xcdl.github.io-source.git
$ jekyll build --trace

Publish

The final build result is in the _site folder.

This folder is configured as a submodule, linked to the xcdl.github.io project.

To publish, just commit this Git and the new site will be automatically updated.

Folder structure

Posts

All blog posts are in the _posts folder.

Pages

All web pages are in the pages folder.

Timezone

As per _config.yml, the default timezone is UTC. For other timezones, set it explicitly as offset (for example +0300)

xcdl.github.io-source's People

Contributors

ilg-ul avatar

Watchers

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