You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.
The config.php needs twitter api and stuff, which I believe shouldn't be publicly committed? or not committed to git at all, even if private?
Can those be set using env vars?
(On Netlify, I can set env vars like TWITTER_API_SECRET, and php can then read the value from the env var?)
[my config.php so far -- I am just committing things to my static dir for now, and then see how it goes.. I still have a big questionmark if this will even work for me on Netlify where I don't own/manage the hosting space.]
The text was updated successfully, but these errors were encountered:
Can you advice how to proceed from here to test if nanopub can work for my setup?
I still haven't been able to grab the full picture of how hugo and nanopub work together. If nanopub is creating content at outputdir/micro, wouldn't I need to re-trigger hugo to generate those pages?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
The config.php needs twitter api and stuff, which I believe shouldn't be publicly committed? or not committed to git at all, even if private?
Can those be set using env vars?
(On Netlify, I can set env vars like TWITTER_API_SECRET, and php can then read the value from the env var?)
[my config.php so far -- I am just committing things to my static dir for now, and then see how it goes.. I still have a big questionmark if this will even work for me on Netlify where I don't own/manage the hosting space.]
The text was updated successfully, but these errors were encountered: