mirror of
https://github.com/TheLocehiliosan/yadm
synced 2024-10-27 20:34:27 +00:00
9fa5c9418c
* Migrate to using "remote themes" instead of forked content * Update to most recent mmistakes * Add docker-based testing * Create Makefile for test targets * Add travis-ci integration * Update badges to use shields.io * Replace splash page image (old one's attribution disappeared from unsplash.com)
44 lines
1.1 KiB
YAML
44 lines
1.1 KiB
YAML
---
|
|
main:
|
|
- title: '
|
|
<a href="https://github.com/TheLocehiliosan/yadm/stargazers">
|
|
<img
|
|
src="https://img.shields.io/github/stars/TheLocehiliosan/yadm.svg?style=social"
|
|
alt="Stars">
|
|
</a>
|
|
'
|
|
- title: '
|
|
<a href="https://github.com/TheLocehiliosan/yadm/watchers">
|
|
<img
|
|
src="https://img.shields.io/github/watchers/TheLocehiliosan/yadm.svg?style=social"
|
|
alt="Watchers">
|
|
</a>
|
|
'
|
|
docs:
|
|
- title: Basics
|
|
children:
|
|
- title: "Overview"
|
|
url: /docs/overview
|
|
- title: "Installation"
|
|
url: /docs/install
|
|
- title: "Getting Started"
|
|
url: /docs/getting_started
|
|
- title: "Common Commands"
|
|
url: /docs/common_commands
|
|
- title: Advanced Features
|
|
children:
|
|
- title: "Bootstrap"
|
|
url: /docs/bootstrap
|
|
- title: "Alternate Files"
|
|
url: /docs/alternates
|
|
- title: "Encryption"
|
|
url: /docs/encryption
|
|
- title: More Help
|
|
children:
|
|
- title: "FAQ"
|
|
url: /docs/faq
|
|
- title: "Example Dotfiles"
|
|
url: /docs/examples
|
|
- title: "Manual"
|
|
url: "https://github.com/TheLocehiliosan/yadm/blob/master/yadm.md"
|