2024-01-29 04:54:32 +00:00
|
|
|
# -*- mode: org; -*-
|
|
|
|
#
|
|
|
|
# This setup stack represents the following configuration:
|
|
|
|
#
|
|
|
|
#{
|
|
|
|
# "table-of-contents": false,
|
|
|
|
# "section-numbers": false,
|
|
|
|
# "postamble": false,
|
|
|
|
# "fancy-lists": false,
|
|
|
|
# "fancy-icons": false,
|
|
|
|
# "back-to-top": true,
|
|
|
|
# "collection": {
|
|
|
|
# "enabled": false,
|
|
|
|
# }
|
|
|
|
#}
|
|
|
|
# I recommend you to generate your own css/js files by forking, cloning and customizing the file
|
|
|
|
# theme.json before building it.
|
|
|
|
#
|
|
|
|
#
|
|
|
|
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="dist/tufte.css"/>
|
|
|
|
#+HTML_HEAD: <script src="dist/bundle.js" type="text/javascript" ></script>
|
2024-02-03 19:43:40 +00:00
|
|
|
#+OPTIONS: html-style:nil
|