her.esy.fun/src/index.org
Yann Esposito (Yogsototh) ec8276f5a4
org-mode CSS more examples
2019-07-09 14:03:32 +02:00

10 KiB

Welcome!

This is a new take on my personal blog. With a lot more minimalism in mind.

I know light is more usual, but I prefer to use a dark background as it will tend to consume slightly less energy for some screen technologies.

With org-mode

Template Testing

Text can be bold, italic, strikethrough or keyword.

Link to another page.

There should be whitespace between paragraphs.

Level 2

There should be whitespace between paragraphs. GitHub is a code hosting platform for version control and collaboration. It lets you and others work together on projects from anywhere.

Level 3

This is a blockquote folling a header.

When something is important enough, you do it even if the odds are not in your favor.

Level 4
// Javascript code with syntax highlighting.
var fun = function lang(l) {
  dateformat.i18n = require('./lang/' + l)
  return true;
}
# Ruby code with syntax highlighting
GitHubPages::Dependencies.gems.each do |gem, version|
  s.add_dependency(gem, "= #{version}")
end
(defn clj-fn
  "A clojure function with syntax highlighting"
  [arg]
  (clojure.pprint/pprint arg))
-- main hello world
main :: IO ()
main = do
  putStrLn "What is your name?"
  name <- getLine
  putStrLn $ "Hello " <> name <> "!"
Level 5
  • this is an unordered list following a header.
  • this is an unordered list following a header.
  • this is an unordered list following a header.
  1. this is an ordered list following a header.
  2. this is an ordered list following a header.

    • sub unordered

      • sub sub unordered
      • xxx
    • unordered

      1. ordered again
      2. yep :)
  3. this is an ordered list following a header.

    1. sub ordered
    2. second

      1. sub sub ordered
      2. still
    3. here
  4. this is an ordered list following a header.
head1 head two
ok good swedish fish
out of stock good and plenty
ok good oreos
ok good zoute drop

There's a horizontal rule below this


Here is an unordered list:

  • level 1 item

    • level 2 item
    • level 2 item
    • level 2 item

      • level 3 item
      • level 3 item
  • level 1 item

    • level 2 item

      • level 3 item
      • level 3 item
    • level 2 item
    • level 2 item
  • level 1 item

    • level 2 item
    • level 2 item
    • level 2 item
TODO todo
IN-PROGRESS in-progress
IN-REVIEW in-review
HOLD on hold state
  • State "HOLD" from "IN-REVIEW" [2019-07-09 Tue 13:44]
    some reason
WAITING waiting status
  • State "WAITING" from [2019-07-09 Tue 13:44]
    waitin for someone
DONE done status
CANCELED canceled status

CLOSED: [2019-07-09 Tue 13:45]

  • State "CANCELED" from [2019-07-09 Tue 13:45]
    cancel reason