12 lines
367 B
Markdown
12 lines
367 B
Markdown
# 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 update-index --assume-unchanged docs/*
|
|
git rm -r docs
|
|
```
|
|
The repo contains mostly unminified files. It's recommended to run https://github.com/appleboy/minify-tool before hosting.
|