diff --git a/.github/workflows/md-link-checker.yml b/.github/workflows/md-link-checker.yml new file mode 100644 index 0000000..25a6277 --- /dev/null +++ b/.github/workflows/md-link-checker.yml @@ -0,0 +1,13 @@ +name: Check Markdown links + +# Run action on pull request event +on: [pull_request] + +jobs: + markdown-link-check: + runs-on: ubuntu-latest + steps: + # checkout to latest commit + - uses: actions/checkout@master + # run markdown linter + - uses: gaurav-nelson/github-action-markdown-link-check@v1 diff --git a/README.md b/README.md index 3bbfdbb..a222c63 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,8 @@ A [Hugo](https://gohugo.io/) theme for a personal portfolio with minimalist desi ![Thumbnail](https://raw.githubusercontent.com/hugo-toha/toha/master/images/screenshot.png) -**Example Site:** [hugo-toha.github.io](https://hugo-toha.github.io) -**Documentation:** [toha-guides.netlify.app](https://toha-guides.netlify.app/posts) - +- **Example Site:** [hugo-toha.github.io](https://hugo-toha.github.io) +- **Documentation:** [toha-guides.netlify.app](https://toha-guides.netlify.app/posts) ## Features @@ -25,6 +24,17 @@ A [Hugo](https://gohugo.io/) theme for a personal portfolio with minimalist desi For more details about the features please visit [here](https://toha-guides.netlify.app/posts/features/). +## Available Translations + +- English +- বাংলা +- Français +- Indonesian +- Deutsch +- Spanish + +To know more about how to translate your site, please visit [here](https://toha-guides.netlify.app/posts/translation/). Follow, the data and post format from this [example site](https://hugo-toha.github.io). + ## Screenshots Here, are few screenshot from the [example site](https://hugo-toha.github.io). @@ -41,11 +51,11 @@ Here, are few screenshot from the [example site](https://hugo-toha.github.io). ![Reading Page](https://raw.githubusercontent.com/hugo-toha/toha/master/images/single.png) -### Requirements +## Requirements - Hugo Version 0.68.0 or higher -### Usage +## Usage In order to use this theme, follow the following steps: diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml index 26958cd..cb526ef 100644 --- a/exampleSite/config.yaml +++ b/exampleSite/config.yaml @@ -21,7 +21,9 @@ languages: de: languageName: Deutsch weight: 5 - + es: + languageName: Spanish + weight: 6 # Force a locale to be use, really useful to develop the application ! Should be commented in production, the "weight" should rocks. # DefaultContentLanguage: fr