chipsenkbeil / grid-side

Personal portfolio and blog for use by the Hugo generator.
MIT License
32 stars 21 forks source link

Add ability to have content that purely redirects to another url #4

Closed chipsenkbeil closed 9 years ago

chipsenkbeil commented 9 years ago

Currently, the list shows content including the title of the article, a summary of the article, any associated tags, and optionally a header image representing the article.

A nice feature that I would need for my own website's sections would be image only options in the same vein as the cells on the main page, where hovering over the cell highlights it and displays text. Clicking the cell redirects you to a new url. This would be useful for projects that might just point Github repositories.

chipsenkbeil commented 9 years ago

Implemented using the redirect = "example.com' front matter. List page now displays the article button in red with REDIRECT as the text instead of READ MORE.

screen shot 2015-08-24 at 10 34 34 pm