restructure
This commit is contained in:
parent
f406a6cd3c
commit
a4c0950b40
26 changed files with 5 additions and 313 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -30,3 +30,6 @@ test.*
|
||||||
# Nix
|
# Nix
|
||||||
result
|
result
|
||||||
/result
|
/result
|
||||||
|
|
||||||
|
# Mkdocs
|
||||||
|
/site
|
||||||
|
|
23
.md.toml
23
.md.toml
|
@ -1,23 +0,0 @@
|
||||||
html_void = ["area", "base", "br", "col", "command", "embed", "hr", "img", "input", "keygen", "link", "meta", "param", "source", "track", "wbr"]
|
|
||||||
dont_copy_paths = [
|
|
||||||
# "./src/templates"
|
|
||||||
]
|
|
||||||
|
|
||||||
src = "./src"
|
|
||||||
dest = "./build"
|
|
||||||
[template]
|
|
||||||
enable = true
|
|
||||||
order = [
|
|
||||||
{ type = "Powerpoint", path = "./src/templates/powerpoint.html" },
|
|
||||||
{ type = "Adjacent" },
|
|
||||||
{ type = "AdjacentFolder" },
|
|
||||||
{ type = "RootFolder", path = "./src/templates/folder.html" },
|
|
||||||
# path to the templates' folder,
|
|
||||||
{ type = "Root", path = "./src/templates" },
|
|
||||||
{ type = "General", path = "./src/templates/general.html" },
|
|
||||||
{ type = "Default" },
|
|
||||||
]
|
|
||||||
|
|
||||||
[indexing]
|
|
||||||
roots = ["wiki"]
|
|
||||||
render_drafts = false
|
|
104
flake.lock
104
flake.lock
|
@ -1,72 +1,6 @@
|
||||||
{
|
{
|
||||||
"nodes": {
|
"nodes": {
|
||||||
"bfom": {
|
|
||||||
"inputs": {
|
|
||||||
"naersk": "naersk",
|
|
||||||
"nixpkgs": "nixpkgs_2",
|
|
||||||
"utils": "utils"
|
|
||||||
},
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1723500950,
|
|
||||||
"narHash": "sha256-t1eApFGI+JzLIW2YToLlDV20n+Nevk1q4fZBYU1m93I=",
|
|
||||||
"owner": "silver_rust",
|
|
||||||
"repo": "bfom",
|
|
||||||
"rev": "7f339f28442758ecc3f1697e3f70d441973664b9",
|
|
||||||
"type": "gitlab"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "silver_rust",
|
|
||||||
"repo": "bfom",
|
|
||||||
"type": "gitlab"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"naersk": {
|
|
||||||
"inputs": {
|
|
||||||
"nixpkgs": "nixpkgs"
|
|
||||||
},
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1713520724,
|
|
||||||
"narHash": "sha256-CO8MmVDmqZX2FovL75pu5BvwhW+Vugc7Q6ze7Hj8heI=",
|
|
||||||
"owner": "nix-community",
|
|
||||||
"repo": "naersk",
|
|
||||||
"rev": "c5037590290c6c7dae2e42e7da1e247e54ed2d49",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "nix-community",
|
|
||||||
"repo": "naersk",
|
|
||||||
"type": "github"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
|
||||||
"lastModified": 1714091391,
|
|
||||||
"narHash": "sha256-68n3GBvlm1MIeJXadPzQ3v8Y9sIW3zmv8gI5w5sliC8=",
|
|
||||||
"owner": "NixOS",
|
|
||||||
"repo": "nixpkgs",
|
|
||||||
"rev": "4c86138ce486d601d956a165e2f7a0fc029a03c1",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"id": "nixpkgs",
|
|
||||||
"type": "indirect"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"nixpkgs_2": {
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1714091391,
|
|
||||||
"narHash": "sha256-68n3GBvlm1MIeJXadPzQ3v8Y9sIW3zmv8gI5w5sliC8=",
|
|
||||||
"owner": "NixOS",
|
|
||||||
"repo": "nixpkgs",
|
|
||||||
"rev": "4c86138ce486d601d956a165e2f7a0fc029a03c1",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"id": "nixpkgs",
|
|
||||||
"type": "indirect"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"nixpkgs_3": {
|
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1695837737,
|
"lastModified": 1695837737,
|
||||||
"narHash": "sha256-KcqmJ5hNacLuE7fkz5586kp/vt4NLo6+Prq3DMgrxpQ=",
|
"narHash": "sha256-KcqmJ5hNacLuE7fkz5586kp/vt4NLo6+Prq3DMgrxpQ=",
|
||||||
|
@ -82,9 +16,8 @@
|
||||||
},
|
},
|
||||||
"root": {
|
"root": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"bfom": "bfom",
|
"nixpkgs": "nixpkgs",
|
||||||
"nixpkgs": "nixpkgs_3",
|
"utils": "utils"
|
||||||
"utils": "utils_2"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"systems": {
|
"systems": {
|
||||||
|
@ -102,43 +35,10 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"systems_2": {
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1681028828,
|
|
||||||
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
|
|
||||||
"owner": "nix-systems",
|
|
||||||
"repo": "default",
|
|
||||||
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "nix-systems",
|
|
||||||
"repo": "default",
|
|
||||||
"type": "github"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"utils": {
|
"utils": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"systems": "systems"
|
"systems": "systems"
|
||||||
},
|
},
|
||||||
"locked": {
|
|
||||||
"lastModified": 1710146030,
|
|
||||||
"narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=",
|
|
||||||
"owner": "numtide",
|
|
||||||
"repo": "flake-utils",
|
|
||||||
"rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "numtide",
|
|
||||||
"repo": "flake-utils",
|
|
||||||
"type": "github"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"utils_2": {
|
|
||||||
"inputs": {
|
|
||||||
"systems": "systems_2"
|
|
||||||
},
|
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1694529238,
|
"lastModified": 1694529238,
|
||||||
"narHash": "sha256-zsNZZGTGnMOf9YpHKJqMSsa0dXbfmxeoJ7xHlrt+xmY=",
|
"narHash": "sha256-zsNZZGTGnMOf9YpHKJqMSsa0dXbfmxeoJ7xHlrt+xmY=",
|
||||||
|
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
|
@ -1,27 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en-ie">
|
|
||||||
<head>
|
|
||||||
<title>{title}</title>
|
|
||||||
<link href="./assets/favicon/favicon-16x16.png" rel="icon" type="image/png"/>
|
|
||||||
<link href="./assets/index.css" rel="stylesheet" type="text/css"/>
|
|
||||||
|
|
||||||
<!-- for code formatting -->
|
|
||||||
<link rel="stylesheet" href="./assets/hybrid.min.css">
|
|
||||||
<script src="./assets/highlight.min.js"></script>
|
|
||||||
<script>hljs.highlightAll()</script>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div class="wrapper">
|
|
||||||
<header class="page-header"></header>
|
|
||||||
<main class="page-body">
|
|
||||||
{body}
|
|
||||||
</main>
|
|
||||||
<footer class="page-footer">
|
|
||||||
UL Computer Society 2023-<span id="year">2023</span>
|
|
||||||
<script>
|
|
||||||
document.getElementById('year').textContent = new Date().getFullYear().toString()
|
|
||||||
</script>
|
|
||||||
</footer>
|
|
||||||
</div>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
|
@ -1,83 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang='en'>
|
|
||||||
<head>
|
|
||||||
<title>{title}</title>
|
|
||||||
<link href="./assets/favicon/favicon-16x16.png" rel="icon" type="image/png"/>
|
|
||||||
|
|
||||||
<!-- for code formatting -->
|
|
||||||
<link rel="stylesheet" href="./assets/hybrid.min.css">
|
|
||||||
<script src="./assets/highlight.min.js"></script>
|
|
||||||
<script>hljs.highlightAll()</script>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
{body}
|
|
||||||
</body>
|
|
||||||
<style>
|
|
||||||
section.slide {
|
|
||||||
position: absolute;
|
|
||||||
top: 50%;
|
|
||||||
left: 50%;
|
|
||||||
transform: translate(-50%, -50%) scale(3);
|
|
||||||
}
|
|
||||||
ol, ul {
|
|
||||||
margin-top: 0;
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
|
||||||
img{
|
|
||||||
display: block;
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
max-width: 40%;
|
|
||||||
max-height: 40%;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<script>
|
|
||||||
let slide_number = 0;
|
|
||||||
let slide_max = 0;
|
|
||||||
|
|
||||||
for (let section of document.querySelectorAll("section.slide")) {
|
|
||||||
let number = parseInt(section.id, 10);
|
|
||||||
if (number > slide_max) {
|
|
||||||
slide_max = number;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
slide_next = (change) => {
|
|
||||||
// make old hidden
|
|
||||||
document.getElementById(`${slide_number}`).style.display = "none";
|
|
||||||
|
|
||||||
// make the change
|
|
||||||
let slide_number_new = slide_number + change;
|
|
||||||
if (slide_number_new >= 0 && slide_number_new <= slide_max) {
|
|
||||||
slide_number += change;
|
|
||||||
}
|
|
||||||
|
|
||||||
// make current visible
|
|
||||||
document.getElementById(`${slide_number}`).style.display = "block";
|
|
||||||
}
|
|
||||||
|
|
||||||
// add event listner
|
|
||||||
onkeydown = (event) => {
|
|
||||||
if (event.key === "ArrowRight" || event.key === "ArrowDown") {
|
|
||||||
slide_next(1);
|
|
||||||
}
|
|
||||||
if (event.key === "ArrowLeft" || event.key === "ArrowUp") {
|
|
||||||
slide_next(-1);
|
|
||||||
}
|
|
||||||
};
|
|
||||||
|
|
||||||
on_events = (clickTargetWidth, xCoordInClickTarget) => {
|
|
||||||
if (clickTargetWidth / 2 > xCoordInClickTarget) {
|
|
||||||
slide_next(-1);
|
|
||||||
} else {
|
|
||||||
slide_next(1);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
ontouchstart = (event) => {
|
|
||||||
on_events(event.target.offsetWidth, event.touches[0].clientX - event.target.getBoundingClientRect().left);
|
|
||||||
};
|
|
||||||
// show the first slide
|
|
||||||
slide_next(0)
|
|
||||||
</script>
|
|
||||||
</html>
|
|
|
@ -1,40 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en-ie">
|
|
||||||
<head>
|
|
||||||
<title>{title}</title>
|
|
||||||
<link href="./assets/favicon/favicon-16x16.png" rel="icon" type="image/png"/>
|
|
||||||
<link href="./assets/index.css" rel="stylesheet" type="text/css"/>
|
|
||||||
|
|
||||||
<!-- for code formatting -->
|
|
||||||
<link rel="stylesheet" href="./assets/hybrid.min.css">
|
|
||||||
<script src="./assets/highlight.min.js"></script>
|
|
||||||
<script>hljs.highlightAll()</script>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div class="wrapper">
|
|
||||||
<header class="page-header">
|
|
||||||
<a href="./" >
|
|
||||||
<img alt="Sharky, our mascot" height="81.56" src="./assets/sharky.svg" width="145"/>
|
|
||||||
</a>
|
|
||||||
<h1>
|
|
||||||
<a href="./" >
|
|
||||||
<h1>Skynet Wiki</h1>
|
|
||||||
</a>
|
|
||||||
</h1>
|
|
||||||
</header>
|
|
||||||
|
|
||||||
<main class="page-body">
|
|
||||||
<h1>{title}</h1>
|
|
||||||
<h4>{date}</h4>
|
|
||||||
<!--indentation is managed by the converter-->
|
|
||||||
{body}
|
|
||||||
</main>
|
|
||||||
<footer class="page-footer">
|
|
||||||
UL Computer Society 2023-<span id="year">2023</span>
|
|
||||||
<script>
|
|
||||||
document.getElementById('year').textContent = new Date().getFullYear().toString()
|
|
||||||
</script>
|
|
||||||
</footer>
|
|
||||||
</div>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
|
@ -1,38 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en-ie">
|
|
||||||
<head>
|
|
||||||
<title>{title}</title>
|
|
||||||
<link href="./assets/favicon/favicon-16x16.png" rel="icon" type="image/png"/>
|
|
||||||
<link href="./assets/index.css" rel="stylesheet" type="text/css"/>
|
|
||||||
|
|
||||||
<!-- for code formatting -->
|
|
||||||
<link rel="stylesheet" href="./assets/hybrid.min.css">
|
|
||||||
<script src="./assets/highlight.min.js"></script>
|
|
||||||
<script>hljs.highlightAll()</script>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div class="wrapper">
|
|
||||||
<header class="page-header">
|
|
||||||
<a href="./" >
|
|
||||||
<img alt="Sharky, our mascot" height="81.56" src="./assets/sharky.svg" width="145"/>
|
|
||||||
</a>
|
|
||||||
<h1>
|
|
||||||
<a href="./" >
|
|
||||||
<h1>Skynet Wiki</h1>
|
|
||||||
</a>
|
|
||||||
</h1>
|
|
||||||
</header>
|
|
||||||
|
|
||||||
<main class="page-body">
|
|
||||||
<!--indentation is managed by the converter-->
|
|
||||||
{body}
|
|
||||||
</main>
|
|
||||||
<footer class="page-footer">
|
|
||||||
UL Computer Society 2023-<span id="year">2023</span>
|
|
||||||
<script>
|
|
||||||
document.getElementById('year').textContent = new Date().getFullYear().toString()
|
|
||||||
</script>
|
|
||||||
</footer>
|
|
||||||
</div>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
Loading…
Reference in a new issue