mirror of
https://github.com/skiqqy/skiqqy.github.io
synced 2025-01-02 20:42:03 +00:00
updated
This commit is contained in:
parent
502907e0c1
commit
dee0a826a2
12
README.md
12
README.md
@ -23,9 +23,9 @@ This file uses a custom markup called skup (skiqqy markup) that has the followin
|
||||
#### 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>.
|
||||
SBLOCK. <Title>
|
||||
<text/skup/html>
|
||||
EBLOCK
|
||||
EBLOCK.
|
||||
```
|
||||
This will generate html that looks something like the following.
|
||||
```
|
||||
@ -41,6 +41,14 @@ This will generate html that looks something like the following.
|
||||
#### Newlines
|
||||
To force a newline simply use `\\` (just like LaTeX).
|
||||
|
||||
### Links
|
||||
To add a link use
|
||||
```
|
||||
a/name.domain/<your link name>/
|
||||
```
|
||||
This will create a hyperlink with the text `<your link name` pointing to
|
||||
`name.domain`
|
||||
|
||||
### 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.
|
||||
|
4
build.sh
4
build.sh
@ -15,8 +15,8 @@ conv () {
|
||||
sed -E "s|(\\*/)([^ \)]*)|*\/<a href=https:\/\/\2/>\2</a>|g" |
|
||||
sed -E "s|(\\!/)([^ \)]*)|!\/<a href=http:\/\/\2/>\2</a>|g" |
|
||||
sed -E 's|a/(.+)/(.+)/|<a href="\1">\2</a>|g' |
|
||||
sed -E 's|^SBLOCK (.+)\.|<div class=box><div class=boxheader>\1</div><br>|g' |
|
||||
sed -E 's|^EBLOCK|</div>|g' |
|
||||
sed -E 's|^SBLOCK\. (.+)|<div class=box><div class=boxheader>\1</div><br>|g' |
|
||||
sed -E 's|^EBLOCK\.|</div>|g' |
|
||||
sed -E 's|\\\\|<br>|g' |
|
||||
|
||||
sed -E '/%%BODY%%/r /dev/stdin' raw/template.html |
|
||||
|
@ -1,7 +1,7 @@
|
||||
SBLOCK My Hobbies.
|
||||
SBLOCK. My Hobbies
|
||||
This page contains several links to my non CS hobbies that I participate in.
|
||||
EBLOCK
|
||||
EBLOCK.
|
||||
|
||||
SBLOCK Gaming.
|
||||
SBLOCK. Gaming
|
||||
* My World of Warcraft homepage: <a href="/site/wow.html">here</a>.
|
||||
EBLOCK
|
||||
EBLOCK.
|
||||
|
@ -1,4 +1,4 @@
|
||||
SBLOCK About Me.
|
||||
SBLOCK. About Me
|
||||
* My name is Stephen Cochrane, but my friends call
|
||||
me Skippy (Written skiqqy).
|
||||
\\\\
|
||||
@ -22,9 +22,9 @@ SBLOCK About Me.
|
||||
* Just read the man-pages bro.
|
||||
\\\\
|
||||
* Come water my flowers in animal crossing pls.
|
||||
EBLOCK
|
||||
EBLOCK.
|
||||
|
||||
SBLOCK About this website.
|
||||
SBLOCK. About this website
|
||||
This website serves as my little footprint on the
|
||||
amazing creation that is the internet.
|
||||
\\\\
|
||||
@ -45,9 +45,9 @@ pushed.
|
||||
If you are interested in more more in depth explanation of the setup, you can
|
||||
read this <a href=https://blog.skiqqy.xyz/new-vs-old/ target=blank_>post</a>,
|
||||
as well as <a href=https://blog.skiqqy.xyz/nginxd/ target=blank_>this one</a>.
|
||||
EBLOCK
|
||||
EBLOCK.
|
||||
|
||||
SBLOCK Webring.
|
||||
SBLOCK. Webring
|
||||
* Please go take a look at my friend Tristan, aka
|
||||
"The king of subnets"/"alloca go brrr", his
|
||||
website located here !/deavmi.assigned.network
|
||||
@ -57,9 +57,9 @@ SBLOCK Webring.
|
||||
\\\\
|
||||
* nova "something something weeb" __surname__
|
||||
\\ - */novaburst.tilde.team
|
||||
EBLOCK
|
||||
EBLOCK.
|
||||
|
||||
SBLOCK What I consider bloat.
|
||||
SBLOCK. What I consider bloat
|
||||
* Any program that is not "minimal", in the sense
|
||||
that it does not conform to the unix philosophy
|
||||
of doing one thing, and doing that one thing well.
|
||||
@ -73,9 +73,9 @@ SBLOCK What I consider bloat.
|
||||
* Google.
|
||||
\\\\
|
||||
* Facebook.
|
||||
EBLOCK
|
||||
EBLOCK.
|
||||
|
||||
SBLOCK Contact Details.
|
||||
SBLOCK. Contact Details
|
||||
* Fediverse: @x@social.skiqqy.xyz
|
||||
\\\\
|
||||
* Twitter: @posix_patrol
|
||||
@ -87,8 +87,8 @@ SBLOCK Contact Details.
|
||||
* xmpp: ohmyskippy@disroot.org
|
||||
\\\\
|
||||
* Discord: Skiqqy#1159
|
||||
EBLOCK
|
||||
EBLOCK.
|
||||
|
||||
SBLOCK Other.
|
||||
SBLOCK. Other
|
||||
* IRC: irc.skiqqy.xyz:6667
|
||||
EBLOCK
|
||||
EBLOCK.
|
||||
|
@ -1,4 +1,4 @@
|
||||
SBLOCK Private.
|
||||
SBLOCK. Private
|
||||
* pizza, found here ^/skiqqy/pizza
|
||||
\\\\
|
||||
* cmesg, found here ^/skiqqy/cmesg
|
||||
@ -10,24 +10,24 @@ SBLOCK Private.
|
||||
* This website, found here ^/skiqqy/skiqqy.github.io
|
||||
\\\\
|
||||
* DChess, found here ^/skiqqy/DChess
|
||||
EBLOCK
|
||||
EBLOCK.
|
||||
|
||||
SBLOCK Community Projects (more than 2-3 devs).
|
||||
SBLOCK. Community Projects (more than 2-3 devs)
|
||||
* CRXN, more details can be found <a
|
||||
href=https://deavmi.github.io/projects/crxn target=blank_>here</a>.
|
||||
\\\\
|
||||
* BNet, an IRC network, more info can be found <a
|
||||
href=https://deavmi.github.io/projects/bonobonet target=blank_>here</a>.
|
||||
EBLOCK
|
||||
EBLOCK.
|
||||
|
||||
SBLOCK "Dead" Projects.
|
||||
SBLOCK. "Dead" Projects
|
||||
These are projects that develeopment has stopped on, Hopefully they will be
|
||||
revived.
|
||||
\\\\
|
||||
* KCC: Kak C Compiler, found here ^/skiqqy/kcc
|
||||
EBLOCK
|
||||
EBLOCK.
|
||||
|
||||
SBLOCK University Projects.
|
||||
SBLOCK. University Projects
|
||||
Due to the fact that many of these projects are still being used to asses
|
||||
students at SU, these repos must be set to private, in order to prevent
|
||||
students from
|
||||
@ -109,4 +109,4 @@ copying my work
|
||||
found below:
|
||||
\\- <a href=/assets/CS354/project5/report.pdf>Project Report</a>.
|
||||
\\- <a href=/assets/CS354/project5/spec.pdf>Project Specification</a>.
|
||||
EBLOCK
|
||||
EBLOCK.
|
||||
|
@ -1,12 +1,12 @@
|
||||
SBLOCK Operating System & Desktop Environment.
|
||||
SBLOCK. Operating System & Desktop Environment
|
||||
* Currently I am running <a href=https://getfedora.org>Fedora GNU/Linux</a>
|
||||
\\\\
|
||||
* As for desktop environment, A only use dwm, it fits my workflow perfectly,
|
||||
and I have spent the last few years perfecting it, I dont need a mouse, all I
|
||||
need is a keyboard, and I am comfortable.
|
||||
EBLOCK
|
||||
EBLOCK.
|
||||
|
||||
SBLOCK Workflow.
|
||||
SBLOCK. Workflow
|
||||
* My workflow is simple: <a href=https://dwm.suckless.org/>dwm</a> + <a
|
||||
href=https://st.suckless.org/>terminal</a> + <a
|
||||
href=https://github.com/tmux/tmux/wiki>tmux</a> + <a
|
||||
@ -28,16 +28,16 @@ SBLOCK Workflow.
|
||||
\\- ^/skiqqy/.tmux
|
||||
\\- ^/skiqqy/dwm
|
||||
\\- ^/skiqqy/st
|
||||
EBLOCK
|
||||
EBLOCK.
|
||||
|
||||
SBLOCK Pictures.
|
||||
SBLOCK. Pictures
|
||||
* Image 1: An example of a normal working session
|
||||
using tmux, with vim open.
|
||||
\\\\
|
||||
* Image 2: An example of programs being tiled.
|
||||
\\\\
|
||||
* Image 3: An example of an empty workspace.
|
||||
EBLOCK
|
||||
EBLOCK.
|
||||
|
||||
<a href=../assets/media/dwm2.png>Image 1:</a>
|
||||
<img src="../assets/media/dwm2.png">
|
||||
|
@ -1,7 +1,7 @@
|
||||
SBLOCK Toons.
|
||||
SBLOCK. Toons
|
||||
* My current main is a restoration shaman named ohmytotems. I've mained the
|
||||
healer role for a number of years now, but just recently made the switch to
|
||||
shaman, and I am loving it!
|
||||
\\- My <a href="https://raider.io/characters/eu/draenor/Ohmytotems">raider.io</a>.
|
||||
\\- My <a href="https://worldofwarcraft.com/en-us/character/eu/draenor/ohmytotems">armory</a>.
|
||||
EBLOCK
|
||||
EBLOCK.
|
||||
|
Loading…
Reference in New Issue
Block a user