Remove sensitive information
This commit is contained in:
parent
cd1214000f
commit
e23453c989
3 changed files with 402 additions and 0 deletions
10
snippets/org-mode/hhead
Normal file
10
snippets/org-mode/hhead
Normal file
|
@ -0,0 +1,10 @@
|
|||
# name: html-head
|
||||
# key: hhead
|
||||
# --
|
||||
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="`(expand-file-name "~/.emacs.d/export.css")`" />
|
||||
#+HTML_HEAD_EXTRA: <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Fredoka+One|Raleway:400,400i,800|Share+Tech+Mono" />
|
||||
#+INFOJS_OPT: view:showall toc:nil ltoc:nil
|
||||
#+OPTIONS: num:nil
|
||||
#+TITLE: $1
|
||||
|
||||
$0
|
Loading…
Add table
Add a link
Reference in a new issue