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

Parameterize font in sass #115

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on May 23, 2020

  1. parameterize font in sass

    Use resources.ExecuteAsTemplate (introduced inn hugo 0.43) to use config variables in SASS.
    Unfortunately, only base SASS files can be used as Go template, that's why the variable is defined
    in main file instead of partials
    rlemaitre committed May 23, 2020
    Configuration menu
    Copy the full SHA
    2464e17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6bd74c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0dcd05c View commit details
    Browse the repository at this point in the history
  4. Fix hugo installation in CI

    rlemaitre committed May 23, 2020
    Configuration menu
    Copy the full SHA
    0979e81 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    44053db View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2020

  1. Fix typo in scss

    rlemaitre committed Oct 11, 2020
    Configuration menu
    Copy the full SHA
    3fd1c7b View commit details
    Browse the repository at this point in the history