Skip to content

Instantly share code, notes, and snippets.

View sunkakar's full-sized avatar
🔖
Learning and Growing

Sundeep Kakar sunkakar

🔖
Learning and Growing
  • Indiana University
  • Indianapolis
View GitHub Profile
@sunkakar
sunkakar / README.md
Last active December 5, 2019 20:54
Instructions on writing an "Excerpt" for the SCIU Blog

Instructions

  • Add image links to the excerpt for it to show up in the RSS Feed.
  • The excerpt consists of: an tag which contains the image link and a tag that contains the teaser text for the blog post.

Excerpt Template

<img class='teaser-img' src='[INSERT-IMAGE-PATH-HERE]' />
<teaser>
      [INSERT TEASER CONTENT HERE]
</teaser>
@sunkakar
sunkakar / README.md
Created October 1, 2019 18:10
Template on how to write your Excerpts for the page

Template

  • Add image links to the excerpt for it to show up on the front page.
  • The excerpt consists of: an tag which contains the image link and a tag that contains the teaser text for the blog post.
<img class='teaser-img' src='[INSERT-IMAGE-PATH-HERE]' />
<teaser>
	<p>
      [INSERT TEASER CONTENT HERE]
  </p>