Coder Social home page Coder Social logo

dangconsulting.fr's Introduction

documentation

dashboard

al-folio

git

  • push vers master => redeploie automatiquement et met à jour la branche gh-pages
  • j'ai protégé la branche master, et créé une branche develop

merger avec les nouveautés de la version originale

git remote add template [email protected]:alshedivat/al-folio.git
git fetch template
git checkout develop
git merge template/master --allow-unrelated-histories
=> ouvrir sublime merge pour choisir theirs ou ours

dev en local

http://localhost:8080

$ docker compose pull
$ docker compose up
$ docker compose up --build
  • pour exclure des fichiers du rebuild automatique, voir dans _config.yml dans la section "exclude:"

giscus

training

On met les actions dans _projects pour bénéficier du moteur de recherche J'ai essayé de le mettre dans un autre répertoire, le moteur de recherche ne l'a pas indexé

Pipeline

Prettier code formatter / check (pull_request) :

  • mettre des exclude dans .prettierignore
  • il veut une ligne vide à la fin des fichiers
npm install -D prettier @shopify/prettier-plugin-liquid
npx prettier . --check
npx prettier . --write

dangconsulting.fr's People

Contributors

thaidangfr avatar

Watchers

 avatar

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.