A portfolio landing page detailing the running services. https://pube.tk
Go to file
Abhorrent_Anger 75185c582f Updated instances 2019-04-21 20:55:21 +03:00
docs Updated instances 2019-04-21 20:55:21 +03:00
img Updated instances 2019-04-21 20:55:21 +03:00
.htaccess Moved .htaccess conditions to sites-available 2019-01-26 16:18:35 +02:00
README.md Update 'README.md' 2019-03-09 21:41:27 +02:00
addrobfs.js Fixed mailto: 2019-01-26 01:13:54 +02:00
favicon.ico Updated favicons and SEO 2019-01-26 15:57:27 +02:00
index.php Updated instances 2019-04-21 20:55:21 +03:00
pube.css IRC info update 2019-01-27 16:16:53 +02:00
robots.txt Included Sitemap 2019-01-26 19:46:54 +02:00
sitemap.xml Added Sitemap 2019-01-26 19:39:21 +02:00

README.md

PubeWebsite

A portfolio landing page detailing the running services.

Installation

Dump the files from the repo into DocumentRoot, "docs" folder can and should be omitted.

git rm -r docs

Adding your own services

Site's design expects a 16x16 icon for each service. For the sake of consistency, it's recommended to use Imagemagick.

convert <original.file> -resize 16x16 <icon.file>

The repo contains mostly unminified files. It's recommended to run https://github.com/appleboy/minify-tool before hosting.