Skip to content
This repository has been archived by the owner on Jul 1, 2020. It is now read-only.

lists not that pretty #101

Open
grinsted opened this issue Sep 7, 2017 · 4 comments
Open

lists not that pretty #101

grinsted opened this issue Sep 7, 2017 · 4 comments

Comments

@grinsted
Copy link

grinsted commented Sep 7, 2017

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/

@grinsted
Copy link
Author

grinsted commented Sep 8, 2017

Just stumbled across this site which also has a different list layout
http://brendan-quinn.xyz/work/

@cliffano
Copy link

@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.

@grinsted
Copy link
Author

grinsted commented Feb 22, 2018 via email

@cliffano
Copy link

@grinsted Thanks. In that case, I'll credit you in the commit message.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants