Compare commits
No commits in common. "9e41003bcef689fe3196aeffceb2db00bdc6e7f8" and "dc92dd52a461b5cf3e25c06a5648c17a50cefee1" have entirely different histories.
9e41003bce
...
dc92dd52a4
2 changed files with 4 additions and 3 deletions
|
@ -3,6 +3,7 @@
|
|||
file=$1
|
||||
style=$2
|
||||
html_file=${file::-3}.html
|
||||
style="${style:'style.css'}
|
||||
|
||||
# Put html header in the file so it imports style.css
|
||||
cat > $html_file << EOF
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/sh
|
||||
|
||||
get-feeds
|
||||
combine-md-files Feeds $HOME/xslfeed/feeds/* > $HOME/xslfeed/feeds.md
|
||||
generate-website-from-md $HOME/xslfeed/feeds.md /etc/xslfeed/style.css
|
||||
./get-feeds
|
||||
./combine-md-files Feeds $HOME/xslfeed/feeds/* > $HOME/xslfeed/feeds.md
|
||||
./generate-website-from-html $HOME/xslfeed/feeds.md /etc/xslfeed/style.css
|
||||
|
|
Loading…
Reference in a new issue