added project for unchanging pages that shouldn't be indexed, like about me and the home page
This commit is contained in:
parent
240f6c5420
commit
53acc291e1
1 changed files with 10 additions and 0 deletions
|
|
@ -546,6 +546,16 @@ I'm using the fork as described [[https://abode.karthinks.com/org-latex-preview/
|
|||
:html-preamble-format (("en" "<div class=\"blog-header\"><a href=\"archive.html\">Post Archive</a></div>")
|
||||
("tok" "<div class=\"blog-header\"><a href=\"archive.html\">toki ante</a></div>"))
|
||||
)
|
||||
("org-pages"
|
||||
:base-directory "~/repos/blog/pages/"
|
||||
:publishing-directory "/ssh:wball@ballcloud.cc:~/blog/"
|
||||
:base-extension "org"
|
||||
:recursive t
|
||||
:publishing-function org-html-publish-to-html
|
||||
:author "William Ball"
|
||||
:language "en"
|
||||
:html-head "<link rel=\"stylesheet\" href=\"/static/style.css\" type=\"text/css\"/><link rel=\"icon\" href\"static/favicon.ico\"/>"
|
||||
)
|
||||
("org-static"
|
||||
:base-directory "~/repos/blog/static/"
|
||||
:publishing-directory "/ssh:wball@ballcloud.cc:~/blog/static/"
|
||||
|
|
|
|||
Loading…
Reference in a new issue