Giter VIP home page Giter VIP logo

Comments (3)

RLesur avatar RLesur commented on June 26, 2024 1

Pour l'instant, GH Pages est configuré de la façon suivante. À chaque modification de la branche master, Travis CI construit le site

- hugo
puis le déploie
script: ./_deploy.sh

L'étape de déploiement consiste en un nouveau commit sur la branche gh-pages

web/_deploy.sh

Lines 15 to 19 in b287a08

# Publication des fichiers sur la branche "gh-pages" de GitHub
cd output
git add --all -f ./*
git commit --allow-empty -m"Update site - build by travis-ci (#${TRAVIS_BUILD_NUMBER})"
git push origin gh-pages

Donc les étapes à faire dans l'ordre sont de :

from web.

strainel avatar strainel commented on June 26, 2024 1

je le ferai ce soir...

from web.

Welsh44 avatar Welsh44 commented on June 26, 2024

@RLesur la redirection en soi n'est pas compliquée.
Concrètement (et là on dépasse mes connaissances), il faut :

  • débrancher le pipeline de mise à jour des pages GitHub
  • poser une page index avec la redirection

Concrètement la page index devrait avoir dans le head quelque chose comme :
<meta http-equiv="refresh" content="5; URL=http://www.manouvelleadresse.com">

from web.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.