Skip to content

Commit

Permalink
Add screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
alperenbozkurt committed Jun 15, 2017
1 parent 2258e8a commit df327a4
Show file tree
Hide file tree
Showing 38 changed files with 14 additions and 3,222 deletions.
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: page
title: "404"
title: "404 Not Found"
permalink: /404
---
<p>There doesn't appear to be anything here. Sorry about that.</p>
Expand Down
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# Ramme Jekyll Theme

######(If you like this theme or using it, please give a :star: for motivation.)
# JBlog Jekyll Theme

**[Ramme](http://taylantatli.github.io/Ramme)** is a simple jekyll theme.
**[JBlog](http://alperenbozkurt.net/JBlog)** is a simple jekyll theme.

I have used this theme in my own php and ruby blogs.I got inspired by [taylantatli](https://github.com/taylantatli/)'s [moon](https://github.com/taylantatli/moon) and [ramme](https://github.com/taylantatli/ramme) themes to use this theme in Jekyll.

I made this theme after seeing this [screenshot](http://spoonm.org/share/rice/01.png). I took some parts from @mmistakes, like TOC, sample posts. I never tought making a theme from scratch would be this hard. And it's still WIP.

I'm not a designer or something, so I'm sure there is a better way to make this theme. But it's working and looks acceptable for different screen sizes. If something looks extremely ugly and you can't resist to fix it, just send me a PR. I will be grateful.

If you like this theme or using it, please give a **star** for motivation.

## Preview

![screenshot of Ramme](/assets/img/screenshot-home.png)
![screenshot of Ramme](/assets/img/screenshot-post.png)
![Home Page](/assets/img/screenshot-home.png)
![Post Page](/assets/img/screenshot-post.png)

See a [live version of Ramme](http://taylantatli.github.io/Ramme) hosted on GitHub.
See a [live version of JBlog](http://alperenbozkurt.net/JBlog) hosted on GitHub.

## Getting Started

To learn how to install and use this theme check out the [Setup Guide](http://taylantatli.me/Ramme/ramme-theme/) for more information.
To learn how to install and use this theme check out the [Setup Guide](http://alperenbozkurt.net/JBlog/JBlog-theme/) for more information.
2 changes: 1 addition & 1 deletion _layouts/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<div class="yazilar">
<div class="yazi">
<div class="ustr">
<h2><a href="{{ page.url }}{{ page.url }}">{{ page.title }}</a></h2>
<h2>{{ page.title }}</h2>
</div>
<hr>
<div class="content">
Expand Down
2 changes: 1 addition & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<div class="yazilar">
<div class="yazi">
<div class="ustr">
<h2><a href="{{ page.url }}{{ page.url }}">{{ page.title }}</a></h2>
<h2>{{ page.title }}</h2>
<div class="yazibilgisi">
{{ page.date | date_to_string }} tarihinde yayınlandı.
</div>
Expand Down
2 changes: 1 addition & 1 deletion _layouts/project.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<img src="{{ post.image }}" alt="">
</div>
<div class="urunAdi">
<a href="{{ site.url }}{{ post.url }}">{{ post.title }}</a>
<a href="#">{{ post.title }}</a>
</div>
<div class="aciklamaUrun">
{{ post.excerpt }}
Expand Down
139 changes: 0 additions & 139 deletions _site/404.html

This file was deleted.

Loading

0 comments on commit df327a4

Please sign in to comment.