Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions blog/index.qmd
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
---
title: Computo Blog
title: Frequently Asked Questions
listing:
contents: .
sort: date desc
sort: title
fields:
- date
- title
- description
- categories
feed: true
page-layout: full
title-block-banner: true
---

Welcome to the Computo blog, where we share updates, tutorials, and information about computational reproducibility in research.
Additional details and support for authors
4 changes: 4 additions & 0 deletions custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,7 @@ $primary: #034e79;
// h1, h2, h3, h4, h5, h6 {
// text-shadow: -1px -1px 0 rgba(0, 0, 0, .3);
// }

div.quarto-post {
display: block;
}