SSL'd my website
This commit is contained in:
parent
943190cd72
commit
49c7a93c12
1 changed files with 2 additions and 2 deletions
|
@ -101,10 +101,10 @@ I separate my /website/ into distinct projects separately built:
|
|||
("blog-rss"
|
||||
:base-directory ,org-mode-websrc-directory
|
||||
:base-extension "org"
|
||||
:rss-image-url "http://howardism.org/img/dragon-head.png"
|
||||
:rss-image-url "https://howardism.org/img/dragon-head.png"
|
||||
:publishing-directory ,org-mode-publishing-directory
|
||||
:publishing-function (org-rss-publish-to-rss)
|
||||
:html-link-home "http://www.howardism.org/"
|
||||
:html-link-home "https://www.howardism.org/"
|
||||
:html-link-use-abs-url t
|
||||
:with-toc nil
|
||||
:exclude ".*"
|
||||
|
|
Loading…
Reference in a new issue