Add "Available Translation" section in README
This commit is contained in:
parent
1d08f5f6e2
commit
ea8a037ab1
3 changed files with 31 additions and 6 deletions
13
.github/workflows/md-link-checker.yml
vendored
Normal file
13
.github/workflows/md-link-checker.yml
vendored
Normal file
|
@ -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
|
20
README.md
20
README.md
|
@ -6,9 +6,8 @@ A [Hugo](https://gohugo.io/) theme for a personal portfolio with minimalist desi
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
**Example Site:** [hugo-toha.github.io](https://hugo-toha.github.io)
|
- **Example Site:** [hugo-toha.github.io](https://hugo-toha.github.io)
|
||||||
**Documentation:** [toha-guides.netlify.app](https://toha-guides.netlify.app/posts)
|
- **Documentation:** [toha-guides.netlify.app](https://toha-guides.netlify.app/posts)
|
||||||
|
|
||||||
|
|
||||||
## Features
|
## 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/).
|
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
|
## Screenshots
|
||||||
|
|
||||||
Here, are few screenshot from the [example site](https://hugo-toha.github.io).
|
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).
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Requirements
|
## Requirements
|
||||||
|
|
||||||
- Hugo Version 0.68.0 or higher
|
- Hugo Version 0.68.0 or higher
|
||||||
|
|
||||||
### Usage
|
## Usage
|
||||||
|
|
||||||
In order to use this theme, follow the following steps:
|
In order to use this theme, follow the following steps:
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,9 @@ languages:
|
||||||
de:
|
de:
|
||||||
languageName: Deutsch
|
languageName: Deutsch
|
||||||
weight: 5
|
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.
|
# Force a locale to be use, really useful to develop the application ! Should be commented in production, the "weight" should rocks.
|
||||||
# DefaultContentLanguage: fr
|
# DefaultContentLanguage: fr
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue