Skip to content

Commit b584a30

Browse files
committed
fix permalink
1 parent 09d9dc3 commit b584a30

File tree

3 files changed

+42
-40
lines changed

3 files changed

+42
-40
lines changed

.idea/workspace.xml

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

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gems: [jekyll-paginate]
88
# Permalinks
99
#
1010
# Use of `relative_permalinks` ensures post links from the index work properly.
11-
permalink: /:year/:month/:day
11+
permalink: none
1212

1313
# Setup
1414
title: Stardust's Blog

_includes/head.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
</title>
1616

1717
<!-- CSS -->
18-
<link rel="stylesheet" href="{{ site.baseurl }}/../../../public/css/naringu.css">
19-
<link rel="stylesheet" href="{{ site.baseurl }}/../../../public/css/syntax.css">
20-
<link rel="stylesheet" href="{{ site.baseurl }}/../../../public/css/form.css">
18+
<link rel="stylesheet" href="{{ site.baseurl }}/../public/css/naringu.css">
19+
<link rel="stylesheet" href="{{ site.baseurl }}/../public/css/syntax.css">
20+
<link rel="stylesheet" href="{{ site.baseurl }}/../public/css/form.css">
2121
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Serif:400,400italic,700%7CPT+Sans:400">
2222

2323
<!-- Icons -->
24-
<link rel="shortcut icon" href=".{{ site.baseurl }}/../../../public/favicon.ico">
24+
<link rel="shortcut icon" href=".{{ site.baseurl }}/../public/favicon.ico">
2525

2626
<!-- RSS -->
2727
<link rel="alternate" type="application/rss+xml" title="RSS" href="{{ site.baseurl }}atom.xml">

0 commit comments

Comments
 (0)