mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-20 12:37:01 +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
|
@ -54,5 +54,5 @@ module.exports = {
|
|||
copyright: `Copyright © ${new Date().getFullYear()} My Project, Inc. Built with Docusaurus.`,
|
||||
},
|
||||
},
|
||||
presets: [['@docusaurus/preset-bootstrap', {}]],
|
||||
presets: [['@docusaurus/preset-bootstrap']],
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue