diff options
-rw-r--r-- | index.org | 2 | ||||
-rw-r--r-- | publish.el | 2 | ||||
-rw-r--r-- | robots.txt | 2 |
3 files changed, 4 insertions, 2 deletions
@@ -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]]. @@ -88,7 +88,7 @@ :html-preamble "<div class='topnav'><a href='/'>Home</a><a href='/projects.html'>Projects</a><a href='/blog'>Blog</a><a href='/config.html'>Dotfiles</a><a href='/about.html'>About Me</a><a href='/rss.xml'>RSS</a></div>") ("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: / |