Age | Commit message (Collapse) | Author |
|
* ennu.el (ennu-publish-post): Publish links together with posts and
return a list of operations.
(ennu-publish): Concatenate the lists of operations returned from
ennu-publish-post. Do not invoke ennu-publish-link to publish links.
|
|
* ennu.el (ennu-publish-post): Publish posts and their translations
together in a single operation.
(ennu-publish): Invoke ennu-publish-post with all posts of a single
translation group.
|
|
* ennu.el (ennu-publish-image, ennu--do-operation): Use ennu-copy
instead of copy-file.
|
|
* ennu.el (ennu-copy): Overwrite destination if it already exists.
|
|
* ennu.el (ennu-publish-index): Publish index using html backend, not
ennu-html backend.
|
|
* ennu.el (ennu-post): Add slug slot.
(ennu--read-post): Initialize slug slot.
(ennu-publish-index): Get slug slot instead of recomputing it.
|
|
* ennu.el (ennu-operation): New structure.
(ennu-publish-post, ennu-publish-page, ennu-publish-index,
ennu-publish-feed, ennu-publish-image, ennu-publish-copy,
ennu-publish-static-file, ennu--do-operation): Use new operation
structure API.
|
|
* ennu.el (ennu-publish-index): Infer language from posts.
(ennu-publish): Do not pass language to ennu-publish-index.
|
|
* ennu.el (ennu-post): New structure.
(ennu-posts, ennu-publish, ennu-publish-feed, ennu-publish-index,
ennu-publish-post, ennu--feed-entry): Use new post structure API.
(ennu-later-post-p, ennu-read-post, ennu--read-post): New functions.
(ennu-plist-map-to-plist, ennu-post-links, ennu-post-metadata,
ennu--post-metadata-memoized, ennu-post-tags, ennu-post-thumbnail,
ennu-post-tongue, ennu--later-post): Delete functions.
* ennu-html.el (ennu-export-post): Use new post structure API.
|
|
* ennu.el (ennu-serve): New function.
|
|
* ennu.el: Require map.
|
|
* ennu.el (ennu-with-temporary-directory): Fix unwind protection.
|
|
* ennu-html.el (ennu-html): Parse org syntax in :summary keyword.
* ennu.el (ennu--post-metadata-memoized): Handle :summary property.
|
|
* ennu.el (ennu--post-metadata-memoized): Combine treatment of :title
and :date properties into a single clause.
|
|
* ennu.el (plist-put*): Delete function.
(ennu-plist-map-to-plist): New function.
(ennu--post-metadata-memoized): Replace plist-put* by non-destructive
ennu-plist-map-to-plist.
|
|
* ennu.el (ennu-many-to-many-group-by): New function.
(ennu-publish): Use grouping functions seq-group-by and
ennu-many-to-many-group-by instead of seq-filter to handle multiple
tags and languages.
|
|
* ennu.el (ennu-publish-index, ennu-publish-feed, ennu-publish): Do
not support subtitle.
(ennu-setting): Remove :blog-subtitle property.
|
|
* ennu.el (ennu-with-current-directory): New macro.
(ennu-setting): Add :working-directory property.
(ennu-publish): Change directory before publishing.
|
|
* ennu.el (ennu-with-temporary-directory): New macro.
(ennu-publish): Use ennu-with-temporary-directory to create temporary
directory.
|
|
* ennu.el (ennu-setting): Add :tag-directory property.
|
|
* ennu.el (ennu-publish-index): Specify #+LANGUAGE keyword.
|
|
* ennu.el (ennu-index-filename): Do not remove directory components
from index filenames.
(ennu-publish-index): Remove directory components in pagination links.
|
|
* ennu.el (ennu-index-filename): Make extension argument optional. If
extension is nil, do not add extension to generated filename.
(ennu-publish-index): Use links without extension for pagination.
|
|
* ennu.el (ennu--with-file-contents): Rename to ...
(ennu-with-file-contents): ... this. Add docstring.
(ennu-publish-post, ennu-publish-page, ennu--feed-entry,
ennu-post-links, ennu--post-metadata-memoized): Fix invocations.
|
|
* ennu.el (ennu-publish): Make interactive.
|
|
* ennu.el (ennu-version): New variable.
(ennu-publish-feed): Specify ennu version in generator field.
|
|
|