https://github.com/iroco-co/iroco-blog
Source files for the iroco blog
https://github.com/iroco-co/iroco-blog
Last synced: 3 months ago
JSON representation
Source files for the iroco blog
- Host: GitHub
- URL: https://github.com/iroco-co/iroco-blog
- Owner: iroco-co
- Created: 2021-03-03T20:09:51.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-07T17:19:58.000Z (3 months ago)
- Last Synced: 2025-03-07T17:32:30.650Z (3 months ago)
- Language: HTML
- Homepage: https://blog.iroco.co
- Size: 47.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# iroco.co
Web site source of blog.iroco.co
The site is hosted by netlify.
## Writing
Recommendations
- [One sentence per line](https://asciidoctor.org/docs/asciidoc-recommended-practices/#one-sentence-per-line)
- On code snippet, add language (ex. "```js") to benefit from syntax coloration
- You can draw markdown diagram from code snippets with "```markdown".## Editor line length
We recommend to set markdown line length to 70 characters in your editor.
This way, it will match snippets line length in rendered articles.Example of rendered snippet :

The Markdown code of the page with line length set to 70 characters :

Jetbrains IDE markdown configuration sample.

- Hard wrap at : 70
- Wrap on typing : No
- Wrap long text : Unchecked
- Wrap text inside block quotes : Unchecked