From: Zachary Vance Date: Fri, 13 Mar 2015 21:45:19 +0000 (-0700) Subject: Remove separate markdown directory--everything is going to be in markdown now X-Git-Url: https://git.za3k.com/?a=commitdiff_plain;h=403a7914f3fef3963838c4c74aeee005a71f664b;p=za3k.git Remove separate markdown directory--everything is going to be in markdown now --- diff --git a/.htaccess b/.htaccess index 9b72818..a02d6a7 100644 --- a/.htaccess +++ b/.htaccess @@ -7,3 +7,5 @@ RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] +Action markdown /cgi-bin/markdown/Markdown.cgi +AddHandler markdown .md diff --git a/journal/issues.md b/issues.md similarity index 100% rename from journal/issues.md rename to issues.md diff --git a/journal/.htaccess b/journal/.htaccess deleted file mode 100644 index fff76c2..0000000 --- a/journal/.htaccess +++ /dev/null @@ -1,2 +0,0 @@ -Action markdown /cgi-bin/markdown/Markdown.cgi -AddHandler markdown .md diff --git a/journal/markdown.css b/markdown.css similarity index 100% rename from journal/markdown.css rename to markdown.css