https://github.com/06games/webtrees-argonlight
A light theme based on Argon
https://github.com/06games/webtrees-argonlight
genealogy webtrees webtrees-custom webtrees-module webtrees2
Last synced: 4 months ago
JSON representation
A light theme based on Argon
- Host: GitHub
- URL: https://github.com/06games/webtrees-argonlight
- Owner: 06Games
- License: isc
- Created: 2022-02-19T17:29:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-02-09T23:49:26.000Z (4 months ago)
- Last Synced: 2026-02-10T04:17:03.838Z (4 months ago)
- Topics: genealogy, webtrees, webtrees-custom, webtrees-module, webtrees2
- Language: SCSS
- Homepage:
- Size: 3.9 MB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
**[Argon Light Theme](https://github.com/06Games/Webtrees-ArgonLight)** is a fork of [Argon Theme for webtrees](https://github.com/jchue/argon-webtrees-theme) by jchue
It adds a modern light theme to [Webtrees](https://github.com/fisharebest/webtrees) based on [Argon Design System](https://github.com/creativetimofficial/argon-design-system) by [Creative Tim](https://github.com/creativetimofficial)
This module is brought to you by [Evan Galli](https://github.com/06Games) under the [ISC License](https://choosealicense.com/licenses/isc/)
## Screenshots
## Installation
### Latest release (Recommended)
1. Download the first zip file from the [latest release](https://github.com/06Games/Webtrees-ArgonLight/releases/latest) (look under the "Assets" section).
2. Unzip the file.
3. Rename the resulting folder to `evang-argonlight`.
4. Move the folder into your `webtrees/modules_v4` directory.
### Development version
1. Download the repository as [a zip file](https://github.com/06Games/Webtrees-ArgonLight/archive/refs/heads/main.zip).
2. Unzip the file.
3. Rename the resulting folder to `evang-argonlight`.
4. Move the folder into your `webtrees/modules_v4` directory.
## Development
1. Make sure you have both [composer](https://getcomposer.org/) and [npm](https://www.npmjs.com/) installed on your system.
2. Install the dependencies by running the following commands in the module's root directory:
```shell
composer install
npm install
```
3. To build the module, run the following command:
```shell
npm run build
```
4. You can now copy the repo folder to your `webtrees/modules_v4` directory to test it out.