diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-04-12 11:56:09 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-04-12 11:56:09 -0400 |
commit | 034d92ce14251297c41f68cfbf7e37df5fe80d0f (patch) | |
tree | 9d8fd31ec85c480f8af853b1ce463c1048d50586 /tutorials | |
parent | 8f4d5ccd2765ae841f529f8d9bde468a187d4987 (diff) | |
download | sr.ht-docs-034d92ce14251297c41f68cfbf7e37df5fe80d0f.tar.gz |
Add YAMl frontmatter to all pages
Diffstat (limited to 'tutorials')
-rw-r--r-- | tutorials/builds.sr.ht/github-integration.md | 4 | ||||
-rw-r--r-- | tutorials/builds.sr.ht/index.html | 4 | ||||
-rw-r--r-- | tutorials/builds.sr.ht/using-build-secrets.md | 4 | ||||
-rw-r--r-- | tutorials/getting-started-with-builds.md | 4 | ||||
-rw-r--r-- | tutorials/set-up-account-and-git.md | 4 |
5 files changed, 20 insertions, 0 deletions
diff --git a/tutorials/builds.sr.ht/github-integration.md b/tutorials/builds.sr.ht/github-integration.md index 696eeb3..54b42ec 100644 --- a/tutorials/builds.sr.ht/github-integration.md +++ b/tutorials/builds.sr.ht/github-integration.md @@ -1,3 +1,7 @@ +--- +title: Integrating builds.sr.ht with GitHub +--- + # Integrating builds.sr.ht with GitHub This is an adaptation of our [getting started with diff --git a/tutorials/builds.sr.ht/index.html b/tutorials/builds.sr.ht/index.html index e09b40a..8725e70 100644 --- a/tutorials/builds.sr.ht/index.html +++ b/tutorials/builds.sr.ht/index.html @@ -1,3 +1,7 @@ +--- +title: builds.sr.ht tutorials +--- + <p> Ready to do more with builds.sr.ht? Here is a collection of useful tutorials for setting up various kinds of build automations. diff --git a/tutorials/builds.sr.ht/using-build-secrets.md b/tutorials/builds.sr.ht/using-build-secrets.md index 34a178f..c816573 100644 --- a/tutorials/builds.sr.ht/using-build-secrets.md +++ b/tutorials/builds.sr.ht/using-build-secrets.md @@ -1,3 +1,7 @@ +--- +title: Handling secrets in your build manifests +--- + # Handling secrets in your build manifests builds.sr.ht can be used to automate the deployment of websites, signing of diff --git a/tutorials/getting-started-with-builds.md b/tutorials/getting-started-with-builds.md index c8d5489..54ad0d5 100644 --- a/tutorials/getting-started-with-builds.md +++ b/tutorials/getting-started-with-builds.md @@ -1,3 +1,7 @@ +--- +title: Getting started with builds.sr.ht +--- + # Getting started with builds.sr.ht builds.sr.ht is our build automation platform. We're going to walk through the diff --git a/tutorials/set-up-account-and-git.md b/tutorials/set-up-account-and-git.md index 1c875a2..4a0d75f 100644 --- a/tutorials/set-up-account-and-git.md +++ b/tutorials/set-up-account-and-git.md @@ -1,3 +1,7 @@ +--- +title: Setting up your account and first git repository +--- + If this is your first time using git, we recommend starting with the [Git Book](https://git-scm.com/book/en/v2). It's free, translated into many languages, and easy to read. Read at least the first 3 chapters. |