Skip to content

Commit

Permalink
Merge pull request #1 from smartgravity/develop
Browse files Browse the repository at this point in the history
Initial Commit
  • Loading branch information
benblee committed Jan 19, 2016
2 parents 8cf9709 + 3486511 commit 55324d2
Show file tree
Hide file tree
Showing 324 changed files with 65,874 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .bowerrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"directory": "bower_components"
}
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# OS Generated
.DS_Store*
ehthumbs.db
Icon?
Thumbs.db
*.swp
.sass-cache
.codekit-cache
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# v0.1.0
## 1/19/2016

1. [](#new)
* Initial Theme Release
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
The MIT License (MIT)

Copyright (c) 2014 Grav

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Binary file added assets/screenshot.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
357 changes: 357 additions & 0 deletions blueprints.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,357 @@
name: Bones
version: 0.1.0
description: "A **Grav** theme built with **Foundation**."
icon: cubes
author:
name: smartgravity
email: info@smartgravity.com
url: http://www.smartgravity.com
homepage: https://github.com/smartgravity/grav-theme-bones
demo: http://demos.smartgravity.com/grav-bones
keywords: bones, theme, foundation, core, simple, responsive, basic
bugs: https://github.com/smartgravity/grav-theme-bones/issues
license: MIT

form:
validation: loose
fields:
general_options_title:
type: display
label: <h4>General Options</h4>
fontawesome.enabled:
type: toggle
label: FontAwesome
highlight: 1
default: 1
options:
1: Enabled
0: Disabled
validate:
type: bool
google_fonts_logo.enabled:
type: toggle
label: Google Fonts for Logo
highlight: 1
default: 1
options:
1: Enabled
0: Disabled
validate:
type: bool
google_prettify.enabled:
type: toggle
label: Google Prettify Code
highlight: 1
default: 1
options:
1: Enabled
0: Disabled
validate:
type: bool
menu_options_title:
type: display
label: <h4>Menu Options</h4>
dropdown.enabled:
type: toggle
label: Dropdown in Mainmenu
highlight: 1
default: 1
options:
1: Enabled
0: Disabled
validate:
type: bool
mobilemenu_breakpoint:
type: select
label: Mobile Menu Breakpoint
classes: fancy
default: medium
options:
'large': 'Large'
'medium': 'Medium'
'all': 'Mobile for All'
mobilemenu_position:
type: select
label: Mobile Menu Position
classes: fancy
default: left
options:
'left': 'left'
'right': 'right'

js_files_title:
type: display
label: <h4>Javascript</h4>
foundation_abide_js.enabled:
type: toggle
label: abide
highlight: 1
default: 0
options:
1: Enabled
0: Disabled
validate:
type: bool
foundation_accordion_js.enabled:
type: toggle
label: accordion
highlight: 1
default: 0
options:
1: Enabled
0: Disabled
validate:
type: bool
foundation_accordionMenu_js.enabled:
type: toggle
label: accordionMenu
highlight: 1
default: 0
options:
1: Enabled
0: Disabled
validate:
type: bool
foundation_drilldown_js.enabled:
type: toggle
label: drilldown
highlight: 1
default: 0
options:
1: Enabled
0: Disabled
validate:
type: bool
foundation_dropdown_js.enabled:
type: toggle
label: dropdown
highlight: 1
default: 0
options:
1: Enabled
0: Disabled
validate:
type: bool
foundation_dropdownMenu_js.enabled:
type: toggle
label: dropdownMenu
highlight: 1
default: 0
options:
1: Enabled
0: Disabled
validate:
type: bool
foundation_equalizer_js.enabled:
type: toggle
label: equalizer
highlight: 1
default: 0
options:
1: Enabled
0: Disabled
validate:
type: bool
foundation_interchange_js.enabled:
type: toggle
label: interchange
highlight: 1
default: 0
options:
1: Enabled
0: Disabled
validate:
type: bool
foundation_magellan_js.enabled:
type: toggle
label: magellan
highlight: 1
default: 0
options:
1: Enabled
0: Disabled
validate:
type: bool
foundation_offcanvas_js.enabled:
type: toggle
label: offcanvas
highlight: 1
default: 1
options:
1: Enabled
0: Disabled
validate:
type: bool
foundation_orbit_js.enabled:
type: toggle
label: orbit
highlight: 1
default: 0
options:
1: Enabled
0: Disabled
validate:
type: bool
foundation_responsiveMenu_js.enabled:
type: toggle
label: responsiveMenu
highlight: 1
default: 0
options:
1: Enabled
0: Disabled
validate:
type: bool
foundation_responsiveToggle_js.enabled:
type: toggle
label: responsiveToggle
highlight: 1
default: 0
options:
1: Enabled
0: Disabled
validate:
type: bool
foundation_reveal_js.enabled:
type: toggle
label: reveal
highlight: 1
default: 0
options:
1: Enabled
0: Disabled
validate:
type: bool
foundation_slider_js.enabled:
type: toggle
label: slider
highlight: 1
default: 0
options:
1: Enabled
0: Disabled
validate:
type: bool
foundation_sticky_js.enabled:
type: toggle
label: sticky
highlight: 1
default: 0
options:
1: Enabled
0: Disabled
validate:
type: bool
foundation_tabs_js.enabled:
type: toggle
label: tabs
highlight: 1
default: 0
options:
1: Enabled
0: Disabled
validate:
type: bool
foundation_toggler_js.enabled:
type: toggle
label: toggler
highlight: 1
default: 0
options:
1: Enabled
0: Disabled
validate:
type: bool
foundation_tooltip_js.enabled:
type: toggle
label: tooltip
highlight: 1
default: 0
options:
1: Enabled
0: Disabled
validate:
type: bool
js_utilities_title:
type: display
label: <h4>Javascript Utilities</h4>
foundation_util_box_js.enabled:
type: toggle
label: util box
highlight: 1
default: 0
options:
1: Enabled
0: Disabled
validate:
type: bool
foundation_util_keyboard_js.enabled:
type: toggle
label: util keyboard
highlight: 1
default: 0
options:
1: Enabled
0: Disabled
validate:
type: bool
foundation_util_mediaQuery_js.enabled:
type: toggle
label: util mediaQuery
highlight: 1
default: 1
options:
1: Enabled
0: Disabled
validate:
type: bool
foundation_util_motion_js.enabled:
type: toggle
label: util motion
highlight: 1
default: 1
options:
1: Enabled
0: Disabled
validate:
type: bool
foundation_util_nest_js.enabled:
type: toggle
label: util nest
highlight: 1
default: 0
options:
1: Enabled
0: Disabled
validate:
type: bool
foundation_util_timerAndImageLoader_js.enabled:
type: toggle
label: util timerAndImageLoader
highlight: 1
default: 0
options:
1: Enabled
0: Disabled
validate:
type: bool
foundation_util_touch_js.enabled:
type: toggle
label: util touch
highlight: 1
default: 0
options:
1: Enabled
0: Disabled
validate:
type: bool
foundation_util_triggers_js.enabled:
type: toggle
label: util triggers
highlight: 1
default: 1
options:
1: Enabled
0: Disabled
validate:
type: bool
Loading

0 comments on commit 55324d2

Please sign in to comment.