FIxed files not being published
This commit is contained in:
parent
64914f85d3
commit
a0c38b8f3f
1 changed files with 29 additions and 24 deletions
|
|
@ -19,7 +19,13 @@
|
||||||
:with-creator t ;; Include Emacs and Org versions in footer
|
:with-creator t ;; Include Emacs and Org versions in footer
|
||||||
:with-toc nil ;; Include a table of contents
|
:with-toc nil ;; Include a table of contents
|
||||||
:section-numbers nil ;; Don't include section numbers
|
:section-numbers nil ;; Don't include section numbers
|
||||||
:time-stamp-file nil))) ;; Don't include time stamp in file
|
:time-stamp-file nil)
|
||||||
|
(list "attachments"
|
||||||
|
:recursive t
|
||||||
|
:base-directory "${src}"
|
||||||
|
:base-extension "jpg\\|gif\\|png\\|css"
|
||||||
|
:publishing-directory "./public"
|
||||||
|
:publishing-function 'org-publish-attachment))) ;; Don't include time stamp in file
|
||||||
|
|
||||||
;; Customize the HTML output
|
;; Customize the HTML output
|
||||||
(setq org-html-validation-link nil ;; Don't show validation link
|
(setq org-html-validation-link nil ;; Don't show validation link
|
||||||
|
|
@ -40,7 +46,6 @@ 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