Skip to content

Commit

Permalink
Merge branch 'release/1.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
hexplor committed Oct 27, 2015
2 parents c953480 + ee637ba commit d3e313a
Show file tree
Hide file tree
Showing 31 changed files with 575 additions and 18 deletions.
42 changes: 42 additions & 0 deletions .dependencies
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
git:
problems:
url: https://github.com/getgrav/grav-plugin-problems
path: user/plugins/problems
branch: develop
error:
url: https://github.com/getgrav/grav-plugin-error
path: user/plugins/error
branch: develop
email:
url: https://github.com/getgrav/grav-plugin-email
path: user/plugins/email
branch: master
form:
url: https://github.com/getgrav/grav-plugin-form
path: user/plugins/form
branch: master
ceevee:
url: https://github.com/getgrav/grav-theme-ceevee
path: user/themes/ceevee
branch: develop
links:
problems:
src: grav-plugin-problems
path: user/plugins/problems
scm: github
error:
src: grav-plugin-error
path: user/plugins/error
scm: github
email:
src: grav-plugin-email
path: user/plugins/email
scm: github
form:
src: grav-plugin-form
path: user/plugins/form
scm: github
ceevee:
src: grav-theme-ceevee
path: user/themes/ceevee
scm: github
20 changes: 20 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Sass
.sass-cache

