A portfolio landing page detailing the running services. https://pube.tk
转到文件
Abhorrent_Anger d99dcfd9d2 OpenTTD server URL update 2022-04-23 09:00:43 +03:00
docs OpenTTD server URL update 2022-04-23 09:00:43 +03:00
img Update 'img/pube-logo.svg' 2019-11-12 14:41:05 +02:00
.htaccess Update '.htaccess' 2021-11-29 21:35:17 +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 OpenTTD server URL update 2022-04-23 09:00:43 +03:00
pube.css Navigation bar styling 2021-12-18 18:08:41 +02:00
robots.txt Updated domain 2021-05-20 17:34:26 +03:00
sitemap.xml Domain update 2021-05-21 08:04:37 +03: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.