lirc572 / lirc572.github.io

lirc572's blog (deprecated)

Home Page:https://blog.lirc572.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lirc572.github.io

Gitpod Ready-to-Code

To deploy the website:

1. Clone the repository:

git clone https://github.com/lirc572/lirc572.github.io.git

2. Install Hexo-cli:

npm install hexo-cli -g

3. Install dependencies:

Inside the root directory:

npm install

4. Modify git deploy settings in _config.yml:

deploy:
  type: git
  repo: git@github.com:lirc572/lirc572.github.io.git
  branch: master

5. Generate static files and deploy:

hexo g && hexo d

About

lirc572's blog (deprecated)

https://blog.lirc572.com


Languages

Language:JavaScript 94.7%Language:Stylus 3.3%Language:EJS 1.3%Language:CSS 0.7%Language:Dockerfile 0.0%