Skip to content

p13student/hamidimassinissa.github.io

Repository files navigation

Personal and Academic websites

Description

to come...

Branches

  • master branch is dedicated to the Github hosted website;
  • lipn branch is dedicated to the stuff hosted by LIPN-Univ Paris-Nord;
  • posts branch is used for writing posts. These posts can be merged to any of the main branches above and at any time (see Development flow below).

Development flow

  • Given that there is a bunch of common stuff between the differents branches enumerated above, consider using git-cherry-pick to apply changes introduced by some existing commits; this implies that these commits have to be self-contained in files each time it is possible. e.g. add .gitignore file defined in master branch to lipn branch:
    git checkout lipn           # make sure you're in the branch you want to apply changes to!
    git cherry-pick commit_hash # hash of the commit that adds .gitignore file
  • Push all branches to origin
    git push --all origin

to come...

Prerequesties

Ruby

sudo apt-get install ruby-full

Bundler and Github-pages

gem install bundler github-pages

Serving

jekyll serve

Based on jekyll-now static site generator.

About

Personal website https://hamidimassinissa.github.io/, Academic website https://lipn.univ-paris13.fr/~hamidi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published