Skip to content

Commit f4a1791

Browse files
committed
move website into repo
1 parent 8b08968 commit f4a1791

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+2385
-0
lines changed

docs/404.html

Lines changed: 19 additions & 0 deletions
Large diffs are not rendered by default.

docs/CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
j2html.com

docs/css/prism.css

Lines changed: 121 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,121 @@
1+
/* http://prismjs.com/download.html?themes=prism-okaidia&languages=markup+css+clike+javascript+java */
2+
/**
3+
* okaidia theme for JavaScript, CSS and HTML
4+
* Loosely based on Monokai textmate theme by http://www.monokai.nl/
5+
* @author ocodia
6+
*/
7+
8+
code[class*="language-"],
9+
pre[class*="language-"] {
10+
color: #f8f8f2;
11+
text-shadow: 0 1px rgba(0, 0, 0, 0.3);
12+
font-family: Consolas, Monaco, 'Andale Mono', monospace;
13+
direction: ltr;
14+
text-align: left;
15+
white-space: pre;
16+
word-spacing: normal;
17+
word-break: normal;
18+
line-height: 1.5;
19+
20+
-moz-tab-size: 4;
21+
-o-tab-size: 4;
22+
tab-size: 4;
23+
24+
-webkit-hyphens: none;
25+
-moz-hyphens: none;
26+
-ms-hyphens: none;
27+
hyphens: none;
28+
}
29+
30+
/* Code blocks */
31+
pre[class*="language-"] {
32+
padding: 1em;
33+
margin: .5em 0;
34+
overflow: auto;
35+
border-radius: 0.3em;
36+
}
37+
38+
:not(pre) > code[class*="language-"],
39+
pre[class*="language-"] {
40+
background: #272822;
41+
}
42+
43+
/* Inline code */
44+
:not(pre) > code[class*="language-"] {
45+
padding: .1em;
46+
border-radius: .3em;
47+
}
48+
49+
.token.comment,
50+
.token.prolog,
51+
.token.doctype,
52+
.token.cdata {
53+
color: slategray;
54+
}
55+
56+
.token.punctuation {
57+
color: #f8f8f2;
58+
}
59+
60+
.namespace {
61+
opacity: .7;
62+
}
63+
64+
.token.property,
65+
.token.tag,
66+
.token.constant,
67+
.token.symbol,
68+
.token.deleted {
69+
color: #f92672;
70+
}
71+
72+
.token.boolean,
73+
.token.number {
74+
color: #ae81ff;
75+
}
76+
77+
.token.selector,
78+
.token.attr-name,
79+
.token.string,
80+
.token.char,
81+
.token.builtin,
82+
.token.inserted {
83+
color: #a6e22e;
84+
}
85+
86+
.token.operator,
87+
.token.entity,
88+
.token.url,
89+
.language-css .token.string,
90+
.style .token.string,
91+
.token.variable {
92+
color: #f8f8f2;
93+
}
94+
95+
.token.atrule,
96+
.token.attr-value,
97+
.token.function {
98+
color: #e6db74;
99+
}
100+
101+
.token.keyword {
102+
color: #66d9ef;
103+
}
104+
105+
.token.regex,
106+
.token.important {
107+
color: #fd971f;
108+
}
109+
110+
.token.important,
111+
.token.bold {
112+
font-weight: bold;
113+
}
114+
.token.italic {
115+
font-style: italic;
116+
}
117+
118+
.token.entity {
119+
cursor: help;
120+
}
121+

docs/download.html

Lines changed: 24 additions & 0 deletions
Large diffs are not rendered by default.

docs/download_html.bat

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
curl "http://localhost:8888/" > index.html
2+
curl "http://localhost:8888/download.html" > download.html
3+
curl "http://localhost:8888/examples.html" > examples.html
4+
curl "http://localhost:8888/news.html" > news.html
5+
curl "http://localhost:8888/404.html" > 404.html

docs/examples.html

Lines changed: 411 additions & 0 deletions
Large diffs are not rendered by default.

docs/img/favicon.svg

Lines changed: 32 additions & 0 deletions
Loading

docs/img/logo.svg

Lines changed: 33 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)