basic initial todo list with some docs
This commit is contained in:
parent
74a1303caf
commit
a5792233e2
3 changed files with 390 additions and 0 deletions
132
themes/simple_white/simple_white.org
Normal file
132
themes/simple_white/simple_white.org
Normal file
|
@ -0,0 +1,132 @@
|
|||
#+SETUPFILE: ~/.emacs.d/org-styles/html/simple_white.theme
|
||||
#+TITLE: Simple White
|
||||
#+AUTHOR: Unknown
|
||||
#+EMAIL: mail@blablub.nil
|
||||
#+OPTIONS: ^:nil p:t
|
||||
|
||||
* Simple White
|
||||
Includes:
|
||||
- [X] CSS
|
||||
- [ ] JAVASCRIPT
|
||||
|
||||
Available as:
|
||||
- [ ] CSS FILE
|
||||
- [ ] JS FILE
|
||||
- [X] SETUPFILE
|
||||
|
||||
* Lists
|
||||
** Todo List
|
||||
*** TODO First todo
|
||||
*** DONE First Done with Date
|
||||
CLOSED: [2021-02-18 Thu 10:12]
|
||||
*** TODO Scheduled
|
||||
SCHEDULED: <2021-02-18 Thu>
|
||||
*** TODO Deadline
|
||||
DEADLINE: <2021-02-18 Thu>
|
||||
*** TODO Date
|
||||
<2021-02-18 Thu>
|
||||
|
||||
** Simple list
|
||||
- List item
|
||||
- List item
|
||||
- List item
|
||||
- List item
|
||||
|
||||
** Sorted List
|
||||
1. List item
|
||||
2. List item
|
||||
3. List item
|
||||
4. List item
|
||||
|
||||
** Checkbox
|
||||
- [ ] List item
|
||||
- [X] List item
|
||||
- [ ] List item
|
||||
- [X] List item
|
||||
|
||||
|
||||
* H1
|
||||
H1 Text
|
||||
** H2
|
||||
H2 Text
|
||||
*** H3
|
||||
H3 Text
|
||||
**** H4
|
||||
H4 Text
|
||||
***** H5
|
||||
H5 Text
|
||||
****** H6
|
||||
H6 Text
|
||||
******* H7
|
||||
H7 Text
|
||||
|
||||
|
||||
|
||||
* Table
|
||||
|
||||
| a | b | c | d | e | f |
|
||||
|----+----+----+----+----+----|
|
||||
| 0 | 1 | 2 | 3 | 4 | 5 |
|
||||
| 6 | 7 | 8 | 9 | 10 | 11 |
|
||||
| 12 | 13 | 14 | 15 | 16 | 17 |
|
||||
| 18 | 19 | 20 | 21 | 22 | 23 |
|
||||
| 24 | 25 | 26 | 27 | 28 | 29 |
|
||||
|
||||
|
||||
* Blocks
|
||||
** Center
|
||||
#+begin_center
|
||||
This is a center block
|
||||
#+end_center
|
||||
|
||||
** Comment
|
||||
#+begin_comment
|
||||
This is a comment block
|
||||
#+end_comment
|
||||
|
||||
** Example
|
||||
#+begin_example
|
||||
This is an example block
|
||||
#+end_example
|
||||
|
||||
** Quote
|
||||
#+begin_quote
|
||||
This is a quote block
|
||||
#+end_quote
|
||||
|
||||
** Verse
|
||||
#+begin_verse
|
||||
This is a verse block
|
||||
#+end_verse
|
||||
|
||||
|
||||
** Source Blocks
|
||||
*** Python
|
||||
#+begin_src python :results output :exports both
|
||||
for i in range(10):
|
||||
print(i)
|
||||
#+end_src
|
||||
|
||||
#+RESULTS:
|
||||
#+begin_example
|
||||
0
|
||||
1
|
||||
2
|
||||
3
|
||||
4
|
||||
5
|
||||
6
|
||||
7
|
||||
8
|
||||
9
|
||||
#+end_example
|
||||
|
||||
*** Elisp
|
||||
#+begin_src emacs-lisp :exports both
|
||||
(car '(a b c d))
|
||||
#+end_src
|
||||
|
||||
#+RESULTS:
|
||||
: a
|
||||
|
||||
|
3
themes/simple_white/simple_white.theme
Normal file
3
themes/simple_white/simple_white.theme
Normal file
|
@ -0,0 +1,3 @@
|
|||
#+OPTIONS: org-html-head-include-default-style:nil
|
||||
|
||||
#+HTML_HEAD: <style type="text/css"> * { font-family: "Georgia";}h1, h2, h3, h4, h5, h6,h1 span, h2 span, h3 span, h4 span, h5 span, h6 span,h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-family: "Arial";}pre, code { font-family: Monaco, "Courier New", Courier;}#text-table-of-contents a { font-family: "Arial";}/* @end *//* @group Baseline */body { font-size: 14px; line-height: 1.5em; padding: 0; margin: 0;}h1 { margin: 0; font-size: 1.6666666666666667em; line-height: 0.9em; margin-bottom: 0.9em;}h2 { margin: 0; font-size: 1.5em; line-height: 1em; margin-bottom: 1em;}h3 { margin: 0; font-size: 1.3333333333333333em; line-height: 1.125em; margin-bottom: 1.125em;}h4 { margin: 0; font-size: 1.1666666666666667em; line-height: 1.2857142857142858em; margin-bottom: 1.2857142857142858em;}p, ul, blockquote, pre, td, th, label { margin: 0; font-size: 1em; line-height: 1.5em; margin-bottom: 1.5em;}p.small, #postamble { margin: 0; font-size: 0.8333333333333334em; line-height: 1.8em; margin-bottom: 1.8em;}table { border-collapse: collapse; margin-bottom: 1.5em;}/* @end *//* @group Layout */#content { max-width: 72em; width: 72em; margin-left: auto; margin-right: auto;}/* #header { height: 10em;}*/#table-of-contents { width: 15em; float: left; overflow: auto;}/* #main { */div.outline-2 { width: 52em; float: right; /* The lines below are useful if the "main" div isn't available and div.outline-2 has to be used. */ position: relative;}#postamble { clear: both; text-align: center;}div.outline-2 pre { overflow: auto;}/* @end *//* @group Header */h1.title { margin-top: 10px; text-align: center;}h1.title { font-size: 3em; font-weight: bold; margin-bottom: 0.8em;}/* @end *//* @group Org Keywords */.todo { color: red;}.done { color: green;}.tag { color: blue; text-transform: lowercase; /* This will be obscured by the surrounding span tag, so blank everything. */ background: #fff; border: none; /* position: relative; text-align: right; right: 1em; */}.timestamp {}.timestamp-kwd { /* keyword associated with a time stamp, like SCHEDULED */}.target { /* target for links */}/* @end *//* @group Table of Contents */#table-of-contents h2 { letter-spacing: -0.1em;}#table-of-contents ul,#table-of-contents ol { padding-left: 1em;}/* @end *//* @group Outline Level 2 */.outline-2 h2 { background: #ffc; border-bottom: 1px solid #95c0e6;}.outline-2 h2, .outline-2 h3 { letter-spacing: -0.05em;}.outline-2 { padding: 5px; /* margin-bottom: 10px; */ /* border-top: 1px solid #ccc; */}/* @end */td { border: 1px solid #ccc;}h1 span, h2 span, h3 span, h4 span, h5 span, h6 span { background-color: #eee; padding: 2px; border: 1px solid #ccc;}.outline-1, .outline-2, .outline-3, .outline-4, .outline-5, .outline-6 { margin-left: 2em;}a { text-decoration: none; color: #57d; /* TODO: Find a better colour for this. */}a:hover { border-bottom: 1px dotted #57d;}#postamble p { margin: 0px;}.footpara { display: inline; }.footdef { margin-bottom: 3em; font-size: 80%; }/*]]>*/--></style><script type="text/javascript">/*@licstart The following is the entire license notice for theJavaScript code in this tag.Copyright (C) 2012-2013 Free Software Foundation, Inc.The JavaScript code in this tag is free software: you canredistribute it and/or modify it under the terms of the GNUGeneral Public License (GNU GPL) as published by the Free SoftwareFoundation, either version 3 of the License, or (at your option)any later version. The code is distributed WITHOUT ANY WARRANTY;without even the implied warranty of MERCHANTABILITY or FITNESSFOR A PARTICULAR PURPOSE. See the GNU GPL for more details.As additional permission under GNU GPL version 3 section 7, youmay distribute non-source (e.g., minimized or compacted) forms ofthat code without the copy of the GNU GPL normally required bysection 4, provided you include this license notice and a URLthrough which recipients can access the Corresponding Source.@licend The above is the entire license noticefor the JavaScript code in this tag.*/<!--/*--><![CDATA[/*><!--*/ function CodeHighlightOn(elem, id) { var target = document.getElementById(id); if(null != target) { elem.cacheClassElem = elem.className; elem.cacheClassTarget = target.className; target.className = "code-highlighted"; elem.className = "code-highlighted"; } } function CodeHighlightOff(elem, id) { var target = document.getElementById(id); if(elem.cacheClassElem) elem.className = elem.cacheClassElem; if(elem.cacheClassTarget) target.className = elem.cacheClassTarget; }</script>
|
Loading…
Add table
Add a link
Reference in a new issue