Skip to content

Commit f42d5e5

Browse files
committed
chore(content): move about content to include
swap about and projects for visibility
1 parent f1f2a04 commit f42d5e5

File tree

2 files changed

+21
-19
lines changed

2 files changed

+21
-19
lines changed

_includes/about.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<p>
2+
This is a GitHub Pages <em>organization site</em>, created in a repository named with the pattern
3+
<code>org-name.github.io</code>. For Cal-ITP this is
4+
<a href="https://github.com/cal-itp/cal-itp.github.io">cal-itp.github.io</a>.
5+
</p>
6+
<p>
7+
Like all GitHub Pages sites, organization sites can define a
8+
<a href="https://github.com/cal-itp/cal-itp.github.io/blob/main/CNAME"><code>CNAME</code></a> file to customize the domain.
9+
</p>
10+
<p>
11+
An organization site serves as the root of that organization's <em>project sites</em>, which are just the other
12+
repositories within the organization that have GitHub Pages enabled.
13+
</p>
14+
<p>
15+
With the custom domain configured here, all Cal-ITP GitHub Pages sites are automatically available at
16+
<code>https://docs.calitp.org/repo-name</code>.
17+
</p>

index.html

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,10 @@
22
layout: default
33
---
44

5+
<h2>What is this site?</h2>
6+
7+
{% include about.html %}
8+
59
<h2>Browse our projects</h2>
610

711
{% include repos/index.html %}
8-
9-
<h2>What is this site for?</h2>
10-
<p>
11-
This is a GitHub Pages <em>organization site</em>, created in a repository named with the pattern
12-
<code>org-name.github.io</code>. For Cal-ITP this is
13-
<a href="https://github.com/cal-itp/cal-itp.github.io">cal-itp.github.io</a>.
14-
</p>
15-
<p>
16-
Like all GitHub Pages sites, organization sites can define a
17-
<a href="https://github.com/cal-itp/cal-itp.github.io/blob/main/CNAME"><code>CNAME</code></a> file to customize the domain.
18-
</p>
19-
<p>
20-
An organization site serves as the root of that organization's <em>project sites</em>, which are just the other
21-
repositories within the organization that have GitHub Pages enabled.
22-
</p>
23-
<p>
24-
With the custom domain configured here, all Cal-ITP GitHub Pages sites are automatically available at
25-
<code>https://docs.calitp.org/repo-name</code>.
26-
</p>

0 commit comments

Comments
 (0)