mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36: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
|
@ -27,7 +27,7 @@ HTML::Proofer.new(
|
|||
## require updating
|
||||
:href_swap => {
|
||||
## (Hack) Append '$' to the ends of filenames we don't want to append .html to
|
||||
/(css|png|rss|pdf|jpg|asc)$/ => '\1$',
|
||||
/(css|png|rss|pdf|jpg|asc|xml)$/ => '\1$',
|
||||
|
||||
## Append .html to end of most URLs so proofer can find the local files
|
||||
/^(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue