PubeWebsite/README.md

19 lines
574 B
Markdown
Raw Permalink Normal View History

2019-01-22 21:59:53 +02:00
# PubeWebsite
2019-01-25 01:10:57 +02:00
A portfolio landing page detailing the running services.
## Installation
Dump the files from the repo into DocumentRoot, "docs" folder can and should be omitted.
2019-01-26 02:37:14 +02:00
```git update-index --assume-unchanged docs/*
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>
```
2019-01-26 02:37:14 +02:00
The repo contains mostly unminified files. It's recommended to run https://github.com/appleboy/minify-tool before hosting.