Skip to content

Commit

Permalink
Docs (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tylerjet authored Feb 4, 2024
1 parent 7279c67 commit 3093052
Show file tree
Hide file tree
Showing 24 changed files with 5 additions and 7,323 deletions.
2 changes: 1 addition & 1 deletion docs/automation.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Description=Klipper Backup Service
[Service]
User={replace with your username}
Type=oneshot
ExecStart=/bin/bash -c '/home/mks/klipper-backup/script.sh "New Backup on boot $(date +%%D)"'
ExecStart=/bin/bash -c 'bash $HOME/klipper-backup/script.sh "New Backup on boot $(date +%%D)"'

[Install]
WantedBy=default.target
Expand Down
2 changes: 1 addition & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## .env
Now you need your [GitHub token](installation#create-github-token).
Now you need your [GitHub token](installation.md#create-github-token).

1. Open the `.env` file inside your repository (for example with `vi`, `vim` or `nano`)
2. Copy the new token into the `.env` file at `github_token`
Expand Down
4 changes: 3 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Klipper-Backup - script for manual or automated GitHub backups. Lightweight, pragmatic and comfortable.
<h1 style="margin-bottom:0;">Welcome to Klipper-Backup wiki</h1>
<h6 style="margin-top:0;">Klipper-Backup is a script for manual or automated GitHub backups. It's Lightweight, pragmatic and comfortable.</h6>

This wiki provides a complete step-by-step guide to set up [klipper-backup 💾](https://github.com/Staubgeborener/klipper-backup). This guide is specified for the implementation on a Unix system.

## Getting started
Expand Down
128 changes: 0 additions & 128 deletions site/404.html

This file was deleted.

Loading

0 comments on commit 3093052

Please sign in to comment.