Tags: chrislevn/chrislevn.github.io
Tags
Update giscus setup via github action (alshedivat#1792) giscus settings in `_config.yml` had al-folio repo specified by default. many users kept these defaults in their own repos, which resulted in getting comments from blog posts of different users posted to al-folio discussions. this is undesirable, since users lose control over the discussions in their blogs. this PR solves the issue: - first, we set `giscus.repo` to blank in `_config.yml`. if the field is kept blank, when the website is built locally, the user will see a warning saying that giscus comments are misconfigured. - second, we add a step to the `deploy` workflow that writes repository name to `giscus.repo` in `_config.yml`. that way, even if `giscus.repo` field is left black or set to an incorrect repo, it gets correctly populated at deployment time. other small changes in this PR are small stylistic adjustments.
Adds support for repositories (alshedivat#760) * Add support for github repo cards * add support for dark theme * Add support for custom theme * repositories * fix * make it simpler * spcaing * responsive fix * adds support for usernames * make it modular * fix * show icons * cache_seconds * fix * Revert "cache_seconds" This reverts commit a9dd4d5. * add last line * fix * github only * fix * Add instructions * Add `README.md` instructions * Add `nav_order`
Add support for external blog posts (alshedivat#647) * Add support for external blog posts * Cosmetic fixes
adds submenu in navigation bar. (fixes issue alshedivat#159) (alshedi… …vat#334) * adds submenu in navigation bar. (fixes issue alshedivat#159) * Updated scss files to change hover animations on dropdown submenus, on both dark mode and light mode
PreviousNext