Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.
/ github.io Public archive

Homepage for Ole Winther deep learning research group

Notifications You must be signed in to change notification settings

olewinther/github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

github_winther

Change

When you want to change something or update the website:

  • First time: clone the repo on your laptop
git clone https://github.com/olewinther/github.io
  • If you already have the repo on your laptop
cd update_winther
git pull
  • change something
git add .
git commit -m "Change something"
git push origin main

now your changes are online. If you host your website with github.io, stop here.

Server

If your website is on another server, ssh in the server

  • First time you copy the content on the server:
git clone https://github.com/olewinther/github.io

The index.html should be recognised automatically.

If the repo is already on the server

  • cd in the folder and pull
cd update_winther
git pull

then follow the same procedure for updating.

About

Homepage for Ole Winther deep learning research group

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages