https://github.com/doodlewind/blog
📝 My tech blog.
https://github.com/doodlewind/blog
blog
Last synced: 9 months ago
JSON representation
📝 My tech blog.
- Host: GitHub
- URL: https://github.com/doodlewind/blog
- Owner: doodlewind
- Created: 2016-09-28T16:18:31.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2022-02-22T17:29:42.000Z (over 4 years ago)
- Last Synced: 2025-03-18T15:12:53.695Z (over 1 year ago)
- Topics: blog
- Language: JavaScript
- Homepage: https://ewind.us
- Size: 76.3 MB
- Stars: 22
- Watchers: 8
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [blog](http://ewind.us/)
This blog is my tech blog deployed on [coding pages](https://coding.net/pages/). Main modules include:
* 100+ Markdown posts.
* Hexo configurations.
* Custom theme with static front end demos. (Standalone repo maintained [here](https://github.com/doodlewind/jacman)).
Besides front end, I'm trying to combine technology and humanity in blog posts. Your involvement is **welcomed** if your're also interested in this.
## Quick Links
* [All Posts](https://github.com/doodlewind/blog-src/tree/master/source/_posts)
* [Idea Pool](https://github.com/doodlewind/blog-src/blob/master/source/_todo/ideas.md)
* [About Me](https://github.com/doodlewind/blog-src/blob/master/source/about/index.md)
## Participation
Issues and pull requests are super welcomed for:
* Propose ideas you're interested in.
* Fix typos and mistakes.
* Improve UX for the site.
* Request new features.
For basic formatting, please use **SBC case(全角)** punctuation and keep **space** between Chinese and English words.
This blog is generated by [Hexo](https://hexo.io/). So to preview the change, simply follow these steps:
1. Clone this repo, alone with its [theme](https://github.com/doodlewind/jacman) in `themes/jacman` path.
2. Install and go.
``` text
npm install -g hexo-cli
npm install
hexo server
```
To update the site, `hexo deploy` helps. But generally please submit issue or pull request for this 🙂
The columns on [juejin.im](https://juejin.im/user/57d732a7816dfa00545434b2) and [zhihu.com](https://zhuanlan.zhihu.com/fe-fantasy) are manually maintained by pasting content derived from here. For participation related to these columns, feel free to contact me 📪
## Donate
BTC: 1NAggoiG9fkXqT9MgCjkaL1YAL2mqcQbWP
## License
[CC BY-ND 4.0](http://creativecommons.org/licenses/by-nd/4.0)