Skip to content

semprag/semprag.github.io

Repository files navigation

Semantics & Pragmatics style

Public resources for the authoring and styling of Semantics & Pragmatics articles.

Website

These files are rendered as webpages at http://info.semprag.org/, please view them there.

Development instructions

Install the bundle of required gems described in Gemfile:

bundle install --path vendor/bundle

To render the site locally and preview changes in your browser before committing:

bundle exec jekyll serve --watch --incremental

And then go to localhost:4000