digitalcraftsman / hugo-icarus-theme

Port of Ruipeng Zhang's Hexo theme Icarus to Hugo.
MIT License
213 stars 138 forks source link

Recent posts, remove thumbnail #105

Open onkartw opened 7 years ago

onkartw commented 7 years ago
screen shot 2017-10-22 at 1 02 36 pm

How to remove the thumbnails from the recent posts ? Is there a variable to turn on/off ? Right now I have just deleted the div element but that does not align properly. What files I need to change to display just the titles ?

mholttech commented 6 years ago

I put this in /layout/paritials/widgets/recent_articles.html (in the root directory of your blog not the theme dir) in order to get rid of the thumbnails and adjust the size the tiles.

recent_articles.txt

mandarvaze commented 6 years ago

I have implemented similar change on my blog - for those interested have a look at the result and source

@mholttech Thanks for your input. Can you provide details as to why it is preferred to have such changes in the "in the root directory of your blog not the theme dir"