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

Add a progress bar to show the scroll position #934

Merged
merged 3 commits into from
Oct 24, 2022

Commits on Oct 12, 2022

  1. Add a progress bar to show the scroll position

    This feature adds a horizontal bar under the top menu which tracks the vertical
    scroll position. Such a feature can be useful to represent how much is left to
    read on the current page more aesthetically.
    
    As this is an optional feature, `enable_progressbar` must be set to `true` in
    `_config.yml` to activate the functionality.
    
    I am not the original author of this code. I just made it compatible with the
    current version of the template at the time of this commit.
    The original code was most likely authored by Pankaj Parashar in this
    [post](https://css-tricks.com/reading-position-indicator/) made a few years
    before the first inclusion in an `al-folio` site. Then, the code was adapted for
     compatibility with the template at Anthony  Plantanios' site. Finally, I did
    the last updates to have the code fit the new conventions used in the project.
    cmoralesmx committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    3c403e4 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. Configuration menu
    Copy the full SHA
    ff66da0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a10cf20 View commit details
    Browse the repository at this point in the history