Compare commits

...

3 Commits

Author SHA1 Message Date
Jus de Patate_ 944a117f3a more stuff 2021-07-30 04:35:16 +02:00
Jus de Patate_ 0a4e4681f6 adding more nerd shit step one 2021-07-29 01:16:25 +02:00
Jus de Patate_ b6efca9715 meta things on header 2021-07-28 17:51:53 +02:00
6 changed files with 60 additions and 4 deletions

27
pages/doc/hiberfile.html Executable file
View File

@ -0,0 +1,27 @@
<div class="notfooter">
<h1><a href="../">~jusdepatate/</a><a href="index.html">doc/</a>HiberFile</h1>
<p>
Installing HiberFile is pretty easy:<br>
You only need a decent version of NPM and NodeJS installed,<br>
Start by running <i>HiberAPI</i>:<br>
<blockquote class="sourceCode">
git clone https://github.com/HiberFile/HiberAPI<br>
cd HiberAPI<br>
npm install<br>
npm run build<br>
npm run generate<br>
npm run start
</blockquote><br>
Keep HiberAPI running (with a service or a screen),<br>
Continue by running <i>HiberNuxt</i><br>
<blockquote class="sourceCode">
cd ..<br>
git clone https://github.com/HiberFile/HiberFile<br>
cd HiberFile<br>
npm run build<br>
npm run generate<br>
npm run start
</blockquote><br>
HiberFile should be up and running on your host, now you can work on making a VirtualHost with Nginx, Apache2, ...<br>
</p>
</div>

11
pages/doc/index.html Executable file
View File

@ -0,0 +1,11 @@
<div class="notfooter">
<h1><a href="../">~jusdepatate/</a>doc/</h1>
<p>
Here are some system administration stuff such as installation guides for softwares.<br>
</p>
<h2>Table of Content</h2>
<ul>
<li>[ <a href="hiberfile.html">H i b e r F i l e</a> ]</li>
<li>[ <a href="openlongr.html">O p e n L o n g r</a> ]</li>
</ul>
</div>

10
pages/doc/openlongr.html Executable file
View File

@ -0,0 +1,10 @@
<div class="notfooter">
<h1><a href="../">~jusdepatate/</a><a href="index.html">doc/</a>OpenLongr</h1>
<p>
OpenLongr is an <a href="https://raw.githubusercontent.com/jusdepatate/OpenLongr/master/OpenLongr.gif">extremely simple open source</a> alternative to TwitLonger or pastebin,<br>
It supports <a href="https://github.github.com/gfm/">GitHub-flavored markdown</a>.<br>
<br>
The installation process is pretty simple as it was made with <a href="https://en.wikipedia.org/wiki/LAMP_(software_bundle)">LAMP</a> in mind.<br>
</p>
</div>

View File

@ -2,6 +2,7 @@
<h1>~jusdepatate</h1>
<p>Nothing really interesting here...<br>
If you like twtxt you can [ <a href="twtxt.txt">f o l l o w m i n e</a> ], you can also check my [ <a href="https://github.com/@jusdepatate">G i t H u b</a> ], if you aren't a nerd (you definitely are for being on a ~), you can follow me on [ <a href="https://twitter.com/@jusdepatate_">T w i t t e r</a> ].</p>
You can find some nerd things at [ <a href="doc/">d o c /</a> ]<br>
If you like twtxt you can <span class=nowrap>[ <a href="twtxt.txt">f o l l o w m i n e</a> ]</span>, you can also check my <span class=nowrap>[ <a href="https://github.com/@jusdepatate">G i t H u b</a> ]</span>, if you aren't a nerd (you definitely are for being on a ~), you can follow me on <span class=nowrap>[ <a href="https://twitter.com/@jusdepatate_">T w i t t e r</a> ]</span>.</p>
<br>
</div>

View File

@ -1,6 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>~jusdepatate</title>
<link rel="stylesheet" type="text/css" href="/~jusdepatate/src/style.css">
</head>

View File

@ -6,11 +6,14 @@
background: none;
text-decoration: none;
}
.nobreak {
display: inline
}
table {
border-collapse: collapse;
}
p {
font-size: 19px;
font-size: larger;
}
td {
border: 6px double darkorange;
@ -33,12 +36,11 @@ body {
color: darkorange;
word-wrap: break-word;
height: 100vh;
background-image: url('https://cdnb.artstation.com/p/assets/images/images/014/665/033/original/yargon-kerman-webp-net-gifmaker-39.gif');
background-size: cover;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
background-color: #1e1e1e;
}
a {
background: darkorange;
@ -82,6 +84,8 @@ h1 {
.sourceCode {
color:#06287e;
margin-left: 25px;
font-size: large;
}
/* Style the navbar */