Imagine is a css blog theme designed to work seamlessly with org mode. Imagine is clean and creative.
To use Imagine simply include the following org headers:
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="imagine.css" />
#+OPTIONS: toc:nil num:nil html-style:nil
To learn more about Imagine and what I(Jesse Kelly) do feel free to check out my Blog or my Github
Rethink: The cousin of Imagine based on HTML5 Up’s Story also targeting org mode.
I work on these themes in my spair time andI offer them to the world for free. I love org mode and I wish there were more themes like this available. If you know css and would like to help build amazing websites with org mode and emacs please feel free to contribute and throw me some code. I always appreciate it!
- A
- B
- C
- A
- B
- C
N | N^2 | N^3 | N^4 | sqrt(n) | sqrt[4](N) | Sum | Doubled | |
---|---|---|---|---|---|---|---|---|
/ | <> | < | > | < | > | |||
# | 1 | 1 | 1 | 1 | 1 | 1 | 6 | 12 |
# | 2 | 4 | 8 | 16 | 1.4142 | 1.1892 | 32.6034 | 65.2068 |
# | 3 | 9 | 27 | 81 | 1.7321 | 1.3161 | 123.0482 | 246.0964 |
def fact(n):
"Returns the factorial of a number"
if(n <= 1): return 1
else: return n*fact(n-1)
print(fact(3))
Insanity: doing the same thing over and over again and expecting different results.
Albert Einstein
- [X] Checked
- [ ] Unchecked
Bold italic underlined verbatim
code
strike-through