Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Gravelle authored Jun 25, 2024
1 parent 486854f commit 8cf6577
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@
A simple academic template that is easy to deploy on Github page, and relatively
easy to customize using css. You can find the [live](https://simongravelle.github.io/) version.

## How to modify

- add your own content in the [content](content/) folder,
- custom css script can be written in [assets/scss/custom.scss](assets/scss/custom.scss),
- each publication can be entered as a folder in [content/publication/](content/publication/).

## Overview

[![image](https://user-images.githubusercontent.com/43388542/216845033-cc7b0a28-60ff-4e86-a5ce-2c93930e08e2.png)](https://simongravelle.github.io/)
Expand All @@ -29,3 +23,11 @@ To build locally on your computer, type:
```bash
hugo server
```

## How to modify

After cloning this repository, you can adapt it by:

- add your own content in the [content](content/) folder,
- custom css script can be written in [assets/scss/custom.scss](assets/scss/custom.scss),
- each publication can be entered as a folder in [content/publication/](content/publication/).

0 comments on commit 8cf6577

Please sign in to comment.