Skip to content

Commit

Permalink
move to master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
gfjaru committed Oct 29, 2015
0 parents commit f344cf2
Show file tree
Hide file tree
Showing 13 changed files with 695 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
@@ -0,0 +1,3 @@
_site
.sass-cache
Gemfile.lock
6 changes: 6 additions & 0 deletions 404.md
@@ -0,0 +1,6 @@
---
title: 404 Not Found
permalink: /404.html
---

Sorry, but the page you were trying to view does not exist.
7 changes: 7 additions & 0 deletions README.md
@@ -0,0 +1,7 @@
# Kiko

[Kiko](http://github.com/gfjaru/Kiko) is a theme for [Jekyll](http://jekyllrb.com), the static site generator. It's designed and developed by [@gfjaru](https://twitter.com/gfjaru).

# License

Released under MIT License.
40 changes: 40 additions & 0 deletions _config.yml
@@ -0,0 +1,40 @@
# # # # # # # #
# K i k o #
# # # # # # # #

# Basic
name: "Kiko"

# URL
baseurl: ""
#baseurl: "" #For Root Domain
permalink: /:year/:month/:day/:title.html

# Markdown
markdown: rdiscount

# Navigation
nav:
- name: "About"
href: "//kiko.gfjaru.com/about"
- name: "Download"
href: "//github.com/gfjaru/Kiko/releases"

# Sass
sass:
style: :compressed

# Scopes
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "page"
-
scope:
path: ""
type: "posts"
values:
layout: "post"
15 changes: 15 additions & 0 deletions _layouts/default.html
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.name }}{% endif %}</title>
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,600">
<link rel="stylesheet" href="{{ site.baseurl }}/style.css">
</head>
<body>
<div class="container">
{{ content }}
</div>
</body>
</html>
12 changes: 12 additions & 0 deletions _layouts/page.html
@@ -0,0 +1,12 @@
---
layout: default
---
<header class="masthead">
<h1 class="masthead-title--small">
<a href="{{ site.baseurl }}/">{{ site.name }}</a>
</h1>
</header>
<div class="content page">
<h1 class="page-title">{{ page.title }}</h1>
{{ content }}
</div>
15 changes: 15 additions & 0 deletions _layouts/post.html
@@ -0,0 +1,15 @@
---
layout: default
---
<header class="masthead">
<h1 class="masthead-title--small">
<a href="{{ site.baseurl }}/">{{ site.name }}</a>
</h1>
</header>
<div class="content post">
<h1 class="post-title">{{ page.title }}</h1>
<div class="post-date">
<time>{{ page.date | date_to_string }}</time>
</div>
{{ content }}
</div>
11 changes: 11 additions & 0 deletions _posts/2015-08-08-whats-jekyll.md
@@ -0,0 +1,11 @@
---
title: Whats Jekyll?
---

<p class="lead"> <a href="http://jekyllrb.com">Jekyll</a> is a static site generator, an open-source tool for creating simple yet powerful websites of all shapes and sizes.</p>

From [the project's readme](https://github.com/jekyll/jekyll/blob/master/README.markdown):

> Jekyll is a simple, blog aware, static site generator. It takes a template directory [...] and spits out a complete, static website suitable for serving with Apache or your favorite web server. This is also the engine behind GitHub Pages, which you can use to host your project’s page or blog right here from GitHub.
It's an immensely useful tool. Find out more by [visiting the project on GitHub](https://github.com/jekyll/jekyll).
91 changes: 91 additions & 0 deletions _posts/2015-08-09-example-content.md
@@ -0,0 +1,91 @@
---
title: Example content
---

<p class="lead">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla ullamcorper est in imperdiet molestie. Curabitur aliquet sem in ante venenatis.</p>

Morbi ultrices libero imperdiet [lectus](#) dignissim, sit amet bibendum nisl consectetur. Morbi erat purus, pretium at ligula tincidunt, faucibus commodo sem. Etiam vel porttitor est, vitae maximus ligula. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque sapien turpis, cursus non porta ac.

## Lorem
Quisque sodales euismod nibh, gravida venenatis nibh dignissim eget. Morbi gravida enim vel lectus aliquet aliquet.

### Ipsum
Nunc nec aliquam tellus. Etiam faucibus magna nibh, ut fermentum velit consectetur id. Nullam vehicula iaculis tortor, in cursus enim auctor vitae. Duis semper pulvinar justo, at vestibulum dolor. Cras fermentum nibh quis nisl imperdiet ornare. Sed nisi nunc, dictum sit amet gravida in, finibus rhoncus orci. Donec scelerisque commodo turpis ac venenatis.

> Nam vitae commodo ex. Nunc vel tellus leo.
## Dugem
Nullam vehicula iaculis tortor, in cursus enim auctor vitae. Duis semper pulvinar justo, at vestibulum dolor. Cras fermentum nibh quis nisl imperdiet ornare. Sed nisi nunc, dictum sit amet gravida in, finibus rhoncus orci. Donec scelerisque commodo turpis ac venenatis.

{% highlight js %}

function trigger_alert(){
alert("Lorem Ipsum dolor sit amet");
}

trigger_alert();

{% endhighlight %}

### Golem
Quisque sodales euismod nibh, gravida venenatis nibh dignissim eget. Morbi gravida enim vel lectus aliquet aliquet.

* Praesent commodo cursus magna.
* Donec id elit non mi porta gravida at eget metus.
* Nulla vitae elit libero, a pharetra augue.

Cras fermentum nibh quis nisl imperdiet ornare. Sed nisi nunc, dictum sit amet gravida in, finibus rhoncus orci. Donec scelerisque commodo turpis ac venenatis.

1. Vestibulum id ligula porta felis euismod semper.
2. Cum sociis natoque penatibus.
3. Maecenas sed diam eget risus.

Nam ante lacus, ornare ut lacus in, aliquet gravida orci. Donec non dignissim elit. Integer facilisis lorem sed porttitor elementum. Etiam a eleifend justo.

<dl>
<dt>HyperText Markup Language (HTML)</dt>
<dd>The language used to describe and define the content of a Web page</dd>

<dt>Cascading Style Sheets (CSS)</dt>
<dd>Used to describe the appearance of Web content</dd>

<dt>JavaScript (JS)</dt>
<dd>The programming language used to build advanced Web sites and applications</dd>
</dl>

Sed nisi nunc, dictum sit amet gravida in, finibus rhoncus orci. Donec scelerisque commodo turpis ac venenatis.

![Large example image](http://placehold.it/800x400 "Large example image")
![Medium example image](http://placehold.it/400x200 "Medium example image")
![Small example image](http://placehold.it/200x200 "Small example image")

Aenean lacinia bibendum nulla sed consectetur. Lorem ipsum dolor sit amet, consectetur adipiscing elit.

<table>
<thead>
<tr>
<th>Name</th>
<th>Rank</th>
<th>Score</th>
</tr>
</thead>
<tbody>
<tr>
<td>Cookie</td>
<td>#69</td>
<td>169</td>
</tr>
<tr>
<td>Buther</td>
<td>#70</td>
<td>169</td>
</tr>
<tr>
<td>Stuart</td>
<td>#71</td>
<td>168</td>
</tr>
</tbody>
</table>

Nullam quis risus eget urna mollis ornare vel eu leo.
10 changes: 10 additions & 0 deletions about.md
@@ -0,0 +1,10 @@
---
title: About
permalink: /about/
---

<p class="lead"><a href="http://github.com/gfjaru/Kiko">Kiko</a> is a theme for <a href="http://jekyllrb.com">Jekyll</a>, the static site generator.</p>

Kiko is simple, lightweight theme. It's designed and developed by [@gfjaru](https://twitter.com/gfjaru).


20 changes: 20 additions & 0 deletions feed.xml
@@ -0,0 +1,20 @@
---
layout: null
---
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>{{ site.name | xml_escape }}</title>
<link>{{ site.url }}</link>
<atom:link href="{{ site.url }}/feed.xml" rel="self" type="application/rss+xml" />
{% for post in site.posts %}
<item>
<title>{{ post.title | xml_escape }}</title>
<description>{{ post.content | xml_escape }}</description>
<pubDate>{{ post.date | date_to_rfc822 }}</pubDate>
<link>{{ site.url }}{{ post.url }}</link>
<guid isPermaLink="true">{{ site.url }}{{ post.url }}</guid>
</item>
{% endfor %}
</channel>
</rss>
29 changes: 29 additions & 0 deletions index.html
@@ -0,0 +1,29 @@
---
layout: default
---
<header class="masthead">
<h1 class="masthead-title">
<a href="{{ site.baseurl }}/">{{ site.name }}<span>&#39;s blog</span></a>
</h1>
<nav class="masthead-nav">
{% for nav in site.nav %}
<a href="{{ nav.href }}">{{ nav.name }}</a>
{% endfor %}
</nav>
</header>
<div class="content list">
{% if site.posts.size == 0 %}
<h2>No post found</h2>
{% else %}
{% for post in site.posts %}
<div class="list-item">
<h2 class="list-post-title">
<a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a>
</h2>
<div class="list-post-date">
<time>{{ post.date | date_to_string }}</time>
</div>
</div>
{% endfor %}
{% endif %}
</div>

0 comments on commit f344cf2

Please sign in to comment.