Skip to content

Latest commit

 

History

History
97 lines (65 loc) · 2.7 KB

index.org

File metadata and controls

97 lines (65 loc) · 2.7 KB

Imagine

Welcome to Imagine.

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

Learn more

To learn more about Imagine and what I(Jesse Kelly) do feel free to check out my Blog or my Github

If you like Imagine you might also like…

Rethink: The cousin of Imagine based on HTML5 Up’s Story also targeting org mode.

Disclaimer

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!

Imagine supports…

Ordered lists

  1. A
  2. B
  3. C

Unordered lists

  • A
  • B
  • C

Links

jessekelly.tk

Images(Which are responsive!)

https://www.snapoye.com/ArtShop/wp-content/uploads/2019/03/cari1.jpeg

Tables(Which are responsive!)

NN^2N^3N^4sqrt(n)sqrt[4](N)SumDoubled
/<><><>
#111111612
#248161.41421.189232.603465.2068
#3927811.73211.3161123.0482246.0964

Latex

$$∫ab x^2 dx$$

Code

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

Checkboxes

  • [X] Checked
  • [ ] Unchecked

An item that needs done

An item that is done

Tags

Font styling

Bold italic underlined verbatim code strike-through