Skip to content

Commit d13e16a

Browse files
committed
创建博客
1 parent 4c55bd1 commit d13e16a

18 files changed

+2103
-254
lines changed

.idea/modules.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/naringu.iml

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/workspace.xml

Lines changed: 522 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_config.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,26 @@ gems: [jekyll-paginate]
1111
permalink: pretty
1212

1313
# Setup
14-
title: Naringu
14+
title: Stardust's Blog
1515
tagline: 'A Hacker like jekyll theme'
16-
description: 'oonlab is crafted with <3 by ariestiyansyah.'
17-
url: http://naringu.oonlab.com
16+
description: '计算机科学|程序设计|创业者'
17+
url: https://gitlab.com/finalxcode
1818
baseurl: /
1919
paginate: 7
2020

2121
# About/contact
2222
author:
23-
name: Rizky Ariestiyansyah
24-
url: https://twitter.com/ariestiyansyah
25-
email: ariestiyansyah.rizky@gmail.com
23+
name: Stardust
24+
url: https://gitlab.com/finalxcode
25+
email: finalxcode@gmail.com
2626

2727
# Custom vars
2828
version: 2.0
2929

3030
# Social Media
31-
github: http://github.com/ariestiyansyah
32-
twitter: http://twitter.com/ariestiyansyah
33-
disqus: testnaringu
31+
github: https://gitlab.com/finalxcode
32+
twitter: https://gitlab.com/finalxcode
33+
disqus: finalxcode
3434

3535
# Theme Author (Please don't edit this line cause of MIT LICENSE rules)
3636
theme:

_includes/sidebar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- Toggleable sidebar -->
66
<div class="sidebar" id="sidebar">
77
<div class="sidebar-item">
8-
<img width="125" height="125" alt="A photo of ariestiyansyah" src="{{ site.baseurl }}images/head.jpeg">
8+
<img width="125" height="125" alt="A photo of ariestiyansyah" src="{{ site.baseurl }}images/head.png">
99
<p>{{ site.description }}</p>
1010
</div>
1111

_layouts/categories.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
layout: page
3+
---
4+
5+
{% for category in site.categories %}
6+
<h2>{{ category | first }}</h2>
7+
</span>{{ category | last | size }}</span>
8+
<ul class="arc-list">
9+
{% for post in category.last %}
10+
<li>{{ post.date | date:"%d/%m/%Y"}}<a href="{{ post.url }}">{{ post.title }}</a></li>
11+
{% endfor %}
12+
</ul>
13+
{% endfor %}

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

Lines changed: 0 additions & 14 deletions
This file was deleted.

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

Lines changed: 0 additions & 123 deletions
This file was deleted.

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

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)