mikuli.cz

:)
git clone https://git.sr.ht/~ashymad/mikuli.cz
Log | Files | Refs

commit 8757f7a448f3d18f8e9004de34d214471120bcf0
parent 41828f1417425bdf1808d851b7ad91e37a8f212f
Author: markseu <mark2011@mayberg.se>
Date:   Fri,  9 Nov 2018 09:33:07 +0100

Changed Markdown file extension

Diffstat:
Rcontent/1-home/page.txt -> content/1-home/page.md | 0
Rcontent/9-about/page.txt -> content/9-about/page.md | 0
Msystem/config/config.ini | 8++++----
Rsystem/config/page-error-404.txt -> system/config/page-error-404.md | 0
Rsystem/config/page-error-430.txt -> system/config/page-error-430.md | 0
Rsystem/config/page-error-434.txt -> system/config/page-error-434.md | 0
Rsystem/config/page-error-500.txt -> system/config/page-error-500.md | 0
Rsystem/config/page-new-default.txt -> system/config/page-new-default.md | 0
8 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/content/1-home/page.txt b/content/1-home/page.md diff --git a/content/9-about/page.txt b/content/9-about/page.md diff --git a/system/config/config.ini b/system/config/config.ini @@ -33,14 +33,14 @@ ContentDir: content/ ContentRootDir: default/ ContentHomeDir: home/ ContentPagination: page -ContentDefaultFile: page.txt -ContentExtension: .txt +ContentDefaultFile: page.md +ContentExtension: .mx ConfigExtension: .ini DownloadExtension: .download TextFile: text.ini +ErrorFile: page-error-(.*).md +NewFile: page-new-(.*).md LanguageFile: language-(.*).txt -ErrorFile: page-error-(.*).txt -NewFile: page-new-(.*).txt RobotsFile: robots.txt FaviconFile: favicon.ico ServerUrl: diff --git a/system/config/page-error-404.txt b/system/config/page-error-404.md diff --git a/system/config/page-error-430.txt b/system/config/page-error-430.md diff --git a/system/config/page-error-434.txt b/system/config/page-error-434.md diff --git a/system/config/page-error-500.txt b/system/config/page-error-500.md diff --git a/system/config/page-new-default.txt b/system/config/page-new-default.md