Giter Site home page Giter Site logo

How to update the website

Install Nikola

Check the nikola website to see if changes otherwise can follow the instructions below: https://getnikola.com/getting-started.html

mkdir -p ~/website/nikola
cd ~/website/nikola
virtualenv --python=python3 nikola
source ~/nikola/bin/activate
pip install --upgrade pip setuptools wheel
pip install --upgrade "Nikola[extras]"
deactivate

Download website

git clone [email protected]:fabien-colonnier/MyWebsite.git
git checkout origin/src

Need to have the ssh key uploaded Change should be done in pages and file folder mostly

Update website and preview the modification locally

source ~/website/nikola/bin/activate
nikola build
nikola serve -b

create new page

nikola new_page -f markdown (the title of the file will be written later)

Upload the change

nikola github_deploy -m "<commit msg>"
deactivate

other useful references

For customization with Nikola https://paulomarconi.github.io/blog/Nikola-guide/#Clean-version-of-post_ipynb.css

For icon https://fontawesome.com/ https://jpswalsh.github.io/academicons/

Fabien's Projects

espee_ros icon espee_ros

Event-by-event pose estimation using an Extended Kalman Filter

imu_complementary_filter icon imu_complementary_filter

A C++ implementation of a complementary filter to perform attitude estimation based on IMU measurements

linux_admin icon linux_admin

Useful commands, tips and tools for linux system (mostly ubuntu)

morphologica icon morphologica

A library of supporting code for numerical modelling (JSON config, HDF5 data, Modern OpenGL visualization)

mywebsite icon mywebsite

Website presenting myself, includes my CV and research activities

slayerpytorch icon slayerpytorch

PyTorch implementation of SLAYER for training Spiking Neural Networks

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.