Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jacobhsu/javascript


https://github.com/jacobhsu/javascript

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# JavaScript

## local

`$ hexo s`
INFO Start processing
INFO Hexo is running at http://localhost:4000/javascript/

doc\source\_data\navigation.yaml

## hexo

[commands](https://hexo.io/zh-tw/docs/commands.html)
[hexo-theme-doc](https://github.com/zalando-incubator/hexo-theme-doc)

_config.yaml

```js
# URL
## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/'
root: /javascript

# Deployment
## Docs: https://hexo.io/docs/deployment.html
deploy:
type: git
repository: https://github.com/JacobHsu/javascript
branch: gh-pages
```

ERROR Deployer not found: git
`npm install hexo-deployer-git --save`

`$doc> hexo g`
`$doc> hexo d`

## Notes

[【Hexo異常】fatal: in unpopulated submodule '.deploy_git'](https://blog.csdn.net/nomasp/article/details/79504699)

把它刪掉,然後重新生成和部署。
`rm -rf .deploy_git`
`hexo g`
`hexo d`

## References

Asabeneh / [30-Days-Of-JavaScript](https://github.com/Asabeneh/30-Days-Of-JavaScript)