Skip to content

Commit 369a0b9

Browse files
author
bbuchsbaum
committed
Fix pkgdown article configuration
1 parent 8e216e0 commit 369a0b9

2 files changed

Lines changed: 26 additions & 29 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,4 @@ Remotes:
8787
VignetteBuilder: knitr
8888
URL: https://bbuchsbaum.github.io/fmrireg/, https://github.com/bbuchsbaum/fmrireg
8989
BugReports: https://github.com/bbuchsbaum/fmrireg/issues
90+
Config/Needs/website: albersdown

_pkgdown.yml

Lines changed: 25 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,50 @@
11
url: https://bbuchsbaum.github.io/fmrireg/
2-
32
template:
43
bootstrap: 5
54
bootswatch: cosmo
65
bslib:
7-
primary: "#0054AD"
6+
primary: '#0054AD'
87
border-radius: 0.5rem
98
btn-border-radius: 0.25rem
10-
code-bg: "#f8f9fa"
11-
code-color: "#212529"
12-
9+
code-bg: '#f8f9fa'
10+
code-color: '#212529'
11+
package: albersdown
1312
home:
1413
title: fmrireg • fMRI Analysis in R
15-
description: >
16-
A comprehensive R package for functional magnetic resonance imaging (fMRI)
17-
data analysis. Provides flexible tools for constructing hemodynamic response
18-
functions, experimental regressors, and conducting univariate analyses.
19-
strip_header: true
20-
14+
description: |
15+
A comprehensive R package for functional magnetic resonance imaging (fMRI) data analysis. Provides flexible tools for constructing hemodynamic response functions, experimental regressors, and conducting univariate analyses.
16+
strip_header: yes
2117
authors:
2218
Bradley Buchsbaum:
2319
href: https://github.com/bbuchsbaum
24-
2520
navbar:
2621
structure:
27-
left: [intro, reference, articles, tutorials, news]
28-
right: [search, github]
22+
left:
23+
- intro
24+
- reference
25+
- articles
26+
- tutorials
27+
- news
28+
right:
29+
- search
30+
- github
2931
components:
3032
articles:
3133
text: Vignettes
3234
menu:
3335
- text: Getting Started
3436
- text: Package Overview
35-
href: articles/Overview.html
36-
- text: -------
37+
href: articles/fmrireg.html
38+
- text: '-------'
3739
- text: Advanced Topics
3840
- text: Contrasts
3941
href: articles/a_05_contrasts.html
4042
- text: Simulation
4143
href: articles/a_08_simulation.html
4244
- text: Linear Modeling
4345
href: articles/a_09_linear_model.html
46+
- text: Plugin Development
47+
href: articles/plugin-development.html
4448
- text: Sketched GLM (SRHT/IHS + Nyström)
4549
href: articles/sketched-ar.html
4650
- text: Dataset Management
@@ -49,40 +53,32 @@ navbar:
4953
href: articles/group_analysis.html
5054
- text: Functional Connectivity
5155
href: articles/functional_connectivity.html
52-
- text: -------
56+
- text: '-------'
5357
- text: Resources
5458
- text: Benchmark Datasets
5559
href: articles/benchmark_datasets.html
56-
57-
# reference section removed to use automatic organization
58-
5960
articles:
6061
- title: Getting Started
6162
navbar: ~
62-
contents:
63-
- Overview
64-
63+
contents: fmrireg
6564
- title: Advanced Analysis
6665
navbar: ~
6766
contents:
6867
- a_05_contrasts
6968
- a_08_simulation
7069
- a_09_linear_model
70+
- plugin-development
7171
- a_10_dataset
7272
- group_analysis
7373
- functional_connectivity
7474
- sketched-ar
75-
7675
- title: Resources
7776
navbar: ~
78-
contents:
79-
- benchmark_datasets
80-
77+
contents: benchmark_datasets
8178
news:
8279
releases:
83-
- text: "Version 0.1.0"
80+
- text: Version 0.1.0
8481
href: https://github.com/bbuchsbaum/fmrireg/releases/tag/v0.1.0
85-
8682
footer:
8783
structure:
8884
left: developed_by

0 commit comments

Comments
 (0)