diff --git a/pages/doc/index.html b/pages/doc/index.html new file mode 100644 index 0000000..62a2d99 --- /dev/null +++ b/pages/doc/index.html @@ -0,0 +1,35 @@ +
+

~jusdepatate/doc/

+

+ Here are some system administration stuff such as installation guides for softwares.
+

+

Table of Content

+ +

HiberFile

+

+ Installing HiberFile is pretty easy:
+ You only need a decent version of NPM and NodeJS installed,
+ Start by running HiberAPI:
+

+ git clone https://github.com/HiberFile/HiberAPI
+ cd HiberAPI
+ npm install
+ npm run build
+ npm run generate
+ npm run start +

+ Keep HiberAPI running (with a service or a screen),
+ Continue by running HiberNuxt
+
+ cd ..
+ git clone https://github.com/HiberFile/HiberFile
+ cd HiberFile
+ npm run build
+ npm run generate
+ npm run start +

+ HiberFile should be up and running on your host, now you can work on making a VirtualHost with Nginx, Apache2, ...
+

+
diff --git a/pages/index.html b/pages/index.html index 200fd92..7a783df 100644 --- a/pages/index.html +++ b/pages/index.html @@ -2,6 +2,7 @@

~jusdepatate

Nothing really interesting here...
- If you like twtxt you can [ f o l l o w m i n e ], you can also check my [ G i t H u b ], if you aren't a nerd (you definitely are for being on a ~), you can follow me on [ T w i t t e r ].

+ You can find some nerd things at [ d o c / ]
+ If you like twtxt you can [ f o l l o w m i n e ], you can also check my [ G i t H u b ], if you aren't a nerd (you definitely are for being on a ~), you can follow me on [ T w i t t e r ].


diff --git a/src/style.css b/src/style.css index f26c05a..9e99789 100644 --- a/src/style.css +++ b/src/style.css @@ -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 */