All Projects → codeship → shipyard

codeship / shipyard

Licence: MIT License
A lightweight, CSS framework for Rails & Jekyll applications

Programming Languages

Sass
350 projects
ruby
36898 projects - #4 most used programming language
HTML
75241 projects
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to shipyard

Jekyll Theme Hackcss
Dead simple CSS framework now with Jekyll.
Stars: ✭ 103 (+543.75%)
Mutual labels:  jekyll, css-framework
Vanilla Framework
From community websites to web applications, this CSS framework will help you achieve a consistent look and feel.
Stars: ✭ 476 (+2875%)
Mutual labels:  npm-package, css-framework
medium-2-md
A CLI tool that converts exported Medium posts (html) to Jekyll/Hugo compatible markdown with front matter.
Stars: ✭ 113 (+606.25%)
Mutual labels:  jekyll
josk
🏃🤖 Scheduler and manager for jobs and tasks in node.js on multi-server and clusters setup
Stars: ✭ 27 (+68.75%)
Mutual labels:  npm-package
dynamodb-parallel-scan
Scan large DynamoDB tables faster with parallelism
Stars: ✭ 21 (+31.25%)
Mutual labels:  npm-package
ngx-smart-loader
Smart loader handler to manage loaders everywhere in Angular apps.
Stars: ✭ 28 (+75%)
Mutual labels:  npm-package
brevis
CSS at scale
Stars: ✭ 62 (+287.5%)
Mutual labels:  css-framework
gridCSS
A simple CSS grid system for mobile friendly web applications.
Stars: ✭ 20 (+25%)
Mutual labels:  css-framework
awesome-static-digital-libraries
Delightful Static Digital Library projects and resources
Stars: ✭ 23 (+43.75%)
Mutual labels:  jekyll
jekyll-default-layout
Silently sets default layouts for Jekyll pages and posts
Stars: ✭ 45 (+181.25%)
Mutual labels:  jekyll
differs
WIP: Building CSS framework using Sass...
Stars: ✭ 62 (+287.5%)
Mutual labels:  css-framework
netty-finder
☎️ This script checks a Nigerian telephone number and detects which network it belongs to.
Stars: ✭ 44 (+175%)
Mutual labels:  npm-package
gereksiz
A minimalist Jekyll theme
Stars: ✭ 52 (+225%)
Mutual labels:  jekyll
node-split-file
🌱 NodeJS Module to split and merge files for several purposes like transporting over unstable networks.
Stars: ✭ 33 (+106.25%)
Mutual labels:  npm-package
jekyll-ideal-image-slider-include
Add image sliders to Jekyll with Ideal Image Slider. HTML include version. Github Pages compatible. (This repository is archived. Issues are disabled. Pull requests will be ignored.)
Stars: ✭ 27 (+68.75%)
Mutual labels:  jekyll
cra-tailwindcss
Integrate Tailwind CSS in a Create React App setup
Stars: ✭ 105 (+556.25%)
Mutual labels:  css-framework
npm-update-check-action
npm new package version check action for GitHub Actions.
Stars: ✭ 17 (+6.25%)
Mutual labels:  npm-package
MeeInk
Material Design click effect
Stars: ✭ 33 (+106.25%)
Mutual labels:  npm-package
jekyll-commonmark
CommonMark generator for Jekyll
Stars: ✭ 28 (+75%)
Mutual labels:  jekyll
vue-sfc-cli
🔨A powerful tool for developing vue single-file component
Stars: ✭ 137 (+756.25%)
Mutual labels:  npm-package

Shipyard

A light-weight, powerful, front-end framework for faster web development and useful tools for Ruby on Rails and Jekyll enthusiasts.

Installation

Add this line to your application's Gemfile:

gem 'shipyard-framework'

And then execute:

$ bundle

Or install it yourself as:

$ gem install shipyard-framework

Then add this line to your application's CSS file(s):

@import "shipyard"

If you're using Jekyll, make sure you add the following the code in your _config.yml file:

plugins:
  - shipyard-framework

Running Builds on Codeship Pro

  1. Install Homebrew
  2. Run brew bundle
  3. Run jet steps

Running Builds on Jenkins

  1. Install Homebrew
  2. Run brew bundle
  3. Run jenkins
  4. Open Jenkins

Running Jekyll Locally via Docker

  1. Install Docker for Mac
  2. Run rake shipyard:run

Status

Gem Version Codeship Status for codeship/shipyard

Development Workflow

Shipyard uses Codeship Basic to automate the testing and deployment workflows. If you would like to make a contribution to this project, all tests will need to pass and an administrator will need to approve the changes before they can be merged into master.

Bugs & Feature Requests

Have a bug or a feature request? Please first read the issue guidelines and search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.

License

The gem is available as open source under the terms of the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].