blob: 5175c8fec3ef831d6c310e66cd8589e049166b98 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
|
<p>
<strong>Welcome to sr.ht!</strong> We have lots of helpful tutorials to
introduce you to our platform and get you productive as soon as possible.
</p>
<style>
.tutorial:not(:last-child) {
margin-bottom: 1rem;
}
</style>
<div class="event-list">
<div class="event" style="margin-left: -0.5rem; margin-right: -0.5rem;">
<h3>Setting up your account & first git repository</h3>
<p>
This tutorial is recommended as the first stop for any new user.
</p>
<a href="set-up-account-and-git.md" class="btn btn-success">
Read more
<span class="icon icon-caret-right">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path d="M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z"/></svg>
</span>
</a>
</div>
</div>
<div class="tutorial">
<h3>Getting started with builds.sr.ht</h3>
<p>
Running your first few jobs on our continuous integration platform,
builds.sr.ht.
</p>
<a href="getting-started-with-builds.md" class="btn btn-default">
Read more
<span class="icon icon-caret-right">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path d="M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z"/></svg>
</span>
</a>
</div>
<!--
<div class="tutorial">
<h3>Contributing to projects on sr.ht</h3>
<p>
How to configure git to send emails and sending your first patches.
</p>
<a href="contributing-to-projects.md" class="btn btn-default">
Read more
<span class="icon icon-caret-right">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path d="M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z"/></svg>
</span>
</a>
</div>
<div class="tutorial">
<h3>Accepting patches from a mailing list</h3>
<p>
Integrating patches from mailing lists into your own projects.
</p>
<a href="accepting-patches-from-lists.md" class="btn btn-default">
Read more
<span class="icon icon-caret-right">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path d="M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z"/></svg>
</span>
</a>
</div>
<div class="tutorial">
<h3>Using secrets on builds.sr.ht</h3>
<p>
How to securely use secret data in builds.sr.ht jobs.
</p>
<a href="using-secrets-in-builds.md" class="btn btn-default">
Read more
<span class="icon icon-caret-right">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path d="M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z"/></svg>
</span>
</a>
</div>
-->
<hr />
<div class="alert alert-primary">
<strong>More tutorials are coming!</strong>
Is there something in particular you want to see here? Mention it on
<a href="https://lists.sr.ht/~sircmpwn/sr.ht-discuss">sr.ht-discuss</a>!
</div>
|