Skip to content

Commit 56bbac1

Browse files
authored
Merge pull request #5 from computorg/faq
Updating FAQ
2 parents 393330e + 677fbef commit 56bbac1

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

blog/index.qmd

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
---
2-
title: Computo Blog
2+
title: Frequently Asked Questions
33
listing:
44
contents: .
5-
sort: date desc
5+
sort: title
66
fields:
7-
- date
87
- title
9-
- description
108
- categories
11-
feed: true
129
page-layout: full
1310
title-block-banner: true
1411
---
1512

16-
Welcome to the Computo blog, where we share updates, tutorials, and information about computational reproducibility in research.
13+
Additional details and support for authors

custom.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,7 @@ $primary: #034e79;
3333
// h1, h2, h3, h4, h5, h6 {
3434
// text-shadow: -1px -1px 0 rgba(0, 0, 0, .3);
3535
// }
36+
37+
div.quarto-post {
38+
display: block;
39+
}

0 commit comments

Comments
 (0)