1
0
mirror of https://github.com/TheLocehiliosan/yadm synced 2026-03-02 03:49:29 +00:00

Updates for yadm 2.0.0

This commit is contained in:
Tim Byrne
2019-10-20 15:07:13 -05:00
parent eec6d49f98
commit 392a66829a
14 changed files with 319 additions and 114 deletions

View File

@@ -32,7 +32,7 @@ feature_row:
alt: Overview
btn_class: btn--inverse
btn_label: Discover yadm
image_path: /images/cogs-padding.png
image_path: /images/picture-padding.png
url: /docs/overview
excerpt: '
@@ -53,6 +53,7 @@ feature_row:
Sometimes you need different configurations on different systems.
yadm makes it possible to use alternate versions of files based on
the OS or hostname of the system.
Templates allow you to use alternate sections within files.
'
- title: Encryption
@@ -81,6 +82,17 @@ feature_row:
If provided, yadm can execute your custom program immediately
following a successful clone.
'
- title: Hooks
alt: Hooks
btn_class: btn--inverse
btn_label: Get started
image_path: /images/cogs-padding.png
url: /docs/hooks
excerpt: '
Perform custom operations before or after any yadm command.
'
- title: FAQ
alt: FAQ
@@ -114,6 +126,18 @@ feature_row:
Need some inspiration? Here are some example dotfiles repository.
'
- title: Contribute
alt: Contribute
btn_class: btn--inverse
btn_label: Read guidlines
image_path: /images/hands-padding.png
url: https://github.com/TheLocehiliosan/yadm/blob/master/.github/CONTRIBUTING.md
excerpt: '
Improve yadm by reporting bugs, coding changes, documentation and
packaging yadm installations.
'
---