일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- db
- Git
- springboot
- redis
- AWS
- it
- java
- Gradle
- Spring
- Web Server
- MySQL
- php
- tool
- ReactJS
- JVM
- javascript
- 요리
- 맛집
- jsp
- laravel
- Oracle
- Spring Boot
- elasticsearch
- jenkins
- devops
- Design Patterns
- Spring Batch
- ubuntu
- IntelliJ
- linux
Archives
- Today
- Total
목록hexo (1)
아무거나
github page와 hexo를 통해 블로그 만들기
[github page와 hexo를 통해 블로그 만들기]해당 내용은 hexo 프레임워크를 사용하여 손쉽게 블로그를 제작하는 내용을 기술했다.선행 작업은 gitpage를 hosting한 상태에서 진행이 필요하다. hexo(https://hexo.io)- hexo는 jekyll와 함께 대표적으로 정적 페이지를 쉽게 만들 수 있도록 도와주는 서비스이다. 1. 설치필요 - node.js(https://nodejs.org/en/) - git 2. hexo 설치 및 블로그 생성 - npm install hexo-cli -g hexo init blog // hexo설치된 폴더로 이동하여 명령실행(C:\Users\..\AppData\Roaming\npm) cd blog npm install - 설치가 다 되면 설치된 ..
Infra/Git & SVN
2019. 3. 4. 10:13