Skip to content

Hugo update #359

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
uses: actions/checkout@v3
with:
repository: MunifTanjim/minimo
ref: v2.9.0
ref: v2.10.1
path: themes/minimo

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

- name: Build
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/generate-artifact-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
uses: actions/checkout@v3
with:
repository: MunifTanjim/minimo
ref: v2.9.0
ref: v2.10.1
path: themes/minimo

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

- name: Build
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The technology used to create the website is [Hugo](https://gohugo.io/), a stati

1. [Install hugo](https://gohugo.io/getting-started/installing/)
2. Clone the tutorials repository
3. In the cloned tutorials directory, install the theme with `git clone https://github.com/MunifTanjim/minimo.git --branch v2.9.0 themes/minimo`
3. In the cloned tutorials directory, install the theme with `git clone https://github.com/MunifTanjim/minimo.git themes/minimo`
4. Build and serve the site with `hugo server`

For more information, see [Hugo's getting started documentation](https://gohugo.io/getting-started/usage/).
Expand All @@ -48,4 +48,4 @@ For more information, see the [Hugo theme customization documentation](https://g

## License

[Creative Commons Attribution](https://creativecommons.org/licenses/by/4.0/) for [content](content) / [MIT License](https://github.com/inbo/tutorials/blob/master/LICENSE) for source code.
[Creative Commons Attribution](https://creativecommons.org/licenses/by/4.0/) for [content](content) / [MIT License](https://github.com/inbo/tutorials/blob/master/LICENSE) for source code.
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ copyright = ""
disqusShortname = ""
googleAnalytics = ""

Paginate = 1000
pagination.pagerSize = 1000
preserveTaxonomyNames = true

enableRobotsTXT = true # generate robots.txt
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/entry/meta/edit-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{{ end }}

{{ with .Site.Params.githublink.GithubEditLink }}
<a href='{{ . }}{{ $.Scratch.Get "FilePath" }}'> {{- partial "svg/icons" "github" -}} Improve this page</a>
<a href='{{ . }}{{ $.Scratch.Get "FilePath" }}'> {{- partial "svg/icon" "github" -}} Improve this page</a>
{{ end }}

{{ end }}
Expand Down