Flexible-Jekyll is a simple and clean theme for Jekyll
Demo
Check the theme in action Demo
The main page would look like this:
The post page would look like this:
Features
- Google Fonts
- Font Awesome
- Disqus
- Analytics
- Support Emoji
Installation:
Fork the master
branch and follow the Jekyll Installation Documentation.
License
GNU General Public License v3.0
Photo Credits
I don't know if the feature exists or not... I'm using photos from Flickr with "All creative commons" license in my posts and I would like to include the author of the picture or in some way give credit to the person who shot the photograph. Could be a note just below the image or on top of the image on one of the bottom corners. If you can point me in the right direction I'll appreciated.
Some text format in markdown cannot dispaly in the webpage
Hello, I really love your theme and thanks for sharing with us. Today I encunted a problem. Hope you can help me.
Some text format in markdown cannot display in the webpage (showed in the picture) while it can do in the GitHub.
GitHub https://github.com/Marina-Ma/Marina-Ma.github.io/blob/master/_posts/2017-10-26-Markdown-Writing.md
webpage https://marina-ma.github.io/Markdown-Writing/
Thanks
Marina
Providing no image leaves an empty space
Hi,
nice effort 👍
Maybe I haven't taken enough time to read the project, but the image of a post is meant to be an optional attribute. However, if I don't provide any image, I end up with a post that looks like corrupted to the user:
Am I missing something or is it indeed a bug?
Regards, Thodoris
Code highlighting scroll?
Is there a way to make the code scroll instead of wrap? If I remove these tags from the pre and pre code sections of the css:
and replace them with
then the code highlight overflows beyond the padding of the wrap-content div class. I can add a max-width tag just below
overflow-x: auto
to limit this, but a value for max-width that looks good is different for different screen sizes, creating a huge hassle. Is there a way to make the code scroll and prevent it from overflowing?Great theme - needs a little correction.
The theme looks great @artemsheludko . But it makes an api call! I tried to see why and this is what I found in view source
There are a lot more lines. It can be a serious performance issue.
Show pagination only if there is more than one page
If the blog is still empty the site shows a p tag with content "Page of". If the blog contains only one page the p tag shows "Page 1 of 1". With this PR the pagination-information is only shown if there are at least two pages.
Two files not found
Two files seem to be missing from the repository which result in the following errors after starting the server:
Fork the "master" branch and delete "gh-pages" branch in it.
Fork the "master" branch and delete "gh-pages" branch in it. I'm the first time to try it, I can not find "gh-pages",where is it?how to delete it? thanks for reading.
markdown doesn't work on _config.yml
Hello,
I know, this is not meant to be the proper way of using jekyll, but please let me explain the following scenario: As an author, I would like to have a link displayed in my author's description (
about-author
property in_config.yml
; example:[Thodoris](link/to/site)
).Of course, this is out of the scope of this project, since it is more global, but I would like to first hear your opinion (, since I'm just a newbie with jekyll), before escalating this to the official project (also because I'm not sure whether the main project -jekyll/jekyll- is the most relevant one to this case).
Regards, Thodoris
Thumbnail's text is displaying author's description
Hello,
wouldn't it be nice if thumbnail's text displayed the respective post's first few lines of text (, instead of author's description) ?
If you want, I can pick this up, if you provide a hint/tip. Regards, Thodoris
Pagination
Hi @artemsheludko,
I loved your theme but I missed one detail: pagination.
In this PR, I've added pagination support.
This is how the theme looks with this new feature:
I hope you like it! Marta
Optimal size of post picture
I am having trouble to come with pictures that fit perfectly the thumbnail and the top of every post. They seem to never fit both. Is there any ideal dimension?
Gulpgile.js not working in Gulp V4. Gulp V3 to V4 update
The gulpfile.js uses gulp v3 syntax. It should be updated to v4 syntax.
Basically, there are two changes needed as far as I can see:
Please see this stackoverflow post for details.
The code below was the solution I implemented for my GitHub pages, it seems to work. However, I am not very experienced in gulp so I am not sure if it is the correct fix.
If anyone can see if I am on the right path I will gladly submit a PR.
Unable to embed html file in the post
Hi there,
Thanks for sharing your great work. I have a question in how to embed the HTML file in the post markdown file?
I upload the HTML file to _include folder, and use {% include newyork_map.html %} in the post markdown file.
But it does not show up in my post, just display the plain text '' .
Any way to solve it? Thanks!
Description of the post doesn't appear in the main page
This is a great theme. I have used it for my blog. Thank you.
In the main page of the web-page, inside the box for a post, I wish to have a brief description of the post to appear along with the title of the post. Presently, the main content is getting displayed, instead of the description that is given in the markdown file of the post. Please let me know if this can be resolved.
Markdown file of the post:
Web-page showing the beginning of the main content instead of description: