{ env }

  • Hexo Environment Variables

    | /

    When we debug Hexo, we always encounter scenarios where we need to block some production environment logic. Such as some of Google’s JS libraries and so on.

    So we need some way to distinguish debug environment, production environment, etc. What we probably need are environment variables.