<<기능리스트>>
게시판 변경 - article changeBoard free
- 공지사항(notice) / 자유게시판(free) 존재.
게시물 추가 - article write (완료)
- 기본적으로 공지사항 게시물로 추가.
게시물 리스팅 - article list (완료)
게시물 상세보기 - article detail 1
게시물 수정 - article modify 1(완료)
게시물 삭제 - article delete 1(완료)
정적 사이트 빌드
build site
build startAutoSite
build stopAutoSite
생성되는 파일
site/article/list-free.html
site/article/list-notice.html
site/article/1.html
site/article/2.html
...
<<참고>>
article, board 테이블이 있어야 합니다. (완료)
article 테이블 구조 - id, regDate, title, body, boardId (SQL테이블 만듬)
board 테이블 구조 - id, regDate, name, code (SQL테이블만 만듬)
CSS 작업 안해도 됩니다.
head.html, foot.html 사용안해도 됩니다.