Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jacobhsu/javascript
https://github.com/jacobhsu/javascript
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jacobhsu/javascript
- Owner: JacobHsu
- Created: 2015-08-21T12:54:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T08:45:44.000Z (almost 2 years ago)
- Last Synced: 2024-04-10T16:05:23.883Z (9 months ago)
- Homepage: http://jacobhsu.github.io/javascript
- Size: 4.12 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
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)