This package is in development. If some want to help, welcome.
Call M-x: org-easy-blog
- [ ] Draft
- [ ] Manage many blog
- [ ] Publish
- [ ] Org syntax
- [ ] Image importer or push-to-blog system
- [-] Template site with org-publish
- [-] New article with template
- [X] Serv on local (Preview)
- [X] edit and delete file
- [X] Add to ‘org-publish-project-alist’
- [X] Search with rg
(package! org-easy-blog
:recipe (:host github :repo "DarkBuffalo/org-easy-blog"))
(use-package org-easy-blog
:straight (:host github :repo "DarkBuffalo/org-easy-blog")
:init
;; Main blog
(setq org-easy-blog-url "https://yourblogdomain")
(setq org-easy-blog-sshdomain "blogdomain")
(setq org-easy-blog-root "/home/blog/")
(setq org-easy-blog-basedir "~/Dropbox/00_SLIPBOX/site/test-oeb/"))
- Fork it (https://github.com/DarkBuffalo/org-easy-blog/fork)
- Create your feature branch (`git checkout -b feature/fooBar`)
- Commit your changes (`git commit -am ‘Add some fooBar’`)
- Push to the branch (`git push origin feature/fooBar`)
- Create a new Pull Request