Skip to content

Commit

Permalink
main page
Browse files Browse the repository at this point in the history
  • Loading branch information
RagnarGrootKoerkamp committed Jul 23, 2024
1 parent 380a582 commit 99f7adc
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 7 deletions.
2 changes: 0 additions & 2 deletions _index.org
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

* Publications

Full list [[./pages/publications.org][here]].

- May 2024 ::
The mod-minimizer: a simple and efficient sampling algorithm for long k-mers

Expand Down
26 changes: 25 additions & 1 deletion assets/css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $highlight: #ffc107 !default;
$background: #f8f4d7 !default;

body {
line-height: 1.5em;
line-height: 1.35em;
}

.content .post .post-meta .tags .tag {
Expand Down Expand Up @@ -394,6 +394,10 @@ h2 {
}
}

.about h2 {
border-bottom: initial;
}

h3 {
font-size: 2.4rem;
line-height: 2.8rem;
Expand Down Expand Up @@ -540,3 +544,23 @@ figcaption p,
color: green;
font-weight: normal;
}

nav.navigation {
border-bottom: 2px solid $highlight;
height: auto;
.container {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
}

.content article header h1 {
font-size: 3.5rem;
line-height: 4rem;
}

figure > img {
background: white;
padding: 0.6rem;
border-radius: 0.9rem;
}
20 changes: 16 additions & 4 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pygmentscodefencesguesssyntax: true
# Theme parameters
params:
author: Ragnar Groot Koerkamp
info: PhD Computational Biology @ BMI ETH Zurich
info: PhD High Throughput Bioinformatics @ BMI ETH Zurich
description: Research on pairwise alignment
publicBaseUrl: "https://curiouscoding.nl"
keywords: >-
Expand Down Expand Up @@ -97,12 +97,24 @@ taxonomies:

menu:
main:
- name: Linux
- name: Projects
url: /pages/projects
weight: 1
- name: Publications
url: /pages/publications
weight: 2
- name: Talks
url: /pages/talks
weight: 3
- name: Service
url: /pages/service
weight: 4
- name: Linux
url: /linux/
weight: 5
- name: Misc
weight: 2
url: /misc/
weight: 6
- name: About
weight: 3
url: about/
weight: 7

0 comments on commit 99f7adc

Please sign in to comment.