post 주소 다루기

연결 문서

post 주소 다루기

_config.yml 파일에서 permalink: /blog/:year/:title/ 에 따라 결정됨

예를 들어

_posts/2024-01-01-code.md 파일명을 사용하면 URL은 /blog/2024/code/가 됨.




    Enjoy Reading This Article?

    Here are some more articles you might like to read next:

  • 옵시디언에서 일정 관리
  • LangChain Expression Language(LCEL)
  • 우도(likelihood)
  • python 에서 데코레이터
  • 특정 커밋으로 돌아가는 방법