https://github.com/fabiosantoscode/component-blog-post
A component representing a single blog post.
https://github.com/fabiosantoscode/component-blog-post
Last synced: 10 months ago
JSON representation
A component representing a single blog post.
- Host: GitHub
- URL: https://github.com/fabiosantoscode/component-blog-post
- Owner: fabiosantoscode
- License: other
- Created: 2015-10-28T11:36:58.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-11T13:35:16.000Z (over 9 years ago)
- Last Synced: 2025-03-24T14:44:24.849Z (10 months ago)
- Language: JavaScript
- Size: 676 KB
- Stars: 0
- Watchers: 2
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# component-blog-post
The blog post component is a simple element to show a blog post.
This component is primarily for the blog post page.
Overridable variables:
------------------
You can override the following variables:
:root {
--blog-post-color-title: green;
--blog-post-color-flytitle: blue;
--blog-post-color-section-link: inherit;
--blog-post-color-section-link-hover: rebeccapurple;
--blog-post-color-text: yellow;
--blog-post-color-link: inherit;
--blog-post-color-link-underline: pink;
--blog-post-color-datetime: black;
--blog-post-background-color-datetime: purple;
--blog-post-flytitle-spacing: 10px;
--blog-post-rubric-spacing: 20px;
--blog-post-section-spacing: 20px;
--blog-post-image-spacing: 20px;
--blog-post-text-top-margin: 10px;
--blog-post-color-link-visited: pink;
--blog-post-color-blockquote: gray;
--blog-post-color-blockquote-quotes: red;
}