hugo-icarus-theme
hugo-icarus-theme copied to clipboard
lists not that pretty
The content generated from /hugo-icarus-theme/layouts/_default/list.html
is not very pretty. Check this for an example:
https://themes.gohugo.io/theme/hugo-icarus/post
I've added this to a custom css file which makes it look more nice, but perhaps it could be made prettier by default. (Also I'm not sure how that looks on mobile devices)
.archive-article-inner {
display:grid;
padding:0px;
grid-gap: 15px;
grid-template-columns: 150px 1fr;
}
Here's an example of such a list: https://www.glaciology.net/publication/
Just stumbled across this site which also has a different list layout http://brendan-quinn.xyz/work/
@grinsted Do you have a commit hash for the style improvement? I checked your fork and it's currently even with digitalcraftsman/hugo-icarus-theme, so it doesn't yet have the improvement.
I'd like to merge from your fork.
I did not fork, but just added it as a custom.css :
https://github.com/grinsted/src.glaciology.net/blob/master/static/custom.css
Best, Aslak
On Thu, Feb 22, 2018 at 12:22 PM, Cliffano Subagio <[email protected]
wrote:
@grinsted https://github.com/grinsted Do you have a commit hash for the style improvement? I checked your fork and it's currently even with digitalcraftsman/hugo-icarus-theme, so it doesn't yet have the improvement.
I'd like to merge from your fork.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/digitalcraftsman/hugo-icarus-theme/issues/101#issuecomment-367651244, or mute the thread https://github.com/notifications/unsubscribe-auth/ACav3kq6nbd-Kp5zx4OzZSKstxXa_kwaks5tXU4JgaJpZM4PPpPP .
-- Aslak Grinsted Associate Professor
Centre for Ice and Climate http://www.iceandclimate.nbi.ku.dk/, Niels Bohr Institute, University of Copenhagen Juliane Maries Vej 30 (Room 243), 2100 Copenhagen Ø, Denmark http://www.glaciology.net | twitter: @agrinsted http://twitter.com/agrinsted | phone: +45 353-20510
@grinsted Thanks. In that case, I'll credit you in the commit message.