diff --git a/bulma.md b/bulma.md index 500feb292..849c25e28 100644 --- a/bulma.md +++ b/bulma.md @@ -3,6 +3,9 @@ title: Bulma layout: 2017/sheet prism_languages: [css, html] weight: -1 +updated: 2018-03-06 +authors: + - github: benolot description: | Basic guide on how to use Bulma, the lightweight css flexbox framework. --- @@ -89,4 +92,3 @@ The following classes **transform** the text | `.is-capitalized` | Transforms the **first character** of each word to **uppercase** | | `.is-lowercase` | Transforms **all** characters to **lowercase** | | `.is-uppercase` | Transforms **all** characters to **uppercase** | - diff --git a/composer.md b/composer.md index 7fb54946d..d07c1d5c6 100644 --- a/composer.md +++ b/composer.md @@ -3,11 +3,14 @@ title: composer category: CLI layout: 2017/sheet weight: -1 +authors: + - github: benolot +updated: 2018-03-06 description: | Basic guide on how to use Composer, the PHP Package manager. --- -All composer commands, depending on your install, may need to use `php composer.phar` in the install folder for composer, instead of plain `composer`. +All composer commands, depending on your install, may need to use `php composer.phar` in the install folder for composer, instead of plain `composer`. ### Package management @@ -43,4 +46,3 @@ All composer commands, depending on your install, may need to use `php composer. | Command | Description | | --- | --- | | `composer remove laravel` | Remove new package to composer.json and uninstall it | -