Intial commit
This commit is contained in:
commit
fdffac250f
8 changed files with 165 additions and 0 deletions
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
repo/
|
||||||
|
archives/
|
||||||
|
media/
|
1
.well-known/matrix/server
Executable file
1
.well-known/matrix/server
Executable file
|
@ -0,0 +1 @@
|
||||||
|
{ "m.server": "matrix.askiiart.net:443" }
|
BIN
askiiart.gif
Executable file
BIN
askiiart.gif
Executable file
Binary file not shown.
After Width: | Height: | Size: 789 KiB |
74
index.html
Executable file
74
index.html
Executable file
|
@ -0,0 +1,74 @@
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<link rel="icon" href="/askiiart.gif" type="image/icon">
|
||||||
|
<title>askiiart's site</title>
|
||||||
|
<link href="style.css" type="text/css" rel="stylesheet" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1 id="askiiarts-site">askiiart’s site</h1>
|
||||||
|
<p>I’m a hobby programmer, and co-founder and vice president of the TCCD CompSci and Coding Club. This is my site.</p>
|
||||||
|
<h2 id="personal-links">Personal links:</h2>
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://git.askiiart.net/askiiart">Gitea</a> (my main git thing)</li>
|
||||||
|
<li><a href="https://github.com/askiiart">GitHub</a></li>
|
||||||
|
<li><a href="https://codeberg.org/TCCD-CompSci-and-Coding-Club/">Codeberg</a> (rarely used, aside from club stuff)</li>
|
||||||
|
<li><a href="https://infosec.exchange/@askiiart">Mastodon</a></li>
|
||||||
|
<li><a href="https://news.ycombinator.com/user?id=askiiart">Hacker News</a></li>
|
||||||
|
<li>Discord: <a href="https://discord.com/users/552658564368302092">askiiart#5353</a></li>
|
||||||
|
<li>Email: <a href="mailto:dev@askiiart.net">dev@askiiart.net</a></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="site-links">Site Links</h2>
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://git.askiiart.net/">Gitea</a></li>
|
||||||
|
<li><a href="/archives/">The archives</a>
|
||||||
|
<ul>
|
||||||
|
<li>If there’s something I should add to the archives, contact me on Discord.</li>
|
||||||
|
<li>Additionally, there’s <a href="/archives/iso-and-stuff/Windows/">this section</a> of the archives with nearly every piece Windows installation media there is - even server, IoT, and embedded versions. Get your Windows ISOs here!</li>
|
||||||
|
</ul></li>
|
||||||
|
<li><a href="https://askiiart.net/repo/">My yum repo</a>
|
||||||
|
<ul>
|
||||||
|
<li>A yum repo for stuff I add. I’ll probably make it into an NVIDIA 470 driver repo because <a href="https://www.youtube.com/watch?v=IVpOyKCNZYw">NVIDIA is a pain</a>.</li>
|
||||||
|
</ul></li>
|
||||||
|
<li><a href="https://element.askiiart.net/">Element</a>
|
||||||
|
<ul>
|
||||||
|
<li>It’s element, the Matrix client</li>
|
||||||
|
</ul></li>
|
||||||
|
<li><a href="https://libreddit.askiiart.net/">LibReddit</a>
|
||||||
|
<ul>
|
||||||
|
<li>A Reddit frontend</li>
|
||||||
|
</ul></li>
|
||||||
|
<li><a href="https://nitter.askiiart.net/">Nitter</a>
|
||||||
|
<ul>
|
||||||
|
<li>An ad-free Twitter frontend</li>
|
||||||
|
</ul></li>
|
||||||
|
<li><a href="https://composerize.askiiart.net/">Composerize</a>
|
||||||
|
<ul>
|
||||||
|
<li>Convert docker run to docker compose.</li>
|
||||||
|
</ul></li>
|
||||||
|
<li><a href="https://invidious.askiiart.net/">Invidious</a>
|
||||||
|
<ul>
|
||||||
|
<li>A privacy-focused, ad-free YouTube frontend</li>
|
||||||
|
</ul></li>
|
||||||
|
<li><a href="https://status.askiiart.net/">Status</a>
|
||||||
|
<ul>
|
||||||
|
<li>The status page for all the publicly accessible stuff.</li>
|
||||||
|
</ul></li>
|
||||||
|
<li><a href="https://bibliogram.askiiart.net/applysettings/3bb4944d6d346268ae9bd84f42bc9a51">Bibliogram</a>
|
||||||
|
<ul>
|
||||||
|
<li>An alternative frontend to Instagram</li>
|
||||||
|
</ul></li>
|
||||||
|
</ul>
|
||||||
|
<h2 id="cool-stuff">Cool Stuff</h2>
|
||||||
|
<ul>
|
||||||
|
<li><a href="https://streetpass.social/">StreetPass for Mastodon</a>
|
||||||
|
<ul>
|
||||||
|
<li>Basically Nintendo StreetPass, but for Mastodon</li>
|
||||||
|
</ul></li>
|
||||||
|
<li><a href="https://bestmotherfucking.website/">Best Motherf**king Website</a>
|
||||||
|
<ul>
|
||||||
|
<li>A fantastic looking, satirical website, mocking things including but not limited to: “5MB background video[s] of hipsters poking at their iPhones”</li>
|
||||||
|
</ul></li>
|
||||||
|
</ul>
|
||||||
|
</body>
|
||||||
|
</html>
|
43
index.md
Executable file
43
index.md
Executable file
|
@ -0,0 +1,43 @@
|
||||||
|
# askiiart's site
|
||||||
|
|
||||||
|
I'm a hobby programmer, and co-founder and vice president of the TCCD CompSci and Coding Club. This is my site.
|
||||||
|
|
||||||
|
## Personal links:
|
||||||
|
|
||||||
|
- [Gitea](https://git.askiiart.net/askiiart) (my main git thing)
|
||||||
|
- [GitHub](https://github.com/askiiart)
|
||||||
|
- [Codeberg](https://codeberg.org/TCCD-CompSci-and-Coding-Club/) (rarely used, aside from club stuff)
|
||||||
|
- [Mastodon](https://infosec.exchange/@askiiart)
|
||||||
|
- [Hacker News](https://news.ycombinator.com/user?id=askiiart)
|
||||||
|
- Discord: [askiiart#5353](https://discord.com/users/552658564368302092)
|
||||||
|
- Email: [dev@askiiart.net](mailto:dev@askiiart.net)
|
||||||
|
|
||||||
|
## Site Links
|
||||||
|
|
||||||
|
- [Gitea](https://git.askiiart.net/)
|
||||||
|
- [The archives](/archives/)
|
||||||
|
- If there's something I should add to the archives, contact me on Discord.
|
||||||
|
- Additionally, there's [this section](/archives/iso-and-stuff/Windows/) of the archives with nearly every piece Windows installation media there is - even server, IoT, and embedded versions. Get your Windows ISOs here!
|
||||||
|
- [My yum repo](https://askiiart.net/repo/)
|
||||||
|
- A yum repo for stuff I add. I'll probably make it into an NVIDIA 470 driver repo because [NVIDIA is a pain](https://www.youtube.com/watch?v=IVpOyKCNZYw).
|
||||||
|
- [Element](https://element.askiiart.net/)
|
||||||
|
- It's element, the Matrix client
|
||||||
|
- [LibReddit](https://libreddit.askiiart.net/)
|
||||||
|
- A Reddit frontend
|
||||||
|
- [Nitter](https://nitter.askiiart.net/)
|
||||||
|
- An ad-free Twitter frontend
|
||||||
|
- [Composerize](https://composerize.askiiart.net/)
|
||||||
|
- Convert docker run to docker compose.
|
||||||
|
- [Invidious](https://invidious.askiiart.net/)
|
||||||
|
- A privacy-focused, ad-free YouTube frontend
|
||||||
|
- [Status](https://status.askiiart.net/)
|
||||||
|
- The status page for all the publicly accessible stuff.
|
||||||
|
- [Bibliogram](https://bibliogram.askiiart.net/applysettings/3bb4944d6d346268ae9bd84f42bc9a51)
|
||||||
|
- An alternative frontend to Instagram
|
||||||
|
|
||||||
|
## Cool Stuff
|
||||||
|
|
||||||
|
- [StreetPass for Mastodon](https://streetpass.social/)
|
||||||
|
- Basically Nintendo StreetPass, but for Mastodon
|
||||||
|
- [Best Motherf**king Website](https://bestmotherfucking.website/)
|
||||||
|
- A fantastic looking, satirical website, mocking things including but not limited to: "5MB background video\[s\] of hipsters poking at their iPhones"
|
13
md2html.py
Executable file
13
md2html.py
Executable file
|
@ -0,0 +1,13 @@
|
||||||
|
import os
|
||||||
|
from glob import glob
|
||||||
|
|
||||||
|
# pandoc --data-dir /big-stuff/files/websites/personal-site/html --template template.html -t html -o index.html index.md
|
||||||
|
os.chdir('/big-stuff/files/websites/personal-site/html')
|
||||||
|
md_files = glob('*.md')
|
||||||
|
md_files_no_ext = []
|
||||||
|
|
||||||
|
for item in md_files:
|
||||||
|
md_files_no_ext.append(item[:-3])
|
||||||
|
|
||||||
|
for item in md_files_no_ext:
|
||||||
|
os.system(f'pandoc --data-dir /big-stuff/files/websites/personal-site/html --template template.html -t html -o {item}.html {item}.md')
|
20
style.css
Executable file
20
style.css
Executable file
|
@ -0,0 +1,20 @@
|
||||||
|
@media{
|
||||||
|
body {color:#eee;background:#060606}
|
||||||
|
a:link {color:#80c47b}
|
||||||
|
a:hover, a:visited:hover {color:#6bb794}
|
||||||
|
a:visited {color:#80c47b}
|
||||||
|
}
|
||||||
|
body{
|
||||||
|
margin:1em auto;
|
||||||
|
max-width:100em;
|
||||||
|
padding:0 .62em;
|
||||||
|
font:1.0em/1.35 sans-serif
|
||||||
|
}
|
||||||
|
h1,h2,h3 {
|
||||||
|
line-height:1.2
|
||||||
|
}
|
||||||
|
@media print{
|
||||||
|
body{
|
||||||
|
max-width:none
|
||||||
|
}
|
||||||
|
}
|
11
template.html
Executable file
11
template.html
Executable file
|
@ -0,0 +1,11 @@
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<link rel="icon" href="/askiiart.gif" type="image/icon">
|
||||||
|
<title>askiiart's site</title>
|
||||||
|
<link href="style.css" type="text/css" rel="stylesheet" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
$body$
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in a new issue