iilab / contentascode

Content as Code
http://iilab.github.io/contentascode
GNU General Public License v3.0
34 stars 7 forks source link

Travis Content as Code

Content as Code

Content as Code is a partnership which develops workflows and technology to improve content re-use and maintainability.

It is formed of implementers in organisations publishing free/libre and open source content and wanting to have lightweight (post-CMS) approaches to content management that focus on the author experience (as well as editor and translator experience).

Goals

To develop workflows and technology to make content authoring and management benefit from software engineering collaboration best practices.

In particular by:

Roadmap

Reference Implementation

This repo contains the source (master branch) and generated (gh-pages branch) site which is building http://iilab.github.io/contentascode

It is a reference implementation for the crump workflow for Github/Github Pages/Prose/Transifex and also depends on:

Other implementations based on self-hosted software Gitlab/Jekyll/Prose will be developed.

Install

Build

This repo should build automatically on Github Pages. To build the site locally for development:

bundle exec jekyll serve --watch --baseurl ''

You can also run bundle exec jekyll build (to generate the site in /_site) or bundle exec jekyll serve (optionally with the --watch flag to rebuild automatically when a source markdown file changes)

Notes