fix small issues
This commit is contained in:
parent
8bcacf9d15
commit
dae4f98f2d
3 changed files with 4 additions and 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)
|
||||
|
|
2
robots.txt
Normal file
2
robots.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
User-agent: *
|
||||
Disallow: /
|
Loading…
Add table
Reference in a new issue