# Grav Specific
data/*
!data/.*
plugins/*
!plugins/.*
themes/*
!themes/.*

# OS Generated
.DS_Store*
ehthumbs.db
Icon?
Thumbs.db
*.swp

# phpstorm
.idea/*
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# v1.0.0
## 10/26/2015

1. [](#new)
* ChangeLog started...
132 changes: 115 additions & 17 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,22 +1,120 @@
The MIT License (MIT)

Copyright (c) 2015 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:
CEEVEE is a clean, modern, fully responsive site template for your
resume and portfolio. With this template, you can easily introduce
yourself and showcase your works to future clients and employers. Also,
it is flexible and easy to customize so you can even use this template as a
creative, business or portfolio site for your company.

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.

LICENSE:

CEEVEE is released under the Creative Commons Attribution 3.0 License
(http://creativecommons.org/licenses/by/3.0/). This means that you are free:

to Share - to copy, distribute, display, and perform the work
to Remix - to make derivative works
to make commercial use of the work

Under the following conditions:

Attribution - You must attribute the work in the manner specified by the
author or licensor (but not in any way that suggests that they endorse you
or your use of the work).

For any reuse or distribution, you must make clear to others the license
terms of this work

Any of these conditions can be waived if you get permission from the
copyright holder

Attribution:

You must include a credit link to our website(http://www.Styleshout.com) somewhere on
your site. We prefer the footer credit that comes with the template but you are still
free to move it somewhere else.


-----------------------------------------------------------------------------------------------------


REMOVING THE LINK:

We understand that there are situations where you want to use the template without the
crediting obligation. If that's your case, you can always send us a
credit removal fee of 10 USD through Paypal. This will allow you to use the
template attribution/credit link free on ONE DOMAIN name.

You can send your payments through Paypal to this address: [email protected]

If possible, kindly send us the site's url where the template is being used.
Also, keep your Paypal receipt as proof of payment and your good to go.


------------------------------------------------------------------------------------------------------


SUPPORT:

Since CEEVEE is distributed for free, support is not offered. CEEVEE is coded according
to current web standards and we did our best to make the template easy to use and modify.
If you have minimum web development experience, you can easily modify the template.
However, If you're still new to HTML and CSS, I suggest that you visit the
following tutorials:

- http://tutsplus.com/course/30-days-to-learn-html-and-css/
- http://code.tutsplus.com/series/web-development-from-scratch--net-19995

These will teach you the essentials of HTML and CSS. In addition, if you want to include
jQuery in your skill-set, you can also check out these tutorials:

- https://tutsplus.com/course/30-days-to-learn-jquery/
- http://code.tutsplus.com/articles/jquery-for-absolute-beginners-video-series--net-2134


------------------------------------------------------------------------------------------------------


GET THE LATEST VERSION:

We update our templates on a regular basis so to make sure that you have the latest version,
always download the template files directly at our website(http://www.styleshout.com/)



-------------------------------------------------------------------------------------------------------


SOURCES AND CREDITS:

I've used the following resources as listed.

Fonts:
- Open Sans Font (http://www.google.com/fonts/specimen/Open+Sans)
- Libre Baskerville Font (http://www.google.com/fonts/specimen/Libre+Baskerville)

Icons:
- Font Awesome (http://fortawesome.github.io/Font-Awesome/)
- Fontello (http://fontello.com/)

Stock Photos and Graphics:
- UnSplash.com (http://unsplash.com/)
- Morguefile.com (http://www.morguefile.com/)

Javascript Files:

- JQuery (http://jquery.com/)
- FlexSlider by Woothemes (http://www.woothemes.com/flexslider/)
- Modernizr (http://modernizr.com/)
- FitText (http://fittextjs.com/)
- Magnific Popup (http://dimsemenov.com/plugins/magnific-popup/)
- jQuery Waypoints (http://imakewebthings.com/jquery-waypoints/)


---------------------------------------------------------------------------------------------------------


Thanks for downloading from Styleshout :)
63 changes: 62 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,63 @@
# grav-skeleton-ceevee-site
# Ceevee Skeleton for Grav

![Ceevee](assets/readme_1.png)

Ceevee is a clean, modern, fully responsive site template for your resume and portfolio. With this template, you can easily introduce yourself and showcase your works to future clients and employers. Also, it is flexible and easy to customize so you even use this template as a creative, business or portfolio site for your company.

# Features:

* HTML5 and CSS3
* Fully Responsive
* Clean and modern design
* Various templates for presenting your content
* Fontawesome icon font
* @font-face custom web fonts
* jQuery enhanced
* Flexslider
* Magnific popup lightbox
* Smooth scrolling effect
* Cross browser compatible
* Twitter integration

## Basic Setup for a new Grav site

The simplest way to install Ceevee theme for Grav is to download and install the Ceevee Skeleton package:

1. [Download Ceevee Skeleton](http://getgrav.org/downloads/skeletons#extras)
2. Simply unzip the package into your web root folder.
3. Point your browser at the folder, job done!

**TIP:** Check out the [general Grav installation instructions](http://learn.getgrav.org/basics/installation) for more details on this process.

---

## Existing Grav site

It is possible to install just the theme, but page content will need to reference the [Ceevee theme](https://github.com/getgrav/grav-theme-ceevee)'s supported templates. It is strongly advised to at least install the Ceevee Skeleton package to see the theme's capabilities in action.

To install **just** the theme:

```
$ bin/gpm install ceevee
```

# Configuration
Configuration of Ceevee theme consist of two parts:
* configuration file (from [skeleton](https://github.com/getgrav/grav-skeleton-ceevee-site/commits?author=hexplor)): "user/config/site.yaml"
* header variables (inside markdown files)

In configuration file you can set basic values for header, footer and general.
In markdown files, you can manage page content and overall look of the separate section. For example, below is a portfolio.md header section:

```markdown
portfolio:
- title: "Creative Minds"
img: portfolio-01.jpg
img_text: View More
img_url: "#"
content: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc ultricies nulla non metus pulvinar imperdiet. Praesent non adipiscing libero."
```

In above example you can specify title, image, roll over text, url and content for each separate portfolio element.

Rest of the sections is made in similar approach. Remember to preserve original idenation to avoid issues.
Binary file added assets/readme_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions blueprints.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Ceevee Site
version: 1.0.0
description: "Ceevee is a clean, modern, fully responsive site template for your resume and portfolio."
icon: group
author:
name: Team Grav
email: [email protected]
url: http://getgrav.org
homepage: https://github.com/getgrav/grav-skeleton-ceevee-site
demo: http://demo.getgrav.org/ceevee-skeleton
keywords: ceevee, skeleton, scroll, page, modular
bugs: https://github.com/getgrav/grav-skeleton-ceevee-site/issues
license: Free
13 changes: 13 additions & 0 deletions config/plugins/email.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
enabled: true
from: [email protected]
to: [email protected]
mailer:
engine: mail
smtp:
server: localhost
port: 25
encryption: none
user: ''
password: ''
sendmail:
bin: '/usr/sbin/sendmail'
49 changes: 49 additions & 0 deletions config/site.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
title: Free Responsive HTML5/CSS3 Template
author:
name: Peter Finla
metadata:
description: 'An exclusive HTML5/CSS3 freebie by Peter Finlan, for Codrops.'

# Header customization
header:
title: I'm Jonathan Doe.
description: I'm a Manila based <span>graphic designer</span>, <span>illustrator</span> and <span>webdesigner</span> creating awesome and effective visual identities for companies of all sizes around the globe. Let's <a class="smoothscroll" href="#about">start scrolling</a> and learn more <a class="smoothscroll" href="#about">about me</a>.
copyright:
- line: &copy; Copyright 2014 CeeVee
- line: Design by <a title="Styleshout" href="http://www.styleshout.com/">Styleshout</a>
social:
- url: "#"
icon: facebook
- url: "#"
icon: twitter
- url: "#"
icon: google-plus
- url: "#"
icon: linkedin
- url: "#"
icon: instagram
- url: "#"
icon: dribbble
- url: "#"
icon: skype


# HOW TO CREATE A VALID ID TO USE:
# Go to www.twitter.com and sign in as normal, go to your settings page.
# Go to "Widgets" on the left hand side.
# Create a new widget for what you need eg "user time line" or "search" etc.
# Feel free to check "exclude replies" if you don't want replies in results.
# Now go back to settings page, and then go back to widgets page and
# you should see the widget you just created. Click edit.
# Look at the URL in your web browser, you will see a long number like this:
# 657554810648948736
# Use this as your ID below instead!

twitter:
id: '657554810648948736' # Your widget ID
domId: 'tw-widget1' # HTML ID used in code
maxTweets: 3 # How many tweets to display
enableLinks: 'true' # Enable links
showInteraction: 'false' # Show interaction
showImages: 'false' # Show images
showUser: 'false' # Show user name
36 changes: 36 additions & 0 deletions config/system.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
home:
alias: '/home'

pages:
theme: ceevee
process:
markdown: true
twig: false
markdown:
extra: true

cache:
enabled: false
check:
method: file
driver: auto
prefix: 'g'

twig:
cache: true
debug: true
auto_reload: true
autoescape: false

assets:
css_pipeline: false
css_minify: true
css_rewrite: true
js_pipeline: false
js_minify: true

debugger:
enabled: false
twig: true
shutdown:
close_connection: true
Empty file added data/.gitkeep
Empty file.
Loading

0 comments on commit d3e313a

Please sign in to comment.