[Git][reproducible-builds/reproducible-website][master] 3 commits: Move contribute.html to under contribute/ dir.
Chris Lamb
gitlab at salsa.debian.org
Tue Oct 23 19:25:14 CEST 2018
Chris Lamb pushed to branch master at Reproducible Builds / reproducible-website
Commits:
db9a92f9 by Chris Lamb at 2018-10-23T16:25:20Z
Move contribute.html to under contribute/ dir.
- - - - -
ec5808fb by Chris Lamb at 2018-10-23T16:45:49Z
Add a "simple" layout for easy markdown-based single pages.
- - - - -
5c61715e by Chris Lamb at 2018-10-23T16:46:07Z
Move the salsa contribution pages to the "simple" layout class.
- - - - -
4 changed files:
- + _layouts/simple.html
- contribute.html → contribute/index.html
- contribute/salsa.md
- css/main.css
Changes:
=====================================
_layouts/simple.html
=====================================
@@ -0,0 +1,23 @@
+---
+layout: default
+---
+
+<div class="post post-simple">
+ <header class="post-header">
+ <div class="row">
+ <div class="one columns"> </div>
+ <div class="eight columns">
+ <h1>{{ page.title }}</h1>
+ </div>
+ <div class="three columns"> </div>
+ </div>
+ </header>
+
+ <div class="row">
+ <div class="one columns"> </div>
+ <div class="eight columns">
+ {{ content }}
+ </div>
+ <div class="three columns"> </div>
+ </div>
+</div>
=====================================
contribute.html → contribute/index.html
=====================================
=====================================
contribute/salsa.md
=====================================
@@ -1,5 +1,5 @@
---
-layout: page
+layout: simple
title: How to join the Salsa group
permalink: /contribute/salsa/
order: 4
@@ -17,8 +17,6 @@ First, visit **[signup.salsa.debian.org](http://signup.salsa.debian.org)** and s
![](/images/contribute/salsa/01.png)
----
-
### 2. Create a guest account on Salsa
Next, create your account. Note that your username will be suffixed with `-guest` to distinguish you from official Debian Developers.
@@ -31,24 +29,18 @@ After registering, you should see the following screen:
![](/images/contribute/salsa/03.png)
----
-
### 3. Check your email
You will have to confirm your email address to proceed. Check your email inbox and follow the link provided:
![](/images/contribute/salsa/04.png)
----
-
### 4. Login to your new account
Next, login to your new account. **Remember that your username will have be suffixed with `-guest`.**
![](/images/contribute/salsa/05.png)
----
-
### 5. Join the *Reproducible Builds* group
On *Salsa*, development is split into groups. You will need to join the [reproducible-builds](https://salsa.debian.org/reproducible-builds) group before you can commit directly to our Git repositories. You can, however, submit [merge requests](https://docs.gitlab.com/ee/user/project/merge_requests/) without this step.
@@ -63,24 +55,18 @@ After requesting access, you should see the following message:
![](/images/contribute/salsa/07.png)
----
-
### 6. Wait for confirmation
Unfortunately you will have to wait for someone on the Reproducible Builds team to accept your request. You should receive an email once this occurs:
![](/images/contribute/salsa/08.png)
----
-
### 7. Add an SSH key
Finally, to push directly to our Git repositories you will need to add your SSH key to your *Salsa* account settings. You can do this by visiting **[salsa.debian.org/profile/keys](https://salsa.debian.org/profile/keys)**:
![](/images/contribute/salsa/09.png)
----
-
### 8. Congratulations!
Congratulations, you are now part of the *Reproducible Builds* group on *Salsa* and you should now be able to clone and push to our repositories via Git.
=====================================
css/main.css
=====================================
@@ -482,3 +482,16 @@ dl.talks dd {
nav select {
margin-top: 20px;
}
+
+.post-simple {
+ text-align: justify;
+ padding-bottom: 40px;
+}
+
+.post-simple img {
+ max-width: 100%;
+}
+
+.post-simple h3 {
+ margin-top: 50px;
+}
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/compare/573145f49520e27752619d0a26dc053026d41bfa...5c61715e8f0d8e48f9d418dbba4b01326727137e
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/compare/573145f49520e27752619d0a26dc053026d41bfa...5c61715e8f0d8e48f9d418dbba4b01326727137e
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20181023/7be1f3f9/attachment.html>
More information about the rb-commits
mailing list