Coder Social home page Coder Social logo

MushuLeDragon

Personal website inspired from StartBootstrap

Push on github pages

Publish subfolder on GitHub Pages (stackoverflow topic) :

  • Step 1: Remove the folder directory from the project’s .gitignore file.
  • Step 2: Make sure git knows about your subtree (the subfolder with your site) git add . && git commit -m "Initial folder subtree commit".
  • Step 3: Use subtree push to send it to the gh-pages branch on GitHub git subtree push --prefix public origin gh-pages (in this case, my folder is public).

To update a commit :

git add .
git commit -am "my commit"
# To push on master
git push origin master
# To push on GitHub Pages Branch and publish the web page
git subtree push --prefix public origin gh-pages

MushuLeDragon's Projects

about-me icon about-me

Here a description of me and links to my Repositories

atmosphere icon atmosphere

Atmosphère is a work-in-progress customized firmware for the Nintendo Switch.

aurora icon aurora

Unified lighting effects across multiple brands and various games.

ccf2.x icon ccf2.x

Little Embadded System Project - EPSI I4

citador icon citador

Have you ever wanted to quote someone on Discord? Now you can do it, while you look cool.

covid-19 icon covid-19

Novel Coronavirus (COVID-19) Cases, provided by JHU CSSE

crawlit-dofus-encyclopedia-parser icon crawlit-dofus-encyclopedia-parser

Encyclopedia parser for Dofus and Dofus-Touch : used to populate Dofapi API, you can use it to build your own dofus API & applications like Dofus-book

creme icon creme

:custard: Online machine learning in Python

dofapi icon dofapi

Dofapi is an Online API which provide all Dofus & Dofus-Touch data, allow you to focus on your app.

easyfm icon easyfm

Module de simulation de forgemagie pour le jeu Dofus

epsi.2016.b3 icon epsi.2016.b3

Cours de l'année B3 2016-2017 à l'école EPSI Montpellier

epsi.2017.i4 icon epsi.2017.i4

Cours de l'année I4 2017-2018 à l'école EPSI Montpellier

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.