You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have some suggestions and questions. As this is the first time I run jekyll I'm not sure how useful they are ;-)
In order to get jekyll working I had to add gem "kramdown-parser-gfm" to Gemfile. Without it I got messages saying kramdown-parser-gfm wasn't installed.
The script/bootstrap script is designed to mess with the user system, instead of just install things in the user home. IMHO this is a very bad idea.
I don't understand why the theme wastes so much user screen for screen sizes over tha 1060px. I also don't understand why so much sizes are hardcoded in pixels. As I said before I know nothing about jekyll, I just wanted to read images from my repo in an easy way when I found I had to use GitHub pages. So them I saw the templates and really liked this one. For my site I'm using:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
The theme looks really nice thanks!
I have some suggestions and questions. As this is the first time I run jekyll I'm not sure how useful they are ;-)
In order to get jekyll working I had to add
gem "kramdown-parser-gfm"
toGemfile
. Without it I got messages sayingkramdown-parser-gfm
wasn't installed.The
script/bootstrap
script is designed to mess with the user system, instead of just install things in the user home. IMHO this is a very bad idea.I don't understand why the theme wastes so much user screen for screen sizes over tha 1060px. I also don't understand why so much sizes are hardcoded in pixels. As I said before I know nothing about jekyll, I just wanted to read images from my repo in an easy way when I found I had to use GitHub pages. So them I saw the templates and really liked this one. For my site I'm using:
The text was updated successfully, but these errors were encountered: