Skip to content

Commit

Permalink
feature/issue 34 blog landing page and all posts (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 authored Sep 5, 2024
1 parent cfbdd3c commit 9031ce6
Show file tree
Hide file tree
Showing 49 changed files with 2,972 additions and 92 deletions.
5 changes: 4 additions & 1 deletion greenwood.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ import { greenwoodPluginCssModules } from "./plugin-css-modules.js";
export default {
prerender: true,
plugins: [greenwoodPluginCssModules(), greenwoodPluginImportRaw()],
activeFrontmatter: true,
// would be nice if we could customize these plugins, like appending the autolink headings
// https://github.com/ProjectEvergreen/greenwood/issues/1247
markdown: {
plugins: ["@mapbox/rehype-prism"],
plugins: ["@mapbox/rehype-prism", "rehype-slug", "rehype-autolink-headings", "remark-github"],
},
};
Loading

0 comments on commit 9031ce6

Please sign in to comment.