Move all config files outside or dotfiles folder
This commit is contained in:
parent
8b4863bb4d
commit
fa3f4be374
@ -1305,7 +1305,7 @@ https://www.reddit.com/r/orgmode/comments/7u2n0h/tip_for_defining_latex_macros_f
|
||||
#+begin_src emacs-lisp
|
||||
(setq org-publish-project-alist
|
||||
'(("config"
|
||||
:base-directory "~/.config/literate-dotfiles/dotfiles/"
|
||||
:base-directory "~/.config/literate-dotfiles/"
|
||||
:publishing-directory "~/.config/literate-dotfiles/docs/"
|
||||
:recursive nil
|
||||
:publishing-function org-html-publish-to-html
|
||||
@ -1359,33 +1359,6 @@ https://www.reddit.com/r/orgmode/comments/7u2n0h/tip_for_defining_latex_macros_f
|
||||
:table-of-contents nil)))
|
||||
#+end_src
|
||||
|
||||
** TODO Org big org-project
|
||||
#+begin_src emacs-lisp :tangle no
|
||||
(setq org-publish-project-alist
|
||||
'(("website"
|
||||
:components ("nass-simscape" "nass-simscape-images"))
|
||||
("nass-simscape"
|
||||
:base-directory "~/Cloud/thesis/matlab/nass-simscape/org/"
|
||||
:base-extension "org"
|
||||
:publishing-directory "~/Cloud/website/nass-simscape/"
|
||||
:publishing-function org-html-publish-to-html
|
||||
|
||||
:html-link-up "./index.html"
|
||||
:html-link-home "~/Cloud/website/index.html"
|
||||
|
||||
:html-footnotes-section "<div id='footnotes'><!--%s-->%s</div>"
|
||||
|
||||
:recursive nil
|
||||
:auto-sitemap nil
|
||||
:language en)
|
||||
("nass-simscape-images"
|
||||
:base-directory "~/Cloud/thesis/matlab/nass-simscape/docs/figs/"
|
||||
:base-extension "png"
|
||||
:publishing-directory "~/Cloud/website/nass-simscape/figs/"
|
||||
:publishing-function org-publish-attachment)
|
||||
))
|
||||
#+end_src
|
||||
|
||||
** Automatically run =startblock= when opening org-mode files
|
||||
#+begin_src emacs-lisp
|
||||
(after! org
|
12
readme.org
12
readme.org
@ -1,12 +0,0 @@
|
||||
#+TITLE: Personal Dotfiles written in a literate way
|
||||
|
||||
Main config file is accessible [[file:dotfiles/index.org][here]].
|
||||
|
||||
#+begin_src bash :results output replace :wrap quote
|
||||
uname -a
|
||||
#+end_src
|
||||
|
||||
#+RESULTS:
|
||||
#+begin_quote
|
||||
Linux thomas-pc 5.7.19-2-MANJARO #1 SMP PREEMPT Fri Aug 28 20:22:12 UTC 2020 x86_64 GNU/Linux
|
||||
#+end_quote
|
1
readme.org
Symbolic link
1
readme.org
Symbolic link
@ -0,0 +1 @@
|
||||
index.org
|
Loading…
Reference in New Issue
Block a user