Skip to content

Commit

Permalink
small update
Browse files Browse the repository at this point in the history
  • Loading branch information
simongravelle committed Mar 26, 2024
1 parent 51efd3c commit 93a99f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Academic template

Simple academic template that is easy to deploy on Github page, and relatively
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,
- cuscom css can be written in [assets/scss/custom.scss](assets/scss/custom.scss),
- 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
Expand All @@ -19,8 +19,7 @@ easy to customize using css. You can find the [live](https://simongravelle.githu

## Credit

This template was originally taken from
from [wowchemy](https://wowchemy.com/), with some custom css
This template was originally taken from [wowchemy](https://wowchemy.com/), with some custom css
adapted from [nickballousite](https://github.com/nballou) webpage.

## Build locally
Expand Down
2 changes: 0 additions & 2 deletions assets/scss/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@
cursor: default;
}



.article-container {
max-width: 850px;
padding: 0 20px 0 20px;
Expand Down

0 comments on commit 93a99f6

Please sign in to comment.