Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
hexo-git-backup
Advanced tools
git-backup.
if your hexo version is 2.x.x, you should install as follow:
$ npm install hexo-git-backup@0.0.91 --save
if version is 3.x.x, you should install as follow:
$ npm install hexo-git-backup --save
if you install with --save, you must remove firstly when you update it.
$ npm remove hexo-git-backup
$ npm install hexo-git-backup --save
You should configure this plugin in _config.yml
.
backup:
type: git
repository:
github: git@github.com:xxx/xxx.git,branchName
gitcafe: git@github.com:xxx/xxx.git,branchName
hexo backup
or
hexo b
if you want to back up with your theme,just add theme: your theme name,your theme name
in _config.yml
.
backup:
type: git
theme: coney,landscape,xxx
repository:
github: git@github.com:xxx/xxx.git,branchName
gitcafe: git@github.com:xxx/xxx.git,branchName
Attention: if you do as above, the dir themes/coney/.git
will be removed
if you want DIY commit message, just add 'message: update xxx'.
backup:
type: git
message: update xxx
repository:
github: git@github.com:xxx/xxx.git,branchName
gitcafe: git@github.com:xxx/xxx.git,branchName
Now you can backup all the blog!
You may get some troubles by your computer' permission。
it is caused by permission. just do 'sudo hexo b'
sudo hexo b
FAQs
hexo backup plugin for Hexo,backup to github
The npm package hexo-git-backup receives a total of 73 weekly downloads. As such, hexo-git-backup popularity was classified as not popular.
We found that hexo-git-backup demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.