Skip to content

Commit 791af92

Browse files
Merge pull request #7 from TidbitSoftware/main
Custom link color
2 parents e934a33 + 504fd95 commit 791af92

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/_config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
title: ISSM Documentation
2-
description: Custom template for the ISSM Documentation Jeykll site using the Just the Docs theme
2+
description: Documentation page for the Ice-Sheet and Sea-level System Model (ISSM). Included are instructions for installation and use of ISSM, development status and forecast, as well as information about how ISSM used and the team behind it.
33
theme: just-the-docs
44

55
url: https://issmteam.github.io/ISSM-Documentation/
66

7+
color_scheme: issm
8+
79
# Site logo
810
logo: "/assets/img/issm-logo.png"
911

docs/_sass/color_schemes/issm.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
$link-color: #5785d1;

0 commit comments

Comments
 (0)