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 environment variables to project #1178

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Jan 13, 2021

  1. Add dotenv to project

    danielmatthew committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    3f9225c View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2021

  1. Define ELEVENTY_ENV var

    danielmatthew committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    86333f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc23e0f View commit details
    Browse the repository at this point in the history
  3. Use env var in base template

    Use value of ELEVENTY_ENV to load analytics and service worker partials
    if we are anything other than in 'development' mode
    danielmatthew committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    b661eb9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    18e2675 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    375fc33 View commit details
    Browse the repository at this point in the history
  6. Fix path to humans.txt

    danielmatthew committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    d3ece51 View commit details
    Browse the repository at this point in the history