Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit e73d911

Browse files
committed
Updated readme and changelog 🚀
1 parent 5912ca5 commit e73d911

File tree

2 files changed

+33
-16
lines changed

2 files changed

+33
-16
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Change Log
22
All changes to Chicio coding will be documented in this file.
33

4+
## [4.1.0](https://github.com/chicio/chicio.github.io/releases/tag/v4.1.0)
5+
Release date: 2021-04-23
6+
7+
#### Added
8+
9+
- Styled component
10+
- Design system
11+
412
## [4.0.0](https://github.com/chicio/chicio.github.io/releases/tag/v4.0.0)
513
Release date: 2021-04-15
614

README.md

Lines changed: 25 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -53,22 +53,31 @@ npm run deploy
5353

5454
## Overview
5555

56-
My website has been created for Github Pages using [GatsbyJS](https://www.gatsbyjs.com/) with the following plugins:
57-
58-
- [gatsby-plugin-sass](https://www.gatsbyjs.com/plugins/gatsby-plugin-sass/)
59-
- [gatsby-plugin-image](https://www.gatsbyjs.com/docs/reference/built-in-components/gatsby-plugin-image/)
60-
- [gatsby-plugin-google-tag](https://www.gatsbyjs.com/plugins/gatsby-plugin-google-gtag/)
61-
- [gatsby-plugin-react-helmet](https://www.gatsbyjs.com/plugins/gatsby-plugin-react-helmet/)
62-
- [gatsby-plugin-sitemap](https://www.gatsbyjs.com/plugins/gatsby-plugin-sitemap/)
63-
- [gatsby-plugin-manifest](https://www.gatsbyjs.com/plugins/gatsby-plugin-manifest/)
64-
- [gatsby-plugin-offline](https://www.gatsbyjs.com/plugins/gatsby-plugin-offline/)
65-
- [gatsby-plugin-sharp](https://www.gatsbyjs.com/plugins/gatsby-plugin-sharp/)
66-
- [gatsby-transformer-sharp](https://www.gatsbyjs.com/plugins/gatsby-transformer-sharp/)
67-
- [gatsby-source-filesystem](https://www.gatsbyjs.com/plugins/gatsby-source-filesystem/)
68-
- [gatsby-transformer-remark](https://www.gatsbyjs.com/plugins/gatsby-transformer-remark/)
69-
- [gatsby-plugin-graphql-codegen](https://www.gatsbyjs.com/plugins/gatsby-plugin-graphql-codegen/)
70-
- [gatsby-plugin-feed](https://www.gatsbyjs.com/plugins/gatsby-plugin-feed/)
71-
- [gatsby-plugin-catch-links](https://www.gatsbyjs.com/plugins/gatsby-plugin-catch-links/)
56+
My website has been created for Github Pages using:
57+
58+
59+
* [GatsbyJS](https://www.gatsbyjs.com/) with the following plugins:
60+
* [gatsby-plugin-sass](https://www.gatsbyjs.com/plugins/gatsby-plugin-sass/)
61+
* [gatsby-plugin-image](https://www.gatsbyjs.com/docs/reference/built-in-components/gatsby-plugin-image/)
62+
* [gatsby-plugin-google-tag](https://www.gatsbyjs.com/plugins/gatsby-plugin-google-gtag/)
63+
* [gatsby-plugin-react-helmet](https://www.gatsbyjs.com/plugins/gatsby-plugin-react-helmet/)
64+
* [gatsby-plugin-sitemap](https://www.gatsbyjs.com/plugins/gatsby-plugin-sitemap/)
65+
* [gatsby-plugin-manifest](https://www.gatsbyjs.com/plugins/gatsby-plugin-manifest/)
66+
* [gatsby-plugin-offline](https://www.gatsbyjs.com/plugins/gatsby-plugin-offline/)
67+
* [gatsby-plugin-sharp](https://www.gatsbyjs.com/plugins/gatsby-plugin-sharp/)
68+
* [gatsby-transformer-sharp](https://www.gatsbyjs.com/plugins/gatsby-transformer-sharp/)
69+
* [gatsby-source-filesystem](https://www.gatsbyjs.com/plugins/gatsby-source-filesystem/)
70+
* [gatsby-transformer-remark](https://www.gatsbyjs.com/plugins/gatsby-transformer-remark/)
71+
* [gatsby-remark-images](https://www.gatsbyjs.com/plugins/gatsby-remark-images/)
72+
* [gatsby-remark-emojis](https://www.gatsbyjs.com/plugins/gatsby-remark-emojis/)
73+
* [gatsby-remark-embed-video](https://www.gatsbyjs.com/plugins/gatsby-remark-embed-video/)
74+
* [gatsby-remark-katex](https://www.gatsbyjs.com/plugins/gatsby-remark-katex/)
75+
* [gatsby-remark-prismjs](https://www.gatsbyjs.com/plugins/gatsby-remark-prismjs/)
76+
* [gatsby-plugin-graphql-codegen](https://www.gatsbyjs.com/plugins/gatsby-plugin-graphql-codegen/)
77+
* [gatsby-plugin-feed](https://www.gatsbyjs.com/plugins/gatsby-plugin-feed/)
78+
* [gatsby-plugin-catch-links](https://www.gatsbyjs.com/plugins/gatsby-plugin-catch-links/)
79+
* [Styled components](https://styled-components.com)
80+
* [TypeScript](https://www.typescriptlang.org)
7281

7382
Go and checkout my [homepage](https://www.fabrizioduroni.it "homepage") and my [blog](https://www.fabrizioduroni.it/blog/ "blog").
7483

0 commit comments

Comments
 (0)