Skip to content

Commit 5bf8b24

Browse files
footer update, RSS for category, contact form detail and remove guid
1 parent 0e5f967 commit 5bf8b24

File tree

9 files changed

+20
-25
lines changed

9 files changed

+20
-25
lines changed

_config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,7 @@ version: 2.0
2929
github: http://github.com/ariestiyansyah
3030
twitter: http://twitter.com/ariestiyansyah
3131

32-
33-
32+
# Theme Author (Please don't edit this line cause of MIT LICENSE rules)
33+
theme:
34+
creator: Rizky Ariestiyansyah
35+
codename: Naringu

_includes/head.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700%7CPT+Sans:400">
2222

2323
<!-- Icons -->
24-
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ site.baseurl }}public/apple-touch-icon-precomposed.png">
2524
<link rel="shortcut icon" href="{{ site.baseurl }}public/favicon.ico">
2625

2726
<!-- RSS -->

_layouts/default.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
{% include head.html %}
55
{% include analytics.html %}
6+
67
<body class="theme-6dd">
78

89
{% include sidebar.html %}
@@ -42,8 +43,8 @@ <h3 class="masthead-title">
4243
})(document);
4344
</script>
4445
<div align="center" class="footer">
45-
<a href="/" title="naringu">{{ site.title }}</a> is crafted by {{ site.author.name }}<br>
46-
Copyright © s{{ site.time | date: '%Y' }} <br>
46+
<a href="/" title="naringu">{{ site.theme.codename }}</a> is designed by {{ site.theme.creator }}<br>
47+
Copyright © {{ site.time | date: '%Y' }} <br>
4748
</div>
4849
</body>
4950
</html>

_posts/2013-12-31-whats-jekyll.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
layout: post
33
title: What's Jekyll?
4+
categories:
5+
- naringu
46
---
57

68
[Jekyll](http://jekyllrb.com) is a static site generator, an open-source tool for creating simple yet powerful websites of all shapes and sizes. From [the project's readme](https://github.com/mojombo/jekyll/blob/master/README.markdown):

_posts/2014-01-01-example-content.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
layout: post
33
title: Example content
4+
categories:
5+
- naringu
46
---
57

68

_posts/2015-02-21-Hello-Naringu.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
layout: post
33
title: Hello Naringu!
4+
categories:
5+
- naringu
46
---
57

68
Naringu is a hacker like jekyll dark theme, it's based on [Poole](http://getpoole.com), the Jekyll butler.
@@ -16,15 +18,6 @@ Poole is the Jekyll Butler, serving as an upstanding and effective foundation fo
1618
* Related posts (time-based, because Jekyll) below each post
1719
* Syntax highlighting, courtesy Pygments (the Python-based code snippet highlighter)
1820

19-
### Lanyon features
20-
21-
In addition to the features of Poole, Lanyon adds the following:
22-
23-
* Sidebar with active link support
24-
* Reverse layout
25-
* Functional contact form
26-
27-
2821
### Download
2922

3023
Naringu is developed on and hosted with GitHub. Head to the <a href="https://github.com/ariestiyansyah/naringu">GitHub repository</a> for downloads, bug reports, and features requests.

about/index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ id: 8
33
title: About
44
author: ariestiyansyah
55
layout: page
6-
guid: http://code-tax.rhcloud.com/?page_id=8
7-
ssb_post_sites:
8-
- 'a:6:{s:2:"fb";i:1;s:5:"gplus";N;s:7:"twitter";N;s:8:"linkedin";N;s:9:"pineterst";N;s:6:"reddit";N;}'
96
---
107

118
<img alt="" src="http://en.gravatar.com/userimage/24637430/bd861150ece04c59dff2ca785562b354?size=200" width="200" height="200" />

contact/index.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,19 @@
22
title: Contact
33
author: ariestiyansyah
44
layout: page
5-
description: Contact for Rizky Ariestiyansyah, if you need help or business with me
5+
description: Contact Naringu, if you need help or business with me
66
category: contact
7-
authorsure_include_css:
8-
-
97
---
108

119
<section class="inner">
1210
<h1>Hire me</h1>
1311

1412
<p>
1513
<em>
16-
Want to make you build the right product, right? contact me
14+
Naringu business contact form is here..
1715
</em>
1816
</p>
17+
<!-- Please change email below to your email to activate the form -->
1918
<form action="http://formspree.io/ariestiyansyah.rizky@gmail.com" role="form" method="POST">
2019
<div class="form-group">
2120
<label for="name">Your name?</label>

feed.category.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<?xml version="1.0" encoding="UTF-8"?>
44
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
55
<channel>
6-
<title>{{ site.name | xml_escape }} - Mozilla</title>
7-
<description>Posts categorized as 'Mozilla'</description>
6+
<title>{{ site.name | xml_escape }} - Naringu</title>
7+
<description>Posts categorized as 'Naringu'</description>
88
<link>{{ site.url }}</link>
9-
<atom:link href="{{ site.url }}/category/mozilla/feed" rel="self" type="application/rss+xml" />
10-
{% for post in site.categories.mozilla limit:10 %}
9+
<atom:link href="{{ site.url }}feed.category.xml" rel="self" type="application/rss+xml" />
10+
{% for post in site.categories.naringu limit:10 %}
1111
<item>
1212
<title>{{ post.title | xml_escape }}</title>
1313
{% if post.excerpt %}

0 commit comments

Comments
 (0)