-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7567ed5
commit 2a88e68
Showing
106 changed files
with
2,811 additions
and
2,485 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ log/ | |
dragonfly.log | ||
.sass-cache/ | ||
config/deploy.yml | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,3 @@ | ||
source 'https://rubygems.org' | ||
source "https://rubygems.org" | ||
|
||
gem 'locomotivecms_steam', path: '~/Documents/LocomotiveCMS/gems/steam' | ||
gem 'locomotivecms_wagon', path: '~/Documents/LocomotiveCMS/wagon' | ||
# gem 'locomotivecms_wagon', '2.0.0-beta.1' | ||
|
||
gem 'guard-livereload' | ||
|
||
group :development do | ||
# Mac OS X | ||
# gem 'rb-fsevent', '~> 0.9.1', require: RUBY_PLATFORM.include?('darwin') && 'rb-fsevent' | ||
# | ||
# # Unix | ||
# # gem 'therubyracer', require: 'v8', platforms: :ruby unless RUBY_PLATFORM.include?('darwin') | ||
# # gem 'rb-inotify', '~> 0.9', require: RUBY_PLATFORM.include?('linux') && 'rb-inotify' | ||
# | ||
# # Windows | ||
# # gem 'wdm', '>= 0.1.0', require: RUBY_PLATFORM =~ /mswin|mingw/i && 'wdm' | ||
end | ||
# | ||
# group :misc do | ||
# # Add your extra gems here | ||
# # gem 'susy', require: 'susy' | ||
# # gem 'redcarpet', require: 'redcarpet' | ||
# end | ||
gem "locomotivecms_wagon", "~> 2.1.0.rc5" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# site | ||
|
||
These are the source files of the Locomotive website. | ||
|
||
## Installation | ||
|
||
bundle install | ||
bower install | ||
|
||
## Development | ||
|
||
Run wagon: | ||
|
||
bundle exec wagon serve | ||
|
||
## License | ||
|
||
MIT License | ||
|
||
## Contributing | ||
|
||
1. Fork it ( https://github.com/[my-github-username]/kickster/fork ) | ||
2. Create your feature branch (`git checkout -b my-new-feature`) | ||
3. Commit your changes (`git commit -am 'Add some feature'`) | ||
4. Push to the branch (`git push origin my-new-feature`) | ||
5. Create a new Pull Request |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
name: Companies | ||
slug: companies | ||
description: Companies that use Locomotive | ||
label_field_name: name | ||
order_by: _position | ||
|
||
display_settings: | ||
seo: false | ||
advanced: false | ||
|
||
fields: | ||
- name: | ||
label: Name | ||
type: string | ||
required: true | ||
hint: Name of the company | ||
localized: false | ||
|
||
- logo: | ||
label: Logo | ||
type: file | ||
required: true | ||
hint: "Logo of the company in png" | ||
localized: false |
Oops, something went wrong.