We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
글올리기가 현재는 content/blog/ 아래에 directory를 생성해서 하나의 포스트를 작성하도록 되어있다. 하나의 포스트에 여러개의 이미지를 넣을 수 있으니 구조는 적절해보임
content/blog/
글이 중복으로 노출되고 있는 문제
The text was updated successfully, but these errors were encountered:
글 디렉토리 구조
[irteam@localhost blog]$ tree . ├── hello-world │ ├── index.md │ └── salty_egg.jpg ├── hi-folks │ └── index.md ├── my-second-post │ └── index.md └── \354\227\254\355\226\211 └── index.md
Sorry, something went wrong.
No branches or pull requests
글올리기가 현재는
content/blog/
아래에 directory를 생성해서 하나의 포스트를 작성하도록 되어있다.하나의 포스트에 여러개의 이미지를 넣을 수 있으니 구조는 적절해보임
글이 중복으로 노출되고 있는 문제
The text was updated successfully, but these errors were encountered: