We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
API keys would be stored as follows:
.config/neocities/config
.config/neocities/super-website
.config/neocities/other-website
And the command neocities switch other-website would just copy other-website in config.
neocities switch other-website
other-website
config
I'd like to implement that.
In the meantime one could just use what follows as neocities-switch:
neocities-switch
#!/bin/bash cp ~/.config/neocities/$1 ~/.config/neocities/config
After manually copying API keys.
The text was updated successfully, but these errors were encountered:
Great! I would like to use multiple Neocities sites, but I was having trouble with uploading.
I coped the same means by creating a Windows batch file: https://gist.github.com/fu-sen/36b60fe0cd5a7b3ed674087882eebc32
Sorry, something went wrong.
@fu-sen i'm glad to know that it helped you
No branches or pull requests
API keys would be stored as follows:
.config/neocities/config
.config/neocities/super-website
.config/neocities/other-website
And the command
neocities switch other-website
would just copyother-website
inconfig
.I'd like to implement that.
In the meantime one could just use what follows as
neocities-switch
:After manually copying API keys.
The text was updated successfully, but these errors were encountered: