This is the repository of GliMR's website. It's goal is to share information about the initiative, its mission, task forces, events, resources, and ways to get involved.
On the terminal, run:
git clone https://github.com/gliomamr/gliomamr.github.io.gitThis website requires Hugo.
On macOS, install it with Homebrew:
brew install hugoOn Linux, install it with Snap:
sudo snap install hugoOn Windows, install it with Windows Package Manager:
winget install Hugo.Hugo.ExtendedInstall the github submodule so that the theme is available:
git submodule update --init --recursiveOpen a terminal in the project folder and run:
hugo serverThen open http://localhost:1313 in a browser. Hugo will automatically rebuild the website when you edit files.
Stop the server with Ctrl+C.
Edit the files in the project folder and commit your changes:
git add .
git commit -m "Your commit message"
git pushIt is important to write a clear commit message that describes the changes you made.
After pushing your changes, make a pull request on GitHub to merge your changes into the main branch. Once approved, your changes will be live on the website.
