Skip to content

Commit

Permalink
greenwood upgrade and add import css plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Aug 20, 2021
1 parent 178a680 commit 9c09f12
Show file tree
Hide file tree
Showing 3 changed files with 534 additions and 5 deletions.
4 changes: 4 additions & 0 deletions greenwood.config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
const pluginImportCss = require('@greenwood/plugin-import-css');
const pkg = require('./package.json');

module.exports = {
title: 'My Personal Blog',
meta: [
{ rel: 'icon', href: '/assets/favicon.ico' },
{ name: 'description', content: pkg.description } // replace the pkg.description with a custom string if you prefer
],
plugins: [
...pluginImportCss()
]
};
Loading

0 comments on commit 9c09f12

Please sign in to comment.