Go to file
Stephen Cochrane 1807568ffe Updated all css 2020-10-19 16:47:13 +02:00
.github/workflows Setting up workflow 2020-05-03 21:52:30 +02:00
assets Slight changes 2020-10-14 23:07:32 +02:00
blogs Updated all css 2020-10-19 16:47:13 +02:00
error Them changed to dark mode 2020-10-18 19:11:11 +02:00
html Updated repo 2020-05-02 22:46:30 +02:00
src Added new blog 2020-05-03 21:20:31 +02:00
units added new unit 2020-10-17 22:48:00 +01:00
.gitignore added secret folder 2020-10-12 18:33:18 +02:00
LICENSE Create LICENSE 2020-05-07 16:07:06 +02:00
Makefile Added new blog 2020-05-03 21:20:31 +02:00
README.md Updated readme 2020-05-03 20:58:27 +02:00
dns.py Slight addition to dns.py 2020-10-18 17:44:01 +02:00
favicon.ico added assets 2020-10-12 22:17:14 +02:00
gencv Finish mass rename 2020-10-12 18:07:38 +02:00
index.html CSS fix 2020-10-19 16:34:50 +02:00
install.sh Small fix 2020-10-14 18:14:45 +02:00
nginxd Updated units 2020-10-17 23:49:58 +02:00
projects.html Updated all css 2020-10-19 16:47:13 +02:00
setup.html Updated all css 2020-10-19 16:47:13 +02:00
skiqqy.1 Finish mass rename 2020-10-12 18:07:38 +02:00

README.md

yggpi

This is my website root, I plan on improving it over time

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   |
|                          |
+--------------------------+

Reason for C

Its fast. Aint no body got time for bloated stuff.