mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-25 15:07:17 +02:00
feat(v2): bootstrap blog post page and card (#2584)
* feat(v2): init the blog post card * feat(v2): Update card design * chore(v2): remove unused dependency * feat(v2): add post list * feat(v2): improve html tags * chore(v2): run prettier * feat(v2): remove old tag * feat(v2): apply suggestions
This commit is contained in:
parent
9c1abcddab
commit
f61b92d86a
11 changed files with 189 additions and 2 deletions
|
@ -8,6 +8,9 @@
|
|||
module.exports = function preset(context, opts = {}) {
|
||||
return {
|
||||
themes: [['@docusaurus/theme-bootstrap', opts.theme]],
|
||||
plugins: [['@docusaurus/plugin-content-pages', opts.pages]],
|
||||
plugins: [
|
||||
['@docusaurus/plugin-content-pages', opts.pages],
|
||||
['@docusaurus/plugin-content-blog', opts.blog],
|
||||
],
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue