Skip to content

Commit

Permalink
Merge pull request #1268 from cssnano/update-website
Browse files Browse the repository at this point in the history
docs: update website for new release
  • Loading branch information
ludofischer committed Dec 16, 2021
2 parents a110495 + c954c71 commit 277a4d9
Show file tree
Hide file tree
Showing 8 changed files with 698 additions and 1,672 deletions.
9 changes: 9 additions & 0 deletions site/docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ layout: Page

## Change Log

### 5.0.13 (2021-12-16)

#### Patch Changes

- chore(postcss-normalize-url): reduce dependencies ([#1255](https://github.com/cssnano/cssnano/pull/1255))([a4267dedcd6](https://github.com/cssnano/cssnano/commit/a4267dedcd6d41ece45a0dfc5a73ea4b9e4ae028))
- fix(postcss-colormin): accept configuration options ([#1263](https://github.com/cssnano/cssnano/pull/1263))([3b38038007](https://github.com/cssnano/cssnano/commit/3b38038007bfd8761d84a9e35f0191b56e5b50d7))
- Updated dependencies
- cssnano-preset-default\@5.1.9

### 5.0.12 (2021-11-27)

#### Bug fixes
Expand Down
4 changes: 2 additions & 2 deletions site/docs/support-us.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ongoing commitment, or one-time through [PayPal](https://www.paypal.me/benebinfo
## Support the team

<a href="https://opencollective.com/cssnano">
<img src="https://opencollective.com/cssnano/donate/button@2x.png?color=blue" alt="drawing" width="200"/>
<img src="https://opencollective.com/cssnano/donate/button@2x.png?color=blue" alt="drawing" width="300"/>
</a>

## Backers
Expand All @@ -45,7 +45,7 @@ A huge THANK YOU to our recurring backers!
- [Jake Hickenlooper](https://twitter.com/jkenlooper)
- [Tommy Hodgins](https://twitter.com/innovati)

### Opencollective Backers
### Open Collective Backers

A huge THANK YOU to our backers!

Expand Down
11 changes: 9 additions & 2 deletions site/docusaurus.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
module.exports = {
title: 'CSSNANO',
tagline: `Deliver your website's styles, faster.`,
url: 'https://cssnano.github.io', // url to your site with no trailing slash
url: 'https://cssnano.co', // url to your site with no trailing slash
baseUrl: '/',
trailingSlash: true,
favicon: 'img/favicon.ico',
organizationName: 'cssnano', // Usually your GitHub org/user name.
projectName: 'cssnano', // Usually your repo name.
Expand All @@ -12,6 +13,8 @@ module.exports = {
logo: {
alt: 'CSSNANO Logo',
src: 'img/logo-alt.svg',
height: 32,
width: 160,
},
items: [
{
Expand Down Expand Up @@ -93,7 +96,11 @@ module.exports = {
],
},
],
copyright: `Latest release v5.0.12 · Distributed under the MIT License.`,
copyright: `Latest release v5.0.13 · Distributed under the MIT License.`,
},
colorMode: {
defaultMode: 'light',
disableSwitch: true,
},
},
presets: [
Expand Down
8 changes: 4 additions & 4 deletions site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
"build:docs": "remark site/docs/**/*.md -o && yarn build:metadata && node ./util/buildSiteMarkdown.mjs"
},
"dependencies": {
"@codemirror/basic-setup": "^0.19.0",
"@codemirror/basic-setup": "^0.19.1",
"@codemirror/lang-css": "^0.19.3",
"@docusaurus/core": "^2.0.0-beta.13",
"@docusaurus/preset-classic": "^2.0.0-beta.13",
"cssnano-preset-advanced": "^5.1.8",
"cssnano-preset-default": "^5.1.8",
"cssnano-preset-advanced": "^5.1.9",
"cssnano-preset-default": "^5.1.9",
"cssnano-preset-lite": "^2.0.1",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"postcss": "^8.4.4",
"postcss": "^8.4.5",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
Expand Down
Loading

0 comments on commit 277a4d9

Please sign in to comment.