Skip to content

Commit

Permalink
Configuring Jekyll site to show logo + customize CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-graham committed Jan 23, 2024
1 parent e8b6721 commit 78c3d74
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ url: https://UCL-ARC.github.io/python-tooling

aux_links:
Source repository: https://github.com/UCL-ARC/python-tooling

logo: 'https://raw.githubusercontent.com/UCL-ARC/python-tooling/main/images/logo.png'
8 changes: 8 additions & 0 deletions docs/_sass/custom/custom.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
div.site-header {
max-height: 15em;
height: 15em;
}

div.site-logo {
background-position: center center;
}

0 comments on commit 78c3d74

Please sign in to comment.