mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-03 03:12:35 +02:00
RSS/ATOM Feed added, Prism changes, and global Copyright notice. (#94)
* Add Reason support to Prism.js * Add XML/ATOM feed. Generates for both localhost and build script. Adds meta links to feeds to all html files. * Updated /core/Footer.js to pull from siteConfig
This commit is contained in:
parent
92ce92ee59
commit
dc835770a0
15 changed files with 285 additions and 39 deletions
11
website/blog/2017-09-25-testing-rss.md
Normal file
11
website/blog/2017-09-25-testing-rss.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
title: Adding RSS Support
|
||||
author: Eric Nakagawa
|
||||
authorURL: http://twitter.com/ericnakagawa
|
||||
authorFBID: ericnakagawa
|
||||
---
|
||||
1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890
|
||||
|
||||
This should be truncated.
|
||||
<!--truncate-->
|
||||
This line should never render in XML.
|
12
website/blog/2017-09-26-adding-rss.md
Normal file
12
website/blog/2017-09-26-adding-rss.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
title: Adding RSS Support
|
||||
author: Eric Nakagawa
|
||||
authorURL: http://twitter.com/ericnakagawa
|
||||
authorFBID: ericnakagawa
|
||||
---
|
||||
|
||||
This is a test post.
|
||||
|
||||
<!--truncate-->
|
||||
|
||||
A whole bunch of other information.
|
Loading…
Add table
Add a link
Reference in a new issue