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:
David A. Harding 2015-04-22 17:49:30 -04:00
parent 3a7968eee4
commit ffa9a249f3
No known key found for this signature in database
GPG key ID: 4B29C30FF29EC4B7
27 changed files with 803 additions and 1 deletions

View file

@ -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 */