blog-admin icon indicating copy to clipboard operation
blog-admin copied to clipboard

Write blog in emacs with hexo/org-page/nikola

Results 11 blog-admin issues
Sort by recently updated
recently updated
newest added

emacs:25.2.1 spacemacs:0.200.9 My blog-admin-backend-path variable is set to `~ / Dropbox / Blog`.Installation configuration blog-admin, in the blog-admin-start operation Build site suggested `zsh: 1: command not found: hexo`, log show...

There are too many files in the _post, which are divided into several folders, but this time blog-admin will not find the files. So I hope to increase the function...

Hello! I'm using Nikola under virtualenv (using virtual-fish) and have several sites configured under: ``` nikola/ ├── adoc │   ├── blog │   ├── cache │   ├── files │   ├── galleries...

Hello, I'm using fish as my default shell and e.g. 'build' command fails due to: ``` (defun build-site () "Build the site." (interactive) (let ((command (format "cd %s && %s...

execute blog-admin-start, cannot see the blogs list message: blog-admin-backend--format-datetime: Wrong type argument: integerp, nil

Recently nikola started supported variety of metadata formats. Currently, the posts with the following style of meta-data format say "Can't Parse" :title: My Title :slug: my-title :date: 2012-09-15 19:52:05 UTC...

Hello! I just found blog-admin and I love this tool! I've been using https://github.com/emacs-china/EGO which is based on org-page. I thought after looking at the code that there are only...

When I load blog-admin emacs tell me that. "Error (use-package): blog-admin :init: Symbol’s value as variable is void: blog-admin-dir" And then I put -- (defvar blog-admin-dir "") -- in the...

Have you any plan to support jekyll?

At least the Nikola backend doesn't do much error handling, and this should be fixed.