Update CSS and JS path
This commit is contained in:
1
dotfiles/doom/.gitignore
vendored
1
dotfiles/doom/.gitignore
vendored
@@ -1 +1,2 @@
|
||||
snippets/
|
||||
config.el
|
||||
|
@@ -1,8 +1,21 @@
|
||||
#+TITLE: Doom Emacs Configuration
|
||||
:DRAWER:
|
||||
#+AUTHOR: Dehaeze Thomas
|
||||
#+EMAIL: dehaeze.thomas@gmail.com
|
||||
#+STARTUP: overview
|
||||
|
||||
#+LANGUAGE: en
|
||||
#+EMAIL: dehaeze.thomas@gmail.com
|
||||
#+AUTHOR: Dehaeze Thomas
|
||||
|
||||
#+HTML_LINK_HOME: ./index.html
|
||||
#+HTML_LINK_UP: ./index.html
|
||||
|
||||
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="../css/htmlize.css"/>
|
||||
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="../css/readtheorg.css"/>
|
||||
#+HTML_HEAD: <script type="text/javascript" src="../js/jquery.min.js"></script>
|
||||
#+HTML_HEAD: <script type="text/javascript" src="../js/bootstrap.min.js"></script>
|
||||
#+HTML_HEAD: <script type="text/javascript" src="../js/jquery.stickytableheaders.min.js"></script>
|
||||
#+HTML_HEAD: <script type="text/javascript" src="../js/readtheorg.js"></script>
|
||||
|
||||
#+PROPERTY: header-args :tangle yes :results none :padline no
|
||||
:END:
|
||||
|
||||
|
Reference in New Issue
Block a user