Skip to content

Commit f223235

Browse files
author
Ahmad Awais
committed
ADD: ReadMe β€” Docs πŸ’―
1 parent 3353e0d commit f223235

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ Just [download](https://github.com/ahmadawais/Gutenberg-Boilerplate/archive/mast
3131
This is a `todo` list for this boilerplate which also states the progress of what you can learn from it.
3232
- [X] [Build a Custom Gutenberg Block](https://github.com/ahmadawais/Gutenberg-Boilerplate/tree/master/block/01-basic) β€” with custom CSS for editor and frontend.
3333
- [x] [Build a Custom Gutenberg Block](https://github.com/ahmadawais/Gutenberg-Boilerplate/tree/master/block/02-basic-esnext) β€” with `ES6` or `ESNext` and a `Webpack` build process.
34-
- [ ] Build a Custom Gutenberg Block β€” with `editable` content.
34+
- [x] [Build a Custom Gutenberg Block](https://github.com/ahmadawais/Gutenberg-Boilerplate/tree/master/block/03-block-editable) β€” with `editable` content.
35+
- [x] [Build a Custom Gutenberg Block](https://github.com/ahmadawais/Gutenberg-Boilerplate/tree/master/block/04-tweet) β€” to click Tweet the contents of that block.
3536
- [ ] Build a Custom Gutenberg Block β€” with `editable` content and custom `toolbars`.
3637
- [ ] Build a Custom Gutenberg Block β€” with a card layout `editable` + `non-ediatable` content (text + media).
3738
- [ ] Maybe build a video series on Gutenberg development!

β€Žblock/01-basic/README.mdβ€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ This is a basic custom Gutenberg block. Files explained below.
77
- [`style.css`](https://github.com/ahmadawais/Gutenberg-Boilerplate/blob/master/block/01-basic/style.css) β€” Block CSS for the frontend.
88
- [`index.php`](https://github.com/ahmadawais/Gutenberg-Boilerplate/blob/master/block/01-basic/index.php) β€” Enqueue block's assets for editor and the frontend.
99

10-

β€Žblock/02-basic-esnext/README.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ This is a basic custom Gutenberg block. Files explained below.
1212
- [`package.json`](https://github.com/ahmadawais/Gutenberg-Boilerplate/blob/master/block/02-basic-esnext/package.json) & [`package-lock.json`](https://github.com/ahmadawais/Gutenberg-Boilerplate/blob/master/block/02-basic-esnext/package-lock.json) β€” NPM related file for holding NPM related metadata and `build`/`dev` NPM scripts.
1313
- [`webpack.config.js`](https://github.com/ahmadawais/Gutenberg-Boilerplate/blob/master/block/02-basic-esnext/webpack.config.js) β€” Webpack configuration file.
1414

15+
1516
## Getting started!
1617

1718
Read the files explained above. All of the files are heavily inline documented. All you have to do is following:

0 commit comments

Comments
Β (0)