If you have https://www.docker.com/ installed on your host machine, it's the simpler method to run this blog.
- Build the Docker image and install dependencies with the command
make install
. - Launch :
make dev
: serves with the drafts ormake production
: serves without the drafts ormake deploy
: generates the static web site in./hexo/public
and serve on port$SERVER_PORT
using a Caddy Server docker image.
- Install direnv yourself.
- Install Node.js yourself
- Install Hexo yourself executing for example
npm install -g hexo-cli
. - Goto the directory
hexo
withcd hexo
and install the dependencies withmake install
. - You can run in the directory
hexo
:make dev
: serves with the drafts ormake production
: serves without the drafts ormake deploy
: generates the static web site in./hexo/public
The scripts & files' configuration are MIT licensed.
The Markdown files & website content are NOT and the copyright belongs
to Philippe IVALDI.
This means normal copyright law applies to that I.e. don't republish my website without my permission.
If you appreciate this project, ☕ Buy Me a Coffee