Skip to content
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

Resolve issues about archetypes and new posts with a non-default kind #263

Merged
merged 8 commits into from
Feb 27, 2018
Merged

Resolve issues about archetypes and new posts with a non-default kind #263

merged 8 commits into from
Feb 27, 2018

Commits on Feb 24, 2018

  1. v0.5.5 -- resolves #173

    Details: default_kind() now finds the archetype matching the type of content. The new_post addin now lets you choose an archetype.
    lcolladotor committed Feb 24, 2018
    Configuration menu
    Copy the full SHA
    6bcf9e5 View commit details
    Browse the repository at this point in the history
  2. v0.5.6 new_content() can now work with files that end in .Rmd and .Rm…

    …arkdown. Resolves #261.
    
    Details: new_content() will create a copy of the file with a .md termination so that hugo will be able to work with it. Once hugo is done, the temporary files are deleted.
    lcolladotor committed Feb 24, 2018
    Configuration menu
    Copy the full SHA
    e12683a View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2018

  1. Add @lcolladotor as a ctb

    lcolladotor committed Feb 25, 2018
    Configuration menu
    Copy the full SHA
    0c8f077 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2018

  1. Configuration menu
    Copy the full SHA
    14da72a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d495b9 View commit details
    Browse the repository at this point in the history
  3. Remove the big if() {} else {} code. However some if()s are still nee…

    …ded in case that the file does indeed have a .md file extension (otherwise it gets deleted). Hopefully this look less complicated
    lcolladotor committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    74a3a51 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7b18d1d View commit details
    Browse the repository at this point in the history
  5. Switch back to original code for default_kind() now that I understand…

    … correctly that path is post/date-slug.md or something like that instead of content/post/date-slug.md
    lcolladotor committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    fd675a6 View commit details
    Browse the repository at this point in the history