-
-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sync with base theme #96
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
added fonts added editorconfig fix footer and top header menu items
… info will not show at the end of the article Added new env SHOW_COMMENTS_COUNT_IN_ARTICLE_SUMMARY. Default is True. So the comments count will shown in home page and all the list pages.
…se. If its True it will show the maximum 3 labels in the summary list - comment count alignment fix - previous and next alignment fix
- header fix tag, category, author page template fixes
- fix author page - show category in article page
- upgrade jquery - added jquery fitvids.js fix #85 - custom load scripts block. override in article and page only
Hide github and linkedin in social icons for small screen
…er, description and color
Tseing
added a commit
to Tseing/attila
that referenced
this pull request
May 7, 2024
* Sync with base theme (arulrajnet#96) * sync style.css upto line 645 * full style sheet added from ghost theme added fonts added editorconfig fix footer and top header menu items * Added new env SHOW_AUTHOR_BIO_IN_ARTICLE. Default is False. So author info will not show at the end of the article Added new env SHOW_COMMENTS_COUNT_IN_ARTICLE_SUMMARY. Default is True. So the comments count will shown in home page and all the list pages. * Support for new variable SHOW_TAGS_IN_ARTICLE_SUMMARY. Default is False. If its True it will show the maximum 3 labels in the summary list - comment count alignment fix - previous and next alignment fix * tag cloud css added * Archives, categories, tags and authors page fix - header fix tag, category, author page template fixes * show reading time - fix author page - show category in article page * category and tag list page style fixes * - added scripts from base - upgrade jquery - added jquery fitvids.js fix arulrajnet#85 - custom load scripts block. override in article and page only * class has-cover fix * horizontal scroll fix in code * css and js file rename * change the icon css classess Hide github and linkedin in social icons for small screen * TAGS_META and CATEGORY_META added to support extra meta data like cover, description and color * Rename variable AUTHORS_BIO to AUTHOR_META * Rename variable AUTHORS_BIO to AUTHOR_META in missed places * proper null check for AUTHOR_META * menu active fix * hide search icon in small screen * fix canonical url in archives, tags, categories and authors * unit test failure fix in author bio * Fix all cover unit tests * readme updated for tags and category cover and description * removed commented fields * update all the configuration parameters in readme * updated the screenshots of author (arulrajnet#97) Multi device mockup screen of blog using https://techsini.com/multi-mockup/ * Fixed broken links (arulrajnet#98) * Fix arulrajnet#101 add icon for instagram (arulrajnet#102) - generate the icon from fontello - Use the insta profile id in article and author templates * Update readme for supported social links in AUTHOR_META (arulrajnet#103) * Fix wrong body_class values in archives, authors, categories, pages and tags templates (arulrajnet#104) * fix: correct body_class in archives, authors, categories, pages and tags HTML * Revert "fix: correct body_class in archives, authors, categories, pages and tags HTML" This reverts commit a1b5b25. * fix: delete useless modification and correct body_class in base.html * Changes in current_url for tags and categories --------- Co-authored-by: Arul <[email protected]> --------- Co-authored-by: Arul <[email protected]> Co-authored-by: Arul <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix #23
More discussion on this issue.