8000 GitHub - huseyinkozan/huseyinkozan.com.tr
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

huseyinkozan/huseyinkozan.com.tr

Repository files navigation

huseyinkozan.com.tr

Clone

  • Clone this repo with submodules:
    git clone --recursive https://github.com/huseyinkozan/huseyinkozan.com.tr.git
    

Install

  • Install docker and docker-compose from official docs
  • Install npm packages:
    npm i -g hexo
    cd <path/of/this/repo>
    npm i
    
  • Generate static website:
    hexo generate
    
  • Create files dir:
    mkdir ~/files
    cd <path/of/this/repo>
    mkdir -p public/files
    
  • Create .env file:
    cd <path/of/this/repo>
    cp .env.sample .env
    nano .env
    

Update

cd <path/of/this/repo>
git pull
cd themes/BlueLake
git pull
cd ..
npm i
hexo generate

Run

  • Serve HTTP:
    hexo server
    
  • Serve HTTPS:
    docker-compose up
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0