added gitignore

updated some jekyll
This commit is contained in:
Gyula Kerezsi
2017-01-31 15:07:21 +02:00
parent 6df37f8772
commit 25480c73ab
15 changed files with 207 additions and 151 deletions

View File

@@ -13,16 +13,14 @@
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title: Your awesome title
email: your-email@domain.com
title: Rookie badger
#email: gardient93@gmail.com
description: > # this means to ignore newlines until "baseurl:"
Write an awesome description for your new site here. You can edit this
line in _config.yml. It will appear in your document head meta (for
Google search results) and in your feed.xml site description.
testing jekyl and opne badges
baseurl: "/rookie-badger" # the subpath of your site, e.g. /blog
url: "https://gardient.github.io" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: jekyllrb
github_username: jekyll
#twitter_username: gradientByte
github_username: gardient
# Build settings
markdown: kramdown

View File

@@ -2,5 +2,10 @@
# You don't need to edit this file, it's empty on purpose.
# Edit theme's home layout instead if you wanna make some changes
# See: https://jekyllrb.com/docs/themes/#overriding-theme-defaults
layout: home
layout: page
---
created this to test [jekyll][jekyll] and [Open Badges][open-badges]
[jekyll]: https://jekyllrb.com/
[open-badges]: https://openbadges.org/

View File

@@ -1 +1 @@
jekyll build --destination ../docs
jekyll build -d ../docs

View File

@@ -0,0 +1,7 @@
---
layout: page
title: Badge criteria
permalink: /rookie-badge-criteria/
---
Know the creator of this Badge and ask him for it.

View File

@@ -1,7 +1,7 @@
{
"name": "Rookie Badge Issuer",
"description": "Issues great new Open Badges to self.",
"image": "http://gardient.github.io/rookie-badger/rookie-badge-issuer.png",
"image": "http://gardient.github.io/rookie-badger/static/rookie-badge-issuer.png",
"criteria": "http://gardient.github.io/rookie-badger/rookie-badge-criteria.html",
"issuer": "http://gardient.github.io/rookie-badger/badge-issuer.json"
"issuer": "http://gardient.github.io/rookie-badger/static/badge-issuer.json"
}

View File

@@ -1,30 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Title Page</title>
<!-- Bootstrap CSS -->
<link href="https://netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet">
<!-- jQuery -->
<script src="https://code.jquery.com/jquery.js"></script>
<!-- Bootstrap JavaScript -->
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
</head>
<body>
<div class="container">
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<a class="navbar-brand" href="../">Rookie badger</a>
<ul class="nav navbar-nav">
</ul>
</nav>
<h1>Rookie badger criteria</h1>
Get the approval of gardient the one creating this badger
</div>
</body>
</html>