Compare commits
3 commits
04383f9896
...
08afe16530
Author | SHA1 | Date | |
---|---|---|---|
08afe16530 | |||
1890b8c8f9 | |||
40d2c8056f |
2 changed files with 1 additions and 2 deletions
|
@ -44,6 +44,6 @@ sed -i 's/) <a href=\"blog\//) <a href=\".\//' ~/public_html/blog/index.html
|
|||
sed -i 's/<webMaster>.*<\/webMaster>/<webMaster>jjanzen@jjanzen.ca (jjanzen)<\/webMaster>/g' ~/public_html/rss.xml
|
||||
sed -i 's/<author>.*<\/author>/<author>jjanzen@jjanzen.ca (jjanzen)<\/author>/g' ~/public_html/rss.xml
|
||||
|
||||
/bin/cp -r "$HOME/public_html"/* "$location"
|
||||
rsync -a -v --delete-after "$/HOME/public_html/" "$location"
|
||||
chown -R apache:apache "$location"
|
||||
chmod -R 775 "$location"
|
||||
|
|
|
@ -71,7 +71,6 @@
|
|||
<a href='/blog'>Blog</a>\
|
||||
<a href='/dotfiles/'>Dotfiles</a>\
|
||||
<a href='/about.html'>About Me</a>\
|
||||
<a href='/rss.xml'>RSS</a>\
|
||||
<a target='_blank' href='https://git.jjanzen.ca/jjanzen/'>Git</a>\
|
||||
</div>")
|
||||
(defvar jj/html-postamble "\
|
||||
|
|
Loading…
Add table
Reference in a new issue