forked from academicpages/academicpages.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
pulled in latest updates from academicpages #4
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
Conversation
This file contains hidden or 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 Scroll Functionality to Sidebar
The package which is required for this installation is named `build-essential`, not `build-essentials`.
Fix typo in build-essential package name.
Close academicpages#1920 by allowing text to wrap
Add support to semantic scholar in author profile
Support for slide links in publication pages
Make claimed default and actual default consistent
Fix broken analytics default in `_config.yml`
Simplified Chinese: zh zh-CN Traditional Chinese: zh-HK zh-TW
Add Chinese (both simplified and traditional) to ui-text.yml for Issue academicpages#404, closes academicpages#404
README Update: Adds commands for MacOS
Moved the browserPref definition out of the $(document).ready block to ensure it is available when setTheme() is called. This fixes a ReferenceError where setTheme was trying to access browserPref before it was defined.
Fix theme toggle issue by defining browserPref before use, close academicpages#3143
Previous ``vendor/`` would lead to any change in the ``_sass/vendor`` folder to also be ignored. This can lead to a missing import packages error during page build on the GitHub page actions if the user manually copies the project source code to their repository.
Update .gitignore to avoid not including change in _sass/vendor
Update .gitignore to prevent manual update site from fail to build using Github actions, close academicpages#3170
The original grammar of {{ "now" | date: '%Y-%m-%d' %}} looks like a typo. Fixing it by using the correct {{ ... }} grammar.
…updated-template _includes/footer.html: Fix site last updated template
Updated to template style
Add INSPIRE-HEP icon
academicpages#3227 temporary fix to allow the script to generate valid files again
…s-comment Fix Disqus comments integration by ensuring the include statement is …
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.
pulled in latest updates from academicpages