about summary refs log tree commit diff stats
path: root/mynah
diff options
context:
space:
mode:
Diffstat (limited to 'mynah')
-rwxr-xr-xmynah4
1 files changed, 2 insertions, 2 deletions
diff --git a/mynah b/mynah
index e42250d..cf9c876 100755
--- a/mynah
+++ b/mynah
@@ -45,7 +45,7 @@ build_logs() {
         echo -e "$archive_entry" >> ../archive.md
     done
     cd ..
-    pandoc archive.md -o public/archive.html
+    pandoc -c styles.css -s archive.md -o public/archive.html
 }
 
 build() {
@@ -64,7 +64,7 @@ build() {
             (( i++ ))
             updated_at="- [${file%.*}](${SITEURL}/${file%.*}.html), ${RFC822}"
             echo -e "$updated_at\n$(cat ../changelog.md)" > ../changelog.md
-            pandoc "${file}" -o ../public/"${file%.*}".html
+            pandoc -c ../styles.css -s "${file}" -o ../public/"${file%.*}".html
             rss_entry='<item>
 <title>
 <![CDATA[ the page "'${file%.*}'" was updated! ]]>