Skip to content

Commit 5185967

Browse files
committed
Merge branch 'migrate-community-to-hugo'
This migrates the community page to Hugo. Signed-off-by: Johannes Schindelin <[email protected]>
2 parents 18b53e1 + 02492e2 commit 5185967

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
<% @section = "community" %>
2-
<% @subsection = "" %>
3-
<% @page_title = "Git - Community" %>
4-
5-
<% content_for :sidebar do %>
6-
<%= render 'shared/book' %>
7-
<% end %>
8-
1+
---
2+
section: "community"
3+
title: "Community - Git"
4+
url: /community.html
5+
aliases:
6+
- /community/index.html
7+
---
98
<div id="main">
109
<h1> Community</h1>
1110

@@ -108,3 +107,4 @@ <h2> Contributing to Git </h2>
108107
<p>
109108
The <a href="https://git.github.io/">Git Developer Pages</a> have a <a href="https://git.github.io/Hacking-Git/">Hacking Git page</a> which lists useful development resources. They also have <a href="https://git.github.io/General-Application-Information/">information</a> for people applying to work on Git as part of programs like <a href="https://www.outreachy.org/">Outreachy</a> or the <a href="https://summerofcode.withgoogle.com/">Google Summer of Code</a>.
110109
</p>
110+
</div>

0 commit comments

Comments
 (0)