Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dimsav/dimsav-blog
https://github.com/dimsav/dimsav-blog
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dimsav/dimsav-blog
- Owner: dimsav
- Created: 2019-12-02T14:00:20.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T02:08:27.000Z (almost 2 years ago)
- Last Synced: 2023-04-05T13:09:27.953Z (over 1 year ago)
- Language: PHP
- Size: 3.78 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installation notes
```
composer install
artisan ide-helper:generate
artisan ide-helper:meta
```## Steps before announcement
* Test blog post in [twitter card validator](https://cards-dev.twitter.com/validator)
* Test blog post in [facebook debugger](https://developers.facebook.com/tools/debug/sharing/)## Steps after launching website
* [Tell google about it](https://support.google.com/webmasters/answer/7451001) by submitting
the URL of the auto generated /sitemap.txt file## Syntax
### Paragraph
```
@component('p')
@endcomponent
```### Code block
```
@component('code')
@endcomponent
```### Inline code
```
@component('inline-code')
@endcomponent
```