Fixed missing css on main page
This commit is contained in:
parent
94ab268ab9
commit
febb55d1d7
1 changed files with 2 additions and 1 deletions
|
|
@ -25,7 +25,7 @@
|
||||||
(setq org-html-validation-link nil ;; Don't show validation link
|
(setq org-html-validation-link nil ;; Don't show validation link
|
||||||
org-html-head-include-scripts nil ;; Use our own scripts
|
org-html-head-include-scripts nil ;; Use our own scripts
|
||||||
org-html-head-include-default-style nil ;; Use our own styles
|
org-html-head-include-default-style nil ;; Use our own styles
|
||||||
org-html-head "<link rel=\"stylesheet\" href=\"${./style.css}\" />")
|
org-html-head "<link rel=\"stylesheet\" href=\"./style.css\" />")
|
||||||
|
|
||||||
;; Generate the site output
|
;; Generate the site output
|
||||||
(org-publish-all t)
|
(org-publish-all t)
|
||||||
|
|
@ -40,6 +40,7 @@ in
|
||||||
'';
|
'';
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out
|
mkdir -p $out
|
||||||
|
cp ${./style.css} $out/style.css
|
||||||
cd public
|
cd public
|
||||||
cp -r . $out/
|
cp -r . $out/
|
||||||
'';
|
'';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue