GESIS-Methods-Hub / andrew

Content Aggregation System for tutorials and vignette of reproducible computational methods.
https://gesis-methods-hub.github.io/andrew/
MIT License
2 stars 0 forks source link

extra style file #132

Closed schochastics closed 1 year ago

schochastics commented 1 year ago

Should we maintain an extra style.css file to "fix" some of the corporate design things? For instance the black background could be done via a rule

pre code.sourceCode{
   background-color:
}

(I think that should be the most specific rule)

Pretty sure the corporate design doesnt account for source code?

/Edit: Is this still the right repo to discuss this or should we have this discussion somewhere else?

rgaiacs commented 1 year ago

The end user can change the theme or add CSS. This is done using Quarto. methodshub package doesn't change the Quarto configuration.

https://github.com/GESIS-Methods-Hub/methodshub/blob/main/demo/_quarto.yml#L23 has an example of how to include a new CSS file.

https://github.com/GESIS-Methods-Hub/methodshub/blob/main/demo/styles.css has an example of how the CSS file should be.

I'm closing this issue as we are using another repository to keep track of GESIS specifics.