Compare commits

..

No commits in common. "9e41003bcef689fe3196aeffceb2db00bdc6e7f8" and "dc92dd52a461b5cf3e25c06a5648c17a50cefee1" have entirely different histories.

2 changed files with 4 additions and 3 deletions

View file

@ -3,6 +3,7 @@
file=$1 file=$1
style=$2 style=$2
html_file=${file::-3}.html html_file=${file::-3}.html
style="${style:'style.css'}
# Put html header in the file so it imports style.css # Put html header in the file so it imports style.css
cat > $html_file << EOF cat > $html_file << EOF

View file

@ -1,5 +1,5 @@
#!/bin/sh #!/bin/sh
get-feeds ./get-feeds
combine-md-files Feeds $HOME/xslfeed/feeds/* > $HOME/xslfeed/feeds.md ./combine-md-files Feeds $HOME/xslfeed/feeds/* > $HOME/xslfeed/feeds.md
generate-website-from-md $HOME/xslfeed/feeds.md /etc/xslfeed/style.css ./generate-website-from-html $HOME/xslfeed/feeds.md /etc/xslfeed/style.css