Skip to content

Commit 2cd8b96

Browse files
authored
Merge pull request #136 from fishjojo/master
add news page
2 parents b68c4b6 + d6f865e commit 2cd8b96

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

source/conf.py

+1
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@
195195
"install": [],
196196
"quickstart": [],
197197
"about": [],
198+
"news": [],
198199
}
199200

200201

source/index.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ html_theme.sidebar_secondary.remove: true
44

55
# Quantum chemistry with Python
66

7+
<div style="background-color: #013243; padding: 5px; border-radius: 2px; font-family: monospace; font-size: 20px; color: white; display: flex; justify-content: center; align-items: center; height: 60px; text-align: center; margin-bottom: 20px;">
8+
9+
<p style="margin: 0;">
10+
<a href="news.html" style="color: white;">2nd PySCF Developers Meeting! 09-18-2024</a>
11+
</p>
12+
13+
</div>
714

815
```{gallery-grid}
916
:grid-columns: 1 2 2 3
@@ -46,4 +53,5 @@ quickstart
4653
user/index
4754
contributor/index
4855
About <about>
56+
News <news>
4957
```

source/news.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# News
2+
3+
## 2nd PySCF Developers Meeting
4+
5+
_18 Sep, 2024_ -- The 2nd PySCF Developers Meeting is scheduled for Jan 13, 2025, in Pasadena, CA.
6+
Further details will be shared soon.
7+

0 commit comments

Comments
 (0)