mirror of
https://github.com/skiqqy/skiqqy.github.io
synced 2025-03-11 07:07:46 +00:00
Updated README
This commit is contained in:
parent
26e58471c5
commit
0bca6ec137
25
README.md
25
README.md
@ -16,6 +16,31 @@ $ make demo # Builds everything with injected warning text.
|
|||||||
$ make build
|
$ make build
|
||||||
````
|
````
|
||||||
|
|
||||||
|
### Web Pages
|
||||||
|
In the current iteration, to add a new page to the website create a `raw/<file>.txt`, this will generate an html file placed in `site/<file>.html`. For examples look inside `raw/`.
|
||||||
|
This file uses a custom markup called skup (skiqqy markup) that has the following features.
|
||||||
|
|
||||||
|
#### Blocks
|
||||||
|
Wrap text/skup/html in a block, please note the `.` that terminates the title as well as the `EBLOCK` that terminates the block.
|
||||||
|
```
|
||||||
|
SBLOCK <Title>.
|
||||||
|
<text/skup/html>
|
||||||
|
EBLOCK
|
||||||
|
```
|
||||||
|
This will generate html that looks something like the following.
|
||||||
|
```
|
||||||
|
+------------------------------------+
|
||||||
|
| |
|
||||||
|
| <Title> |
|
||||||
|
| |
|
||||||
|
| <text/skup/html> |
|
||||||
|
| |
|
||||||
|
+------------------------------------+
|
||||||
|
```
|
||||||
|
|
||||||
|
#### Newlines
|
||||||
|
To force a newline simply use `\\` (just like LaTeX).
|
||||||
|
|
||||||
### Static Blog
|
### Static Blog
|
||||||
The goal of this website is to serve 'static' content that gets updated
|
The goal of this website is to serve 'static' content that gets updated
|
||||||
through scripts, this is to reduce bloat, and to ensure a fast website.
|
through scripts, this is to reduce bloat, and to ensure a fast website.
|
||||||
|
Loading…
Reference in New Issue
Block a user