-
-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add config setting for memo filepath format #7
Comments
Thanks. memo is designed for serving files on http server. And the _posts directory can be used to jekyll. If you put |
Hi! I do not use Jekyll. But I keep several notebooks in Markdown format, and I find The default file-format can be what Jekyll expects, but user can customize it using config, that can be nice. |
How about using Hugo? So that the app is end to end in Go? @mattn |
I don't like Hugo because templates are not user friendly. I can use but I can't say that all of users like it. One of the choice will be jedie. https://github.com/mattn/jedie if I decide to use server in memo. But currently I won't. |
I do not know the internal issues with Hugo but I feel that it is faster than Node or Ruby based Static site generators, at least I have found it faster than Hexo. We don't really need to use a server in memo, but maybe a config item for hugo? |
It's not real point of this issue. And I'm not talking about which generator is faster. |
I know that it isn't about the speed of the underlying static site generator, but like @rafi I don't use jekyll! So as long as we are adding a config item, having one for an Hugo would be great! :-) |
Please allow to configure the memos filename format, and support creation of subdirectories.
For example, create directories for 'year-month/' and filename with 'day-slug.md':
Example of current default:
I keep my memos in this fashion:
The text was updated successfully, but these errors were encountered: