Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nextbitlabs/Rapido
Write your blog posts with semantic HTML.
https://github.com/nextbitlabs/Rapido
blogs css documentation html purecss website
Last synced: 9 days ago
JSON representation
Write your blog posts with semantic HTML.
- Host: GitHub
- URL: https://github.com/nextbitlabs/Rapido
- Owner: nextbitlabs
- License: mit
- Created: 2018-10-02T07:27:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-02T06:48:58.000Z (over 4 years ago)
- Last Synced: 2024-09-25T21:50:52.846Z (about 2 months ago)
- Topics: blogs, css, documentation, html, purecss, website
- Language: CSS
- Homepage: https://nextbitlabs.github.io/Rapido/
- Size: 11.3 MB
- Stars: 23
- Watchers: 3
- Forks: 4
- Open Issues: 21
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Rapido.css
Write your blog posts with semantic HTML.
![Latest Release](https://badgen.net/github/release/nextbitlabs/Rapido)
![Code Style Stylelint](https://badgen.net/badge/code%20style/stylelint/yellow)
![MIT](https://badgen.net/badge/license/MIT/green)
## Introduction
Rapido provides a default style for a set of **semantic HTML** elements that you can use to compose your essays. Just write with semantic HTML, without the need to remember any CSS class or JS command.
Rapido has been crafted with the idea that using semantic HTML for your writings *can be easy*. For such a reason Rapido does not make use of CSS classes, with the exception of class `rapido`, of course. Authors can compose all the different parts of the document with semantic HTML elements, for example adding side notes in paragraphs with the `` element.
```html
...
......
```
## Motivation
The importance of using [semantic HTML](https://developer.mozilla.org/en-US/docs/Glossary/semantics#Semantics_in_HTML) is a common theme in web development, it is a good idea to use the relevant HTML element for the job. Semantic HTML improves the usability of the code and ensures maximum [accessibility](https://developer.mozilla.org/en-US/docs/Learn/Accessibility/HTML).
Having your own corner on the web where you can freely share thoughts or technical stuff [is still cool](https://medium.com/@dan_abramov/why-my-new-blog-isnt-on-medium-3b280282fbae), and the popularity of tools like [Jekyll](https://jekyllrb.com/) or [Gatsby](https://www.gatsbyjs.org/) proves that. Rapido intervenes there, offering semantic HTML templates for a variety of typical author needs: like header, sections, side notes, references and so on.
## Docs
Please have a look at https://nextbitlabs.github.io/Rapido/ for the documentation.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.