https://github.com/herm71/inquiry-jekyll
Jekyll test
https://github.com/herm71/inquiry-jekyll
Last synced: about 1 year ago
JSON representation
Jekyll test
- Host: GitHub
- URL: https://github.com/herm71/inquiry-jekyll
- Owner: Herm71
- Created: 2018-02-24T18:51:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-24T18:55:17.000Z (over 8 years ago)
- Last Synced: 2025-01-28T14:19:44.142Z (over 1 year ago)
- Language: HTML
- Size: 55 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Inquiry @ UC Santa Cruz
[](https://travis-ci.org/knice/inquiry.ucsc.edu)
Inquiry is the annual research magazine published by UC Santa Cruz. The premiere issue was published in June 2015. This repository contains all of the content for the Inquiry magazine web site.
- [Build specification](https://github.com/knice/inquiry.ucsc.edu/wiki)
## Getting Started
Set up your project in your code directory
```
git clone git@github.com:knice/inquiry.ucsc.edu.git your-project-folder
cd your-project-folder
git remote rm origin
git remote add origin your-repo-url
```
Install dependencies
```
bundle install
```
Run the server and watch for changes in your files
```
jekyll serve -w
```
Deploy to Github Pages
```
jekyll build && git subtree push --prefix build origin gh-pages
```
Stylesheets, fonts, images, and javascript files go in the `/source/_assets/` directory.
Vendor stylesheets and javascripts should go in each of their `/vendor/` directories.
## Issues
If you have problems, please create a
[GitHub Issue](https://github.com/knice/inquiry.ucsc.edu/issues).
## Credits
This site is built with [Jekyll](http://jekyllrb.com/), tested and deployed with [Travis-CI](http://travis-ci.org/), and served from a bucket on Amazon S3. This particular configuration of Jekyll is called [Proteus Jekyll](https://github.com/thoughtbot/proteus), created and maintained by [thoughtbot, inc](http://thoughtbot.com).
Inquiry magazine is Copyright © 2015, The Regents of the University of California.