</div>
<div class="links-third">
<p>
- <a href="https://sr.ht/~eshel/">sr.ht</a>
+ <a href="https://sr.ht/~eshel/">Sourcehut</a>
</p>
</div>
<div class="links-fourth">
<p>
- <a href="mailto:me@eshelyaron.com">Mail</a>
+ <a href="mailto:me@eshelyaron.com">Personal email</a>
</p>
</div>
<div class="links-fifth">
+ <p>
+ <a href="./pub.html">🔑</a>
+ </p>
+ </div>
+ <div class="links-sixth">
<p>
<a href="http://adifriedman.com">❤️</a>
</p>
justify-content: center;
}
-.links-first, .links-second, .links-third, .links-fourth, .links-fifth {
+.links-first, .links-second, .links-third, .links-fourth {
width: 20%;
}
+.links-fifth, links-sixth {
+ width: 10%;
+}
+
span.tag {
font-size: small;
color: #4aa64a;
(require 'f)
(require 'tramp)
+(org-babel-do-load-languages
+ 'org-babel-load-languages
+ '((shell . t)))
+
(setq tramp-cache-read-persistent-data t
tramp-allow-unsafe-temporary-files t)
(esy/publish-project-make-org-template esy/website-source-org "index.org")
"Template for the index page of my website.")
+(defconst esy/publish-project-pub-template
+ (esy/publish-project-make-org-template esy/website-source-org "pub.org")
+ "Template for the GPG key page of my website.")
+
(defconst esy/publish-project-config-template
(esy/publish-project-make-org-template
(expand-file-name "dotfiles/.emacs.d" esy/website-source-root)
:publishing-directory ,esy/website-target-html
.
,esy/publish-project-index-template)
+ ("pub"
+ :publishing-directory ,esy/website-target-html
+ .
+ ,esy/publish-project-pub-template)
("static"
:publishing-directory ,esy/website-target-html
.
.
,esy/publish-project-config-template)
("eshelyaron.com" :components ("index"
+ "pub"
"static"
"config"))
("index.local"
esy/website-source-root)
.
,esy/publish-project-index-template)
+ ("pub.local"
+ :publishing-directory ,(expand-file-name "html"
+ esy/website-source-root)
+ .
+ ,esy/publish-project-pub-template)
("config.local"
:publishing-directory ,(expand-file-name "html"
esy/website-source-root)
.
,esy/publish-project-static-template)
("eshelyaron.local" :components ("index.local"
+ "pub.local"
"static.local"
"config.local")))))
(setq org-confirm-babel-evaluate nil)