Skip to content

Commit

Permalink
Prepare for v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jchue committed Feb 2, 2020
1 parent 154fb30 commit 5dbd11e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
![Latest Release](https://img.shields.io/badge/release-v0.1.0-blue)

# Argon Theme for webtrees

A theme for the [webtrees](https://github.com/fisharebest/webtrees) online geneology application based on the [Argon Design System](https://github.com/creativetimofficial/argon-design-system). Since webtrees is templated with Bootstrap, this theme applies Argon styles in the majority of places but adapts where necessary.
Expand All @@ -15,3 +17,15 @@ A theme for the [webtrees](https://github.com/fisharebest/webtrees) online geneo
**Interactive Tree Chart**

![Screenshot of Interactive Tree Chart](assets/interactive-tree.png)

## Compatibility

webtrees 2.0.0-2.0.1

## Installation

1. Download the .zip file of the [latest release](https://github.com/jchue/argon-webtrees-theme/releases/latest).
2. Unzip the package.
3. Ensure the folder is named `argon`.
4. Upload the folder into the `modules_v4` directory of the webtrees installation in your web server.
5. Ensure the theme is enabled in your Control panel.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "argon",
"version": "1.0.0",
"version": "0.1.0",
"description": "",
"private": true,
"scripts": {
Expand Down

0 comments on commit 5dbd11e

Please sign in to comment.