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: about 2 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 9 years ago)
- Default Branch: main
- Last Pushed: 2024-11-13T16:32:33.000Z (8 months ago)
- Last Synced: 2025-04-02T07:41:27.171Z (3 months 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, 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 piwik
> ./bin/gpm install langswitcher
> ./bin/gpm install ganalytics
> ./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` file is at the root of the repository.