Skip to content

Commit

Permalink
Merge pull request #89 from IamShubhamGupto/master
Browse files Browse the repository at this point in the history
updated infographics
  • Loading branch information
johannag126 authored Jul 18, 2024
2 parents 96e1cca + 100a103 commit 33644fb
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod

- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
uses: peaceiris/actions-hugo@v3
with:
hugo-version: '0.75.1'
# extended: true
hugo-version: '0.122.0'
extended: true

- name: Build 🏗
run: hugo --minify
Expand Down
1 change: 1 addition & 0 deletions config.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
baseURL = "https://m2lines.github.io/"
relativeURLs = "True"
canonifyURLs = "True"
languageCode = "en-us"
title = "M²LInES"
themesDir = "themes"
Expand Down
Binary file added static/images/M2LInES_infographics-0614bis.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion themes/hugo-hero-theme/layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ <h2 class="text-center mb-3">Our Research</h2>
<div class="row justify-content-center">
<div class="col-12 col-md-8 text-center">
<!-- insert infographic png here -->
<img src="{{ .Site.BaseURL }}images/M2LInES_infographics-0524.png" alt="infographic" class="img-fluid">
<img src="{{ .Site.BaseURL }}images/M2LInES_infographics-0614bis.png" alt="infographic" class="img-fluid">
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion themes/hugo-hero-theme/layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<img src='/images/schmidtsciences_primary_color.png' style="width: 100%; height: auto;"/>
</a>
</li>
<li class="copyright">This project is supported by Schmidt Sciences, LLC.</li>
<li class="copyright">This project is supported by Schmidt Sciences, LLC. </li>
</ul>
</div>
</div>
Expand Down

0 comments on commit 33644fb

Please sign in to comment.