Skip to content

Instantly share code, notes, and snippets.

@jasonekratz
Created January 31, 2023 18:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasonekratz/8f93c18539fb220f8478f2fc11fc44e8 to your computer and use it in GitHub Desktop.
Save jasonekratz/8f93c18539fb220f8478f2fc11fc44e8 to your computer and use it in GitHub Desktop.
weblog.lol Notes

Notes on the weblog.lol posts feature:

  • "Slug:" in the post front matter will not be sluggified. Would be nice to have that happen automatically no matter what is put in there.

Would love for this system to kind of mirror Blot.im in how you can determine the dates of posts, either via front matter or by the folder structure/filename.


Front matter options

  • Set the date with "Date:"
  • Set the title with "Title:"
  • Set the post slug with "Slug:"

Notes

  • If title not set post will get its title from the first 15 (default) characters of the first line of the post.

  • Title can not be set by the file name (tried this to see if it worked like Blot.im).

  • Can't set the dates based on the folder structure (tried to see if this worked like Blot.im).

Note: needs git for these notes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment