From dae4f98f2d8a7d17cd7283969aa83d7d0bdadbad Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Thu, 2 May 2024 18:23:54 -0500 Subject: fix small issues --- index.org | 2 +- publish.el | 2 +- robots.txt | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 robots.txt diff --git a/index.org b/index.org index c76af77..8335a29 100644 --- a/index.org +++ b/index.org @@ -2,6 +2,6 @@ I set this website up to be minimal, yet visually appealing. I wrote it in =org-mode= and generate the HTML from that. I avoid JavaScript whenever possible as I don't like writing it, and I like being able to use the Web without having to run extra client-side code. It's currently hosted on sourcehut pages, but I intend to eventually move it over to a self-hosted server when I get the hardware (this is years away). -Find me on [[https://git.sr.ht/~jjanzen/][sourcehut]] and [[https://www.linkedin.com/in/jacob--jjanzen/][LinkedIn]]. +Find me on [[https://git.sr.ht/~jjanzen/][sourcehut]] and [[https://www.linkedin.com/in/jacob--janzen/][LinkedIn]]. The source code for this website can be found [[https://git.sr.ht/~jjanzen/website][here]]. diff --git a/publish.el b/publish.el index 68dbf9e..3e75962 100644 --- a/publish.el +++ b/publish.el @@ -88,7 +88,7 @@ :html-preamble "
HomeProjectsBlogDotfilesAbout MeRSS
") ("org-static" :base-directory "~/website/" - :base-extension "css\\|js\\|png\\|jpg\\|gif\\|pdf\\|mp3\\|ogg\\|swf" + :base-extension "txt\\css\\|js\\|png\\|jpg\\|gif\\|pdf\\|mp3\\|ogg\\|swf" :publishing-directory "~/public_html" :recursive t :publishing-function org-publish-attachment) diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000..1f53798 --- /dev/null +++ b/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: / -- cgit v1.2.3