5f69adb5ba | ||
---|---|---|
.github/workflows | ||
assets | ||
blogs | ||
error | ||
raw | ||
src | ||
units | ||
.gitignore | ||
LICENSE | ||
Makefile | ||
README.md | ||
api.sh | ||
build.sh | ||
dns.py | ||
favicon.ico | ||
gencv | ||
install.sh | ||
nginxd | ||
skiqqy.1 | ||
start.html |
README.md
Skiqqy.xyz
This is my website, which is hosted here.
Building
There are two approaches
$ make # Build everything.
Or
$ make demo # Builds everything with injected warning text.
Static site
$ make build
Static Blog
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. To create the 'full' website, it is important to first run,
$ make blog
as this will create blog posts from the files found in blogs/RawBlogs
, and
and setup all the links and stuff for them, these blog files are written
with a custom markup lanuage with very simple markups, Currently there are the
following:
(1)
[
Normal Text Goes Here.
]
(2)
(
Block Text Goes here.
)
(1) Will generate:
Normal Text Goes Here.
(2) Will generate:
+--------------------------+
| |
| Block Text Goes Here |
| |
+--------------------------+