Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mark24code/mark24code.github.io
Blog
https://github.com/mark24code/mark24code.github.io
blog jekyll jekyll-blog
Last synced: about 2 months ago
JSON representation
Blog
- Host: GitHub
- URL: https://github.com/mark24code/mark24code.github.io
- Owner: Mark24Code
- License: mit
- Created: 2019-01-28T08:44:26.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-07-28T09:26:45.000Z (6 months ago)
- Last Synced: 2024-07-28T10:33:00.415Z (6 months ago)
- Topics: blog, jekyll, jekyll-blog
- Language: HTML
- Homepage: https://mark24code.github.io/
- Size: 9.3 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mark24 个人博客
记录生活中的技术和思考
> I think, therefore I am. —— René Descartes
## Tech guide
### config
Run `bundle install` install depencies.
### rake helperRun `rake --tasks` will list all helpers.
### write blog
When run `rake serve`,you can write blog without care about server build.
### deploy
Run `rake deploy` to deploy the blog to Github Pages.
## Commands
* `rake serve` or `rake s` start server
* `rake clean` or `rake c` clean build directory
* `rake build` or `rake b` run clean && build blog static
* `rake deploy` or `rake d` run build && push to Github Pages Repository for generating Github Pages
* `rake push` or `rake p` run `git add * && git commit -m 'update blog' && git push`
* `rake pd` == `rake push && rake deploy`
* `rake new` create new post
> e.g rake "new[post-tile]"