-
Just porting this discussion in from Mastodon in case it helps others: Me (@rdela)
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
export function myTheme() {
return (site) => {
site.use(simpleBlogTheme());
site.remoteFile("styles.css", import.meta.resolve("overrided-styles.css");
}
}
|
Beta Was this translation helpful? Give feedback.
@lumeland
https://fosstodon.org/@lume/113493621685611161