benoit-marechal / benoit-marechal.github.io

My Github Page Site

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RUN / DEX

DEPLOY

Deploy To Dev (Codespaces)

In Codespaces terminal :

cd /workspaces/benoit-marechal.github.io/
docker run --volume="$PWD:/root/project:delegated" --publish 4000:4000 -ti mrseccubus/github-pages

A cause du pb de racc 1.6.0, je préfère utiliser un container pour lancer l'application.

From https://hub.docker.com/r/mrseccubus/github-pages

Then : https://benoit-marechal-effective-pancake-46j4vr4gvq35x95-4000.preview.app.github.dev/

Deploy To Production

git push origin main

Troubleshooting : See CICD Workflow in Actions section.

Wait 10 min and see result : https://benoit-marechal.github.io

Updating dependecies

Sometimes update dependecies of the Gemfile with this informations : https://pages.github.com/versions/

DEV Environnement WITHOUT CodeSpace

DIT

cd ~/Projets/benoit-marechal.github.io
jekyll new --force .

Test excution

bundle exec jekyll serve

About

My Github Page Site


Languages

Language:Ruby 74.3%Language:HTML 25.7%