하소연 개발 노트 (Miro's IT Blog)

Home Archives
2022-04-13

Hexo 자주 쓰는 명령어 노트

자주 쓰는 명령어를 여기 남기려고 한다~

Hexo

Hexo 사이트!
다큐먼트
트러블슈팅
이슈 있을땐 GitHub로

Create a new post - 새글 쓸때

1
hexo new "My New Post"

More info: Writing

Run server - 로컬에서 테스트 할때

1
hexo server

More info: Server

Generate static files - 다 쓰면서 이걸 돌린다

1
hexo generate

More info: Generating

Deploy to remote sites - GitHub 로 올린다

1
hexo deploy

More info: Deployment

Share
  • Hexo 명령어
Newer
블로그 Hexo 적용~
Older
Jar 파일 include 해서 컴파일 하는 법 (console에서)

Tags

  • GIT
  • Hexo 명령어
  • Markup 파일 작성
  • blog만들기
  • ide
  • java
  • java1
  • javastudy1
  • javastudy2
  • python
  • spring
  • sql
  • 갖고노는 MySQL 데이터베이스 by 얄코
  • 스프링부트와 AWS로 혼자 구현하는 웹서비스

Tag Cloud

GIT Hexo 명령어 Markup 파일 작성 blog만들기 ide java java1 javastudy1 javastudy2 python spring sql 갖고노는 MySQL 데이터베이스 by 얄코 스프링부트와 AWS로 혼자 구현하는 웹서비스

Archives

  • June 2022
  • May 2022
  • April 2022
  • March 2022

Recent Posts

  • (오키) 자바의정석, 챕터 14 - Lamba, Stream
  • Section 5. 활용, 웹에 올려보기
  • Section 4. 더 깊이 알아보기
  • (오키) 자바의정석, 챕터 13 - 쓰레드
  • Section 3. MySQL 설치
© 2022 Miro Mike
Powered by Hexo
Home Archives