https://github.com/neverpanic/macports-www-maintenance
MacPorts Maintenance Placeholder Website
https://github.com/neverpanic/macports-www-maintenance
Last synced: 7 months ago
JSON representation
MacPorts Maintenance Placeholder Website
- Host: GitHub
- URL: https://github.com/neverpanic/macports-www-maintenance
- Owner: neverpanic
- Created: 2018-03-23T23:32:00.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-24T00:21:20.000Z (about 8 years ago)
- Last Synced: 2025-02-14T18:57:40.114Z (over 1 year ago)
- Language: CSS
- Size: 21.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MacPorts Maintenance Placeholder Website
This repository contains a simple [Bootstrap][bootstrap]-based
webpage with a placeholder message to be used during maintenance, e.g. of Trac.
It is loosely based on the [Cover][cover] example from Bootstrap.
## Building
To build this, you need to have the `sassc` port installed. Since the
repository contains a submodule for bootstrap, you must also have run `git
submodule init` and `git submodule update` at least once.
Once these prerequisites are fulfilled, just type `make` to build. The
resulting webpage will be generated in the `dst/` folder and will be ready for
deployment.
[bootstrap]: https://getbootstrap.com/
[cover]: https://getbootstrap.com/docs/4.0/examples/cover/