File tree 6 files changed +38
-0
lines changed
6 files changed +38
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ layout: default
3
+ ---
4
+ < center > < h1 > 404 Not Found</ h1 > </ center >
5
+ < hr > < center > nginx</ center >
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ title: Nginx Indonesia
3
3
4
4
description : > # this means to ignore newlines until "baseurl:"
5
5
Nginx Indonesia adalah tempat untuk berkontribusi para pengguna Nginx yang ada di Indonesia. Sumber kode yang ada di Nginx Indonesia adalah Open Source
6
+ keywords : nginx, nginx id, nginx indonesia
7
+ author : NginxID
6
8
baseurl : " "
7
9
url : " http://nginxid.com"
8
10
twitter_username : NginxID
Original file line number Diff line number Diff line change 9
9
< link rel ="stylesheet " href ="{{ "/css/main.css" | prepend: site.baseurl }}">
10
10
< link rel ="canonical " href ="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }} ">
11
11
< link rel ="stylesheet " href ="/css/nginxid.css ">
12
+ < link href ="/favicon.png " rel ="icon ">
13
+ < meta name ="author " content ="{{ site.author }} ">
14
+ < meta name ="keywords " content ="{{ site.keywords }} ">
12
15
</ head >
Original file line number Diff line number Diff line change 14
14
</ a >
15
15
16
16
< div class ="trigger ">
17
+ < a class ="page-link " href ="{{ site.url }} "> Home</ a >
17
18
{% for page in site.pages %}
18
19
{% if page.title %}
19
20
< a class ="page-link " href ="{{ page.url | prepend: site.baseurl }} "> {{ page.title }}</ a >
Original file line number Diff line number Diff line change
1
+ ---
2
+ layout: default
3
+ title: Archive
4
+ permalink: /archive/
5
+ ---
6
+
7
+ < section id ="archive ">
8
+ < h1 class ="page-heading "> Archive Post Nginx Indonesia</ h1 >
9
+ {%for post in site.posts %}
10
+ {% unless post.next %}
11
+ < ul class ="ularchive ">
12
+ {% else %}
13
+ {% capture year %}{{ post.date | date: '%Y' }}{% endcapture %}
14
+ {% capture nyear %}{{ post.next.date | date: '%Y' }}{% endcapture %}
15
+ {% if year != nyear %}
16
+ </ ul >
17
+ < h3 > {{ post.date | date: '%Y' }}</ h3 >
18
+ < ul class ="past ">
19
+ {% endif %}
20
+ {% endunless %}
21
+ < li > < time > {{ post.date | date: "%-d %b, %Y" }}</ time > → < a href ="{{ post.url }} "> {{ post.title }}</ a > </ li >
22
+ {% endfor %}
23
+ </ ul >
24
+ </ section >
Original file line number Diff line number Diff line change @@ -8,4 +8,7 @@ vertical-align: baseline;
8
8
}
9
9
table .news p {
10
10
margin-top : 0 ;
11
+ }
12
+ ul .ularchive li {
13
+ font-size : 23px ;
11
14
}
You can’t perform that action at this time.
0 commit comments