134 lines
1.6 KiB
Markdown
134 lines
1.6 KiB
Markdown
JS: LiteRyzJS/Treeview
|
||
|
||
```md
|
||
# JS: LiteRyzJS/Treeview
|
||
|
||
> Hi, I'm Ray
|
||
|
||
## Navigation
|
||
|
||
- Home
|
||
- Articles
|
||
- Photo Albums
|
||
- Releases
|
||
- Projects
|
||
|
||
## Social Links
|
||
|
||
- Flickr
|
||
- Git Repository
|
||
- Goodreads
|
||
- Instagram
|
||
- LinkedIn
|
||
- Bluesky
|
||
|
||
---
|
||
|
||
## Project Overview
|
||
|
||
**Name:** `{{ Content.Name }}`
|
||
|
||
**Description:** `{{ Content.Description }}`
|
||
|
||
**Current Version:** `{{ Content.CurrentVersion }}`
|
||
|
||
### Call To Action
|
||
|
||
The page dynamically renders up to four CTA buttons such as:
|
||
|
||
- Download
|
||
- Documentation
|
||
- Git Repository
|
||
- Other project links
|
||
|
||
---
|
||
|
||
## Features
|
||
|
||
The following section is dynamically populated from `Content.Features`:
|
||
|
||
- `{{ item }}`
|
||
- `{{ item }}`
|
||
- `{{ item }}`
|
||
|
||
---
|
||
|
||
## Releases & Builds
|
||
|
||
This section is dynamically generated from `Content.History`.
|
||
|
||
For each release:
|
||
|
||
### `{{ item.Name }}` (`{{ item.Date }}`)
|
||
|
||
#### Changelog
|
||
|
||
- `{{ item2 }}`
|
||
- `{{ item2 }}`
|
||
|
||
#### Downloads
|
||
|
||
| Download | MD5 |
|
||
|---|---|
|
||
| `{{ item2.Name }}` | `{{ item2.MD5 }}` |
|
||
|
||
#### Documentation
|
||
|
||
- `{{ item2.Name }}`
|
||
|
||
---
|
||
|
||
## License & Warranty
|
||
|
||
This section is dynamically populated from `Content.License`.
|
||
|
||
---
|
||
|
||
## Acknowledgements
|
||
|
||
This section is dynamically populated from:
|
||
|
||
- `Content.Acknowledgements`
|
||
- `Content.Attribution`
|
||
|
||
Example attribution list:
|
||
|
||
- `{{ item.Name }}`
|
||
|
||
---
|
||
|
||
## Screenshots
|
||
|
||
Screenshots are dynamically rendered from `Content.Screenshots`.
|
||
|
||
---
|
||
|
||
## Code Repository
|
||
|
||
Repository buttons are rendered from `Content.Repositories`.
|
||
|
||
---
|
||
|
||
## Footer
|
||
|
||
### Sections
|
||
|
||
- Home
|
||
- Articles
|
||
- Photo Albums
|
||
- Releases
|
||
- Projects
|
||
|
||
### Social
|
||
|
||
- Flickr
|
||
- Git Repository
|
||
- Goodreads
|
||
- Instagram
|
||
- LinkedIn
|
||
- Bluesky
|
||
|
||
---
|
||
|
||
Copyright © 2014–2026 Ray Lam. All Rights Reserved.
|
||
``` |