aboutsummaryrefslogtreecommitdiffstats
path: root/project-config.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-10-06 18:29:15 -0700
committerGravatar Tom Willemse2019-10-06 18:29:15 -0700
commita00df1cad87b16222f708636d2831bd8581e1d2a (patch)
treedcae183c420eb4cbe7046d749520b7030fc8baa1 /project-config.el
parentfedf46e7ef3a0d5d3054efcf02ae90e643a33254 (diff)
downloadnew-ryuslash.org-a00df1cad87b16222f708636d2831bd8581e1d2a.tar.gz
new-ryuslash.org-a00df1cad87b16222f708636d2831bd8581e1d2a.zip
Add styling
Diffstat (limited to 'project-config.el')
-rw-r--r--project-config.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/project-config.el b/project-config.el
index c82cd58..4a9447b 100644
--- a/project-config.el
+++ b/project-config.el
@@ -9,7 +9,8 @@
:publishing-directory "public_html"
:exclude "\\`README.org\\'"
:base-extension "org"
- :publishing-function org-html-publish-to-html)
+ :publishing-function org-html-publish-to-html
+ :html-head "<link rel=\"stylesheet\" href=\"/assets/css/main.css\" type=\"text/css\"/>")
("ryuslash-rss"
:base-directory "."
:publishing-directory "public_html"