A portfolio landing page detailing the running services.
https://pube.tk
b3dd74c519
Alternative font to Verdana in .svg logo |
||
---|---|---|
docs | ||
img | ||
.htaccess | ||
README.md | ||
addrobfs.js | ||
favicon.ico | ||
index.php | ||
pube.css | ||
robots.txt | ||
sitemap.xml |
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.