Skip to content

Commit 39eeb25

Browse files
committed
work on new starter pages
1 parent 9a30931 commit 39eeb25

File tree

9 files changed

+125
-8
lines changed

9 files changed

+125
-8
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
title: GitHub
2+
category: page
3+
slug: github
4+
sortorder: 0210
5+
toc: False
6+
sidebartitle: GitHub
7+
meta: GitHub is a software-as-a-service platform that provides a user interface, tools and backup for Git projects.
8+
9+
10+
# GitHub
11+
[GitHub](https://github.com) is a software-as-a-service platform that
12+
provides a user interface, tools and backup for developers to use with their
13+
Git projects. Accounts are free for public open source development and private
14+
Git repositories can also be hosted for
15+
[$7 per month](https://github.com/pricing).
16+
17+
<a href="https://github.com/" style="border:none"><img src="/img/logos/github.png" width="100%" alt="GitHub logo." class="technical-diagram"></a>
18+
19+
<div class="well see-also">GitHub is an implementation of the <a href="/hosted-source-control-services.html">hosted source control services</a> concept. Learn how these parts fit together in the <a href="/development-environments.html">development environments</a> chapter or view <a href="/table-of-contents.html">all topics</a>.</div>
20+
21+
### GitHub resources
22+
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
title: BitBucket
2+
category: page
3+
slug: bitbucket
4+
sortorder: 0211
5+
toc: False
6+
sidebartitle: BitBucket
7+
meta: BitBucket is Atlassian's software-as-a-service tool with a user interface, tools and backup for Git projects.
8+
9+
10+
# BitBucket
11+
[BitBucket](https://bitbucket.org/) is
12+
[Atlassian](https://www.atlassian.com/)'s software-as-a-service tool that
13+
with a user interface, comparison tools and backup for Git projects. There
14+
are many features in BitBucket focused on making it easier for groups of
15+
developers to work on projects together.
16+
17+

content/pages/12-meta/04-future-directions.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ There are roughly one of four buckets of "maturity" a page could fall into:
6161
[development environments](/development-environments.html).
6262
4. Stellar: a shining example of a well-written, detailed page that
6363
contains numerous explanations and descriptions for the topic.
64+
Where applicable there should be digrams and visualizations that augment
65+
the text to help the reader better understand the topic.
6466
There are also typically multiple categories of resources and links
6567
for further research.
6668
Examples:
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<h3>What topic do you want to learn next?</h3>
2+
<div class="row">
3+
<div class="col-md-4">
4+
<div class="well select-next">
5+
{% include "choices/buttons/deployment.html" %}
6+
</div>
7+
</div>
8+
<div class="col-md-4">
9+
<div class="well select-next">
10+
{% include "choices/buttons/databases.html" %}
11+
</div>
12+
</div>
13+
<div class="col-md-4">
14+
<div class="well select-next">
15+
{% include "choices/buttons/logging.html" %}
16+
</div>
17+
</div>
18+
</div>
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<h3>What topic do you want to learn next?</h3>
2+
<div class="row">
3+
<div class="col-md-4">
4+
<div class="well select-next">
5+
{% include "choices/buttons/deployment.html" %}
6+
</div>
7+
</div>
8+
<div class="col-md-4">
9+
<div class="well select-next">
10+
{% include "choices/buttons/databases.html" %}
11+
</div>
12+
</div>
13+
<div class="col-md-4">
14+
<div class="well select-next">
15+
{% include "choices/buttons/logging.html" %}
16+
</div>
17+
</div>
18+
</div>
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<h3>What topic do you want to learn next?</h3>
2+
<div class="row">
3+
<div class="col-md-4">
4+
<div class="well select-next">
5+
{% include "choices/buttons/deployment.html" %}
6+
</div>
7+
</div>
8+
<div class="col-md-4">
9+
<div class="well select-next">
10+
{% include "choices/buttons/databases.html" %}
11+
</div>
12+
</div>
13+
<div class="col-md-4">
14+
<div class="well select-next">
15+
{% include "choices/buttons/logging.html" %}
16+
</div>
17+
</div>
18+
</div>
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<h3>What topic do you want to learn next?</h3>
2+
<div class="row">
3+
<div class="col-md-4">
4+
<div class="well select-next">
5+
{% include "choices/buttons/deployment.html" %}
6+
</div>
7+
</div>
8+
<div class="col-md-4">
9+
<div class="well select-next">
10+
{% include "choices/buttons/databases.html" %}
11+
</div>
12+
</div>
13+
<div class="col-md-4">
14+
<div class="well select-next">
15+
{% include "choices/buttons/logging.html" %}
16+
</div>
17+
</div>
18+
</div>

theme/templates/choices/mercurial.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h3>What topic do you want to learn next?</h3>
1+
<h3>What else do you want to learn about?</h3>
22
<div class="row">
33
<div class="col-md-4">
44
<div class="well select-next">

theme/templates/table-of-contents.html

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,20 @@ <h4 class="toc-subsection">2.1 <a href="/text-editors-ides.html">Text Editors an
4444

4545
<h4 class="toc-subsection">2.2 <a href="/source-control.html">Source Control</a></h4>
4646
<div class="toc"><a href="/git.html">Git</a></div>
47+
<div class="toc"><a href="/mercurial.html">Mercurial</a></div>
4748
<div class="toc"><a href="/apache-subversion.html">Apache Subversion</a></div>
48-
<div class="toc soon">GitHub</div>
49-
<div class="toc soon">BitBucket</div>
5049

51-
<h4 class="toc-subsection">2.3 <span class="soon">Local development</span></h4>
50+
<h4 class="toc-subsection">2.3 <a href="/local-development.html">Local development</a></h4>
5251
<div class="toc"><a href="/application-dependencies.html">Application dependencies</a></div>
53-
<div class="toc soon">Dependency isolation</div>
54-
<div class="toc soon">virtual environments (virtualenv)</div>
55-
<div class="toc soon">Environment variables</div>
56-
<div class="toc soon">Localhost tunnels</div>
52+
<div class="toc"><a href="/dependency-isolation.html">Dependency isolation</a></div>
53+
<div class="toc"><a href="/virtual-environments-virtualenvs.html">virtual environments (virtualenv)</a></div>
54+
<div class="toc"><a href="/environment-variables.html">Environment variables</a></div>
55+
<div class="toc"><a href="/localhost-tunnels.html">Localhost tunnels</a></div>
56+
57+
<h4 class="toc-subsection">2.4 <a href="/hosted-source-control-services.html">Hosted Source Control Services</a></h4>
58+
<div class="toc"><a href="/github.html">GitHub</a></div>
59+
<div class="toc"><a href="/bitbucket.html">BitBucket</a></div>
60+
<div class="toc"><a href="/gitlab.html">GitLab</a></div>
5761

5862

5963
<h3>3. <a href="/python-programming-language.html">Core Python Language</a></h3>

0 commit comments

Comments
 (0)