Skip to content
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

VS Code devcontainer for site development #2443

Open
rjzupkoii opened this issue Sep 17, 2024 · 0 comments
Open

VS Code devcontainer for site development #2443

rjzupkoii opened this issue Sep 17, 2024 · 0 comments
Labels
enhancement An enhancement. help wanted An issue that could be handled by anyone.

Comments

@rjzupkoii
Copy link
Collaborator

Now that a Docker file has been added to the repository, we should also look into getting a Visual Studio Code Container running as well. Since the devcontainers are based upon Docker, this may just be a matter of updating the repository structure and testing to ensure the devcontainer works correctly.

@rjzupkoii rjzupkoii added enhancement An enhancement. help wanted An issue that could be handled by anyone. labels Sep 17, 2024
haidark pushed a commit to haidark/haidark.github.io.old that referenced this issue Oct 6, 2024
## The issue
Currently Altmetric and Dimension publication badge elements have
non-obvious attributes that hide badges when some conditions are not met
,e.g.:
```
data-hide-no-mentions="true"
data-hide-less-than="15"
```
resulting in seemingly strange behavior where badges are enabled in
`config.yml` but don't show up consistently, as reported in academicpages#2443 :
Altmetric badges don't display for some pubs.

## This PR
- removes these hidden nondisplay conditions in favor of more
predictable website behavior;
- adds documentation links to point users interested in customizing
badge behavior to the right resources.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An enhancement. help wanted An issue that could be handled by anyone.
Projects
None yet
Development

No branches or pull requests

1 participant