Skip to content

Commit

Permalink
Add newsletter 01
Browse files Browse the repository at this point in the history
  • Loading branch information
syl20bnr committed Oct 3, 2016
1 parent 0477a4d commit fcfae43
Show file tree
Hide file tree
Showing 3 changed files with 447 additions and 1 deletion.
10 changes: 9 additions & 1 deletion core/core-documentation.el
Original file line number Diff line number Diff line change
Expand Up @@ -202,10 +202,18 @@ preprocessors for the exported .org files."
(org-html-htmlize-output-type 'css)
(org-publish-project-alist
`(("spacemacs"
:components ("spacemacs-doc"
:components ("spacemacs-news"
"spacemacs-doc"
"spacemacs-doc-static"
"layers-doc"
"layers-doc-static"))
("spacemacs-news"
:base-directory ,spacemacs-news-directory
:base-extension "org"
:publishing-directory ,(concat publish-target "news/")
:publishing-function org-html-publish-to-html
:headline-levels 4
:html-head ,header)
("spacemacs-doc"
:base-directory ,spacemacs-docs-directory
:base-extension "org"
Expand Down
3 changes: 3 additions & 0 deletions core/core-load-paths.el
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@
(defconst spacemacs-docs-directory
(expand-file-name (concat spacemacs-start-directory "doc/"))
"Spacemacs documentation directory.")
(defconst spacemacs-news-directory
(expand-file-name (concat spacemacs-start-directory "news/"))
"Spacemacs News directory.")
(defconst spacemacs-assets-directory
(expand-file-name (concat spacemacs-start-directory "assets/"))
"Spacemacs assets directory.")
Expand Down
Loading

0 comments on commit fcfae43

Please sign in to comment.