Skip to content

Commit 78e0407

Browse files
committed
first pics
1 parent 30ed73d commit 78e0407

4 files changed

Lines changed: 25 additions & 6 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
_site/
2-
.DS_Store
2+
.DS_Store
3+
website

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ title: "GeoStat Framework"
1818
keywords: "geostatistics, random field generation, groundwater, well test, pumping test, subsurface simulations"
1919
description: "Python framework for geostatistical simulations"
2020
source_link: "https://github.com/GeoStat-Framework"
21-
favicon: #put a path like: "img/favicon.ico"
21+
favicon: "img/favicon.ico"
2222
touch_icon: "img/GeoStat.png"
2323
google_analytics_key: ## put YOUR key here to enable tracking! (blank to disable)
2424

_posts/2019-01-01-intro.md

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,29 @@
11
---
2-
title: "home"
3-
bg: white #defined in _config.yml, can use html color like '#010101'
4-
color: black #text color
2+
title: "GeoStat"
3+
bg: white
4+
color: black
55
style: center
66
---
77

88
# GeoStat Framework
99

10-
Python framework for geostatistical simulations
10+
<p align="center">
11+
<img src="/img/GeoStat.png" alt="GeoStat-LOGO" width="251px"/>
12+
</p>
13+
14+
# single-page jekyll theme
15+
{: .text-purple}
16+
17+
18+
Python framework for geostatistical simulations!
19+
20+
21+
<span id="forkongithub">
22+
<a href="https://github.com/GeoStat-Framework" class="bg-blue">
23+
Fork us on GitHub
24+
</a>
25+
</span>
26+
27+
# GeoStat Framework
28+
1129

img/favicon.ico

4.19 KB
Binary file not shown.

0 commit comments

Comments
 (0)