Org Style Demo
A custom org css stylesheet to bring it to visual parity with the rest of my website. The org template is borrowed from https://gongzhitaao.org/orgcss/.
Usage & Copyright
If you want to use this stylesheet, feel free to add this line to your .org file:
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="https://seanzhang.ca/org.css"/>
If you discover any bugs, feel free to let me know either directly or through Github.
TODO Todos are Nice
DONE Nesting
Under this section is some plain text. A few things:
- Numbered List.
How about nesting some unordered lists?
- Like this
- and this
No TODO here
Something can be quoted here. Another use for this might be in-line notes.
There are some monospaced
text blocks here. Code block examples:
#include <iostream>
int main() {
std::cout << "hello world" << std::endl;
return 0;
}
Rust:
fn main() {
println!("Hello world");
for i in 1..2 {
continue;
}
}
JSON
{
"name": "Example",
"a_list": [
1, 2, 3,
],
"message": {
"w": "orld"
}
}
Here's a table I borrowed:
Utility | Description |
---|---|
bibtex2html | Export citations in bib files, if any, to html. |
MathJax | Render math equations. |
Some Math
The Rendering Eqauation
\begin{align*}
L_o(x_i) = L_i(x_i) + L_e()
\end{align*}
This is an inline thing $4^e$
Code not working
{
"name": "Example",
"a_list": [
1, 2, 3,
],
"message": {
"w": "orld"
}
}