mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 02:06:13 +00:00
Blog: Add Blog To Bitcoin.org
* Adds new page /en/blog * Adds new feed for blog posts to /en/rss/blog.xml * Adds "Blog" link to site footer * Adds three back-dated blog posts to give the blog some initial content.
This commit is contained in:
parent
3a7968eee4
commit
ffa9a249f3
27 changed files with 803 additions and 1 deletions
|
@ -941,6 +941,22 @@ br.clear {
|
|||
height: 18px;
|
||||
}
|
||||
|
||||
div.post {
|
||||
max-width: 40em;
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
}
|
||||
.post img {
|
||||
max-width: 100%;
|
||||
}
|
||||
.post-meta {
|
||||
margin-top: 20px;
|
||||
font-style: italic;
|
||||
}
|
||||
.post-title {
|
||||
padding-top: 20px;
|
||||
}
|
||||
|
||||
.highlight { background: #ffffff; }
|
||||
.highlight .c { color: #999988; font-style: italic } /* Comment */
|
||||
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue