https://github.com/jaxon-php/jaxon-website
The website of the Jaxon library https://www.jaxon-php.org.
https://github.com/jaxon-php/jaxon-website
Last synced: 10 months ago
JSON representation
The website of the Jaxon library https://www.jaxon-php.org.
- Host: GitHub
- URL: https://github.com/jaxon-php/jaxon-website
- Owner: jaxon-php
- License: mit
- Created: 2016-06-22T03:28:59.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2024-11-13T16:32:33.000Z (over 1 year ago)
- Last Synced: 2025-04-02T07:41:27.171Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 20.5 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
- Security: SECURITY.md
Awesome Lists containing this project
README
Jaxon Website
=============
The website of the [Jaxon library](https://www.jaxon-php.org), powered by the [Grav CMS](https://www.getgrav.org).
#### Installation
1. Clone this repository
2. Install the Grav CMS
> composer install
> ./bin/grav install
3. Install the Grav plugins
> ./bin/gpm install langswitcher
> ./bin/gpm install pagination
> ./bin/gpm install taxonomylist
> ./bin/gpm install archives
> ./bin/gpm install comments
4. Configure a virtual host on the web server
The `index.php` and the static files are moved to the `public` subdir.
Run the `update.sh` script to copy the static files, and configure the web server to give access to the `images` and `assets` dirs.