기본적으로 404페이지는
지킬 블로그의 루트 디렉토리에 404.md라는 파일명으로 작성해주면 된다.
(너무 간단??? ㅎㅎ)
공홈에는 이런식으로 작성하라고 되어있다.
---
# example 404.md
layout: default
permalink: /404.html
---
# 404
Page not found! :(
나는 요렇게 쓴다 -_-;;
---
title: Not Found
permalink: /404.html
sitemap: false
---
페이지가 존재하지 않습니다.