Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Milan
blog.milan-ihl.de
Commits
87455576
Commit
87455576
authored
Dec 25, 2018
by
Milan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adjust defaults and make permalinks by date a setting
parent
bd4fb67a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
5 deletions
+10
-5
archetypes/default.md
archetypes/default.md
+8
-5
config.toml
config.toml
+2
-0
No files found.
archetypes/default.md
View file @
87455576
---
title = "{{ replace .TranslationBaseName "-" " " | title }}"
date = {{ .Date }}
tags = []
featured_image = ""
description = ""
title
:
"
{{
replace
.Name
"-" " " | title }}"
draft
:
true
type
:
"
article"
date
:
{{
.Date
}}
tags
:
[
"
Linux"
]
featured_image
:
"
"
description
:
"
tba"
---
tba
config.toml
View file @
87455576
...
...
@@ -6,3 +6,5 @@ Paginate = 5
summaryLength
=
35
enableRobotsTXT
=
true
enableEmoji
=
true
[permalinks]
posts
=
"posts/1:year/:month/:day/:slug/"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment