Tag: Blog

0

Hexo Installation Document

기본테마로 설치hexo-cli 설치1> yarn global add hexo-cli workspace 생성1> hexo init devlog workspace 로 이동1> cd devlog node-modules 가져오기1> npm install node-modules 가져오기 (2)1> yarn hexo 에서 git 으로 푸시하

0

Importing Hexo Project

Creating the directory.let’s create the directory which is used the root directory of your hexo project. Pulling your git repository.123> git init> git remote add origin [YOUR GIT REPOSITORY]>

0

How to post The Jekyll page via Markdown

1. Make a .md file in …/_posts//_posts folder is for holding your Jekyll posts. and I recommend you to use the editor(Atom, VSCode, Editplus) for typing this. I commonly use VSCode. if you want, you

0

Let's apply Jekyll Theme

1. Download the zip file of the desired Jekyll Theme.Let’s get the Jekyll Theme you want on this page first. and please download the zip files of the desired Jekyll Theme. I downloaded the hydejack t

0

Let's upload the your jekyll to github page

First of all, your system should be installed Git program before following this post. if you don’t, you can get Git at this page 1. Make a new repository of github for Jekyll page.Let’s go to github s

0

Let's build the jekyll page in local

when I was building this jekyll page, I have been through a lot of trials and errors. so I felt at that time I should write some posts associated with Jekyll to record my working and to share to the o