Skip to content

Commit ba68d1f

Browse files
msparkmspark
mspark
authored and
mspark
committed
jekyll
1 parent e82ff27 commit ba68d1f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+8686
-1
lines changed

.bundle/config

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
BUNDLE_PATH: "vendor/bundle"

.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
_site
2+
.sass-cache
3+
.jekyll-cache
4+
.jekyll-metadata
5+
vendor

404.html

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
permalink: /404.html
3+
layout: default
4+
---
5+
6+
<style type="text/css" media="screen">
7+
.container {
8+
margin: 10px auto;
9+
max-width: 600px;
10+
text-align: center;
11+
}
12+
h1 {
13+
margin: 30px 0;
14+
font-size: 4em;
15+
line-height: 1;
16+
letter-spacing: -1px;
17+
}
18+
</style>
19+
20+
<div class="container">
21+
<h1>404</h1>
22+
23+
<p><strong>Page not found :(</strong></p>
24+
<p>The requested page could not be found.</p>
25+
</div>

Gemfile

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
source "https://rubygems.org"
2+
gemspec

Gemfile.lock

+70
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
PATH
2+
remote: .
3+
specs:
4+
airspace-jekyll (0.1.0)
5+
6+
GEM
7+
remote: https://rubygems.org/
8+
specs:
9+
addressable (2.7.0)
10+
public_suffix (>= 2.0.2, < 5.0)
11+
colorator (1.1.0)
12+
concurrent-ruby (1.1.7)
13+
em-websocket (0.5.2)
14+
eventmachine (>= 0.12.9)
15+
http_parser.rb (~> 0.6.0)
16+
eventmachine (1.2.7)
17+
ffi (1.13.1)
18+
forwardable-extended (2.6.0)
19+
http_parser.rb (0.6.0)
20+
i18n (0.9.5)
21+
concurrent-ruby (~> 1.0)
22+
jekyll (3.8.7)
23+
addressable (~> 2.4)
24+
colorator (~> 1.0)
25+
em-websocket (~> 0.5)
26+
i18n (~> 0.7)
27+
jekyll-sass-converter (~> 1.0)
28+
jekyll-watch (~> 2.0)
29+
kramdown (~> 1.14)
30+
liquid (~> 4.0)
31+
mercenary (~> 0.3.3)
32+
pathutil (~> 0.9)
33+
rouge (>= 1.7, < 4)
34+
safe_yaml (~> 1.0)
35+
jekyll-sass-converter (1.5.2)
36+
sass (~> 3.4)
37+
jekyll-watch (2.2.1)
38+
listen (~> 3.0)
39+
kramdown (1.17.0)
40+
liquid (4.0.3)
41+
listen (3.3.0)
42+
rb-fsevent (~> 0.10, >= 0.10.3)
43+
rb-inotify (~> 0.9, >= 0.9.10)
44+
mercenary (0.3.6)
45+
pathutil (0.16.2)
46+
forwardable-extended (~> 2.6)
47+
public_suffix (4.0.6)
48+
rake (12.3.3)
49+
rb-fsevent (0.10.4)
50+
rb-inotify (0.10.1)
51+
ffi (~> 1.0)
52+
rouge (3.25.0)
53+
safe_yaml (1.0.5)
54+
sass (3.7.4)
55+
sass-listen (~> 4.0.0)
56+
sass-listen (4.0.0)
57+
rb-fsevent (~> 0.9, >= 0.9.4)
58+
rb-inotify (~> 0.9, >= 0.9.7)
59+
60+
PLATFORMS
61+
ruby
62+
63+
DEPENDENCIES
64+
airspace-jekyll!
65+
bundler (~> 2.0.1)
66+
jekyll (~> 3.8.5)
67+
rake (~> 12.3.1)
68+
69+
BUNDLED WITH
70+
2.1.4

LICENSE.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Terms and Conditions for Free Templates - from https://www.themefisher.com/license
2+
==================================================================================
3+
1. You cannot remove the copyright link to Themefisher without buying the license.
4+
2. You have the rights to use the templates for personal and commercial project(s).
5+
3. You are allowed to make necessary modification(s) to our templates to fit your purpose.
6+
4. Modification of the template or part it does not grant ownership of the template.
7+
5. You cannot resell, redistribute, or sub-license any of Themefisher’s templates.
8+
6. You can host Themefisher template to your website with full author credit
9+
7. You are most welcome to share our templates with your clients/friends, but please share our license with them so that they can be aware of our copyrights.
10+
8. You can convert our templates on any CMS (like WordPress, Joomla etc.) for your client and personal purposes but cannot resell these templates after the CMS conversion.
11+
12+
This jekyll port is not associated with ThemeFisher. All design credit to the original authors of this template.

README.md

+65
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
# _Airspace_ for Jekyll
2+
![screenshot](screenshots/home.png "Description goes here")
3+
4+
This Jekyll theme is a port of [ThemeFisher's](https://themefisher.com) [Airspace template](https://themefisher.com/products/airspace-free-bootstrap-website-template/). It is released under ThemeFisher's [license](https://themefisher.com/license) , which requires attribution. Concern about the licnese please contact with [them](mailto:[email protected])
5+
6+
## Usage
7+
To start your project, [fork this respository](https://github.com/ndrewtl/airspace-jekyll/fork), put in your content, and go!
8+
9+
## Examples
10+
Here are some projects that have used this Jekyll Theme:
11+
* [BOYUAN Open Source 博辕开源](https://boyuanitsm.github.io)
12+
* [Campus VC](https://mrchildneo.github.io/mrchildneo/)
13+
* [Mãos de amar](https://www.maosdeamar.com.br/)
14+
* [ATK Team](http://www.atksec.com/)
15+
* [Coding Club](https://ourcodingclub.github.io/)
16+
* [Dev Empathy Book Club](http://www.devempathybook.club/)
17+
* [DKAN Open Data Catalog](http://getdkan.com) (modified version of this theme)
18+
19+
## Steps for Setup:
20+
21+
### Make sure you have Ruby
22+
23+
First, make sure you have [Ruby](https://www.ruby-lang.org/en/) installed. You can confirm this by running `ruby -v` on the command line:
24+
25+
```sh
26+
$ ruby -v
27+
ruby [version number] (date) [your platform]
28+
```
29+
30+
If you get something like `"Error, command not found"` visit the link above and
31+
install Ruby for your platform.
32+
33+
34+
### Make sure you have Bundler
35+
36+
Next, make sure you have [Bundler](https://bundler.io) installed. Just like
37+
above, run `bundle -v` on the command line:
38+
39+
```sh
40+
$ bundle -v
41+
bundle [version number]
42+
```
43+
44+
If you get `"Error, command not found"` run `gem install bundler` to install it
45+
using RubyGems.
46+
47+
### Run this repository
48+
49+
Clone the repository, and `cd` into it:
50+
```sh
51+
$ git clone https://github.com/ndrewtl/airspace-jekyll.git
52+
$ cd airspace-jekyll
53+
```
54+
55+
Install dependencies locally:
56+
```sh
57+
$ bundle install --path vendor/bundle
58+
```
59+
60+
This should install a local copy of jekyll.
61+
62+
Now run the server:
63+
```sh
64+
$ ./vendor/bundle/ruby/#{YOUR_RUBY_VERSION}/bin/jekyll server
65+
```

_config.yml

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
2+
exclude:
3+
- "/vendor/"
4+
- "Gemfile"
5+
- "Gemfile.lock"
6+
- "README.md"
7+
- "LICENSE.md"
8+
- "*.gemspec"
9+
10+
keep_files:
11+
- "CNAME"
12+
- ".git"
13+
- ".gitignore"
14+
15+
16+
# Site settings
17+
title: Airspace
18+
subtitle: "A free HTML5 agency template"
19+
url: "http://ndrewtl.github.io" # the base hostname & protocol for your site
20+
# baseurl: "/the/subpath/of/your/site" # Set this value to "" if you want your site to be root
21+
baseurl: "/airspace-jekyll"
22+
cover: "/assets/cover.png"
23+
logo: "/assets/logo.png"
24+
25+
# Build settings
26+
markdown: kramdown
27+
28+
# Google analytics
29+
# ga_tracking_id: "UA-XXXX-1"
30+
31+
# Category descriptions (for archive pages)
32+
descriptions:
33+
- cat: jekyll
34+
desc: "Posts describing Jekyll setup techniques."
35+
36+
- cat: dummy
37+
desc: "Just some placeholder posts, lorem ipsum and the rest."

_data/funfacts.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
- counter: 20000
2+
icon: ion-ios-chatboxes-outline
3+
text: Cups of Coffee
4+
- counter: 1500
5+
icon: ion-ios-glasses-outline
6+
text: Gallons of Soft Drink
7+
- counter: 1200
8+
icon: ion-ios-compose-outline
9+
text: Whiteboard Markers
10+
- counter: 300
11+
icon: ion-ios-timer-outline
12+
text: Websites built

_data/testimonials.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
- name: Rose Ray
2+
title: CEO-Themefisher
3+
testimonial: "This company created an e-commerce site with the tools to make our business a success, with innovative ideas. We feel that our site has unique elements that make us stand out from the crowd."
4+
image: img/item-img1.jpg
5+
- name: Rose Ray sr.
6+
title: CEO-Themefisher
7+
testimonial: "An e-commerce site was created by this company with the tools to make our business a success, with innovative ideas. We feel that our site has unique elements that make us stand out from the crowd."
8+
image: img/item-img1.jpg
9+
- name: Rose Ray jr.
10+
title: CEO-Themefisher
11+
testimonial: "With the tools to make our business a success, this company created an e-commerce site, with innovative ideas. We feel that our site has unique elements that make us stand out from the crowd."
12+
image: img/item-img1.jpg
13+
- name: Rose Ray III
14+
title: CEO-Themefisher
15+
testimonial: "We feel that our site has unique elements that make us stand out from the crowd. This company created an e-commerce site with the tools to make our business a success, with innovative ideas."
16+
image: img/item-img1.jpg

_includes/footer.html

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<!-- footer Start -->
2+
<footer>
3+
<div class="container">
4+
<div class="row">
5+
<div class="col-md-12">
6+
<div class="footer-manu">
7+
<ul>
8+
<li><a href="#">About Us</a></li>
9+
<li><a href="{{ site.baseurl }}/contact">Contact us</a></li>
10+
<li><a href="#">How it works</a></li>
11+
<li><a href="{{ site.baseurl }}/blog">Blog</a></li>
12+
<li><a href="#">Terms</a></li>
13+
</ul>
14+
</div>
15+
<p>Copyright &copy; Design &amp; Developed by <a href="http://www.themefisher.com">Themefisher</a>. All rights reserved.</p>
16+
</div>
17+
</div>
18+
</div>
19+
</footer>

_includes/head.html

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
<meta charset="utf-8">
2+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
3+
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
4+
<meta name="description" content="">
5+
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
7+
8+
<!-- CSS -->
9+
<link rel="stylesheet" href="{{ site.baseurl }}/css/owl.carousel.css" />
10+
<link rel="stylesheet" href="{{ site.baseurl }}/css/bootstrap.min.css" />
11+
<link rel="stylesheet" href="{{ site.baseurl }}/css/font-awesome.min.css" />
12+
<link rel="stylesheet" href="{{ site.baseurl }}/css/airspace.css" />
13+
<link rel="stylesheet" href="{{ site.baseurl }}/css/style.css" />
14+
<link rel="stylesheet" href="{{ site.baseurl }}/css/ionicons.min.css" />
15+
<link rel="stylesheet" href="{{ site.baseurl }}/css/animate.css" />
16+
<link rel="stylesheet" href="{{ site.baseurl }}/css/responsive.css" />
17+
<link rel="stylesheet" href="{{ site.baseurl }}/css/syntax.css" />
18+
19+
<!-- Js -->
20+
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
21+
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.10.2.min.js"><\/script>')</script>
22+
<script src="{{ site.baseurl }}/js/bootstrap.min.js"></script>
23+
<script src="{{ site.baseurl }}/js/owl.carousel.min.js"></script>
24+
<script src="{{ site.baseurl }}/js/plugins.js"></script>
25+
<script src="{{ site.baseurl }}/js/min/waypoints.min.js"></script>
26+
<script src="{{ site.baseurl }}/js/jquery.counterup.js"></script>
27+
28+
29+
<script src="{{ site.baseurl }}/js/main.js"></script>
30+
31+
<!--
32+
/*
33+
* Airspace
34+
* Ported to Jekyll by Andrew Lee
35+
* https://github.com/ndrewtl/airspace-jekyll
36+
* Designed and Developed by ThemeFisher
37+
* https://themefisher.com/
38+
*
39+
*/
40+
-->

_includes/header.html

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<!-- Header Start -->
2+
<header>
3+
<div class="container">
4+
<div class="row">
5+
<div class="col-md-12">
6+
<!-- header Nav Start -->
7+
<nav class="navbar navbar-default">
8+
<div class="container-fluid">
9+
<!-- Brand and toggle get grouped for better mobile display -->
10+
<div class="navbar-header">
11+
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
12+
<span class="sr-only">Toggle navigation</span>
13+
<span class="icon-bar"></span>
14+
<span class="icon-bar"></span>
15+
<span class="icon-bar"></span>
16+
</button>
17+
<a class="navbar-brand" href="index.html">
18+
<img src="{{ site.baseurl }}/img/logo.png" alt="Logo">
19+
</a>
20+
</div>
21+
<!-- Collect the nav links, forms, and other content for toggling -->
22+
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
23+
<ul class="nav navbar-nav navbar-right">
24+
<li><a href="{{ site.baseurl }}/">Home</a></li>
25+
<li><a href="{{ site.baseurl }}/work">Work</a></li>
26+
<li><a href="{{ site.baseurl }}/blog">Blog</a></li>
27+
<li><a href="#">Service</a></li>
28+
<li><a href="{{ site.baseurl }}/contact">Contact</a></li>
29+
</ul>
30+
</div><!-- /.navbar-collapse -->
31+
</div><!-- /.container-fluid -->
32+
</nav>
33+
</div>
34+
</div>
35+
</div>
36+
</header><!-- header close -->

_layouts/default.html

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<!DOCTYPE html>
2+
<html class="no-js">
3+
<head>
4+
5+
{% include head.html %}
6+
7+
</head>
8+
<body>
9+
10+
11+
{% include header.html %}
12+
13+
14+
{{ content }}
15+
16+
17+
18+
19+
20+
21+
22+
23+
24+
{% include footer.html %}
25+
26+
</body>
27+
</html>

_layouts/page.html

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
layout: default
3+
---
4+
{{ content }}

0 commit comments

Comments
 (0)