added project for unchanging pages that shouldn't be indexed, like about me and the home page

This commit is contained in:
William Ball 2025-08-12 14:18:32 -07:00
parent 240f6c5420
commit 53acc291e1
Signed by: wball
GPG key ID: B8682D8137B70765

View file

@ -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/"