Hello, world!
Hello, world!
Let's see what the website design looks like and how to use the rST with Nikola. You probably won't find anything particularly interesting here.
Any tips and comments regarding the appearance of the website are welcome.
Some usefull links:
The manual for rST
-
The handbook for Nikola
-
Bootswatch
darkly
page [1] Isso documentation: https://isso-comments.de/docs/
Notes:
Nikola uses rst2html for generating output from rST
Admonitions
Supported specific admonitions: attention
, caution
, danger
, error
,
hint
, important
, note
, tip
, warning
.
Tables
A |
B |
C |
DEFG |
---|---|---|---|
x |
y |
0 |
xxx |
x |
y |
1 |
yyy |
Some |
table |
xxxxxx |
---|---|---|
more |
example |
yyyyyy |
complex |
and here some text |
One |
Two |
Tree |
---|---|---|
AAAA |
0.99 |
xxxxx |
BBBB |
0.49 |
yyyyy |
CCCC |
0.00001 |
zzzzz |
Code
We use pygments stata-dark
color scheme:
CODE_COLOR_SCHEME = 'stata-dark'
Here is the code block in Python:
Here is the code block in C:
Math
Inline Math example: \(e^{ix} = \cos x + i\sin x\)
Images
Images from /images
will be processed and have thumbnails created.
Below - thumbnails in a 1x2 grid:
Here's a test image with the .. image::
directive:
Header level 0
Under level 0.
-
List item 1
Under item 1
Under item 1
Under item 1
-
List item 2
Under item 2
Under item 2
Under item 2
-
List item 3
Under item 3
Under item 3
Under item 3
-
List item 4
Under item 4
Under item 4
Under item 4
Level 1
Under level 1.
List item 1
List item 2
List item 3
List item 4
Level 2
Under level 2.
List item 1
List item 2
List item 3
List item 4
Level 3
Under level 3.
One asterisk for emphasis, two asterisks for boldface, backquotes for code samples
.
Level 4 - the lowest
Under level 4.
Level 5 - the same as level 4
Level 6 - the same as level 4
Under level 6.
Under level 6.
Comments