Skip to content

Commit ea21c00

Browse files
authored
add projects page
1 parent 6de37f1 commit ea21c00

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77

8-
<title>{{site.title}}</title>
8+
<title>{%if page.title %}{{page.title}} | {% endif %}{{site.title}}</title>
99
<meta name="description" content="{{site.description}}" />
1010
<link rel="stylesheet" href="/simple.min.css">
1111
<style>

projects/index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
layout: default
3+
title: Projects
4+
---
5+
6+
Following is an (incomplete!) list of all the projects our community
7+
is engaged with. If you are a community member working on digital infrastructure
8+
for advancing mathematics research, please
9+
[make a pull request](https://github.com/code4mathorg/code4mathorg.github.io)
10+
adding a link to your project to
11+
[this page on GitHub](https://github.com/code4mathorg/code4mathorg.github.io/blob/main/projects/index.md).
12+
13+
- [GitHub for Mathematicians](https://g4m.code4math.org)
14+
- [Index of Mathematical DataBases](https://mathbases.org/)
15+
- [π-Base, a community database of topological counterexamples](https://topology.pi-base.org/)

0 commit comments

Comments
 (0)