* Managing i18n * Fix absolute path * Config files * Home link manage langage * Fixing footer i18n * Implemented i18n on newsletter * Implemented two languages in example * Removed old section directory * Using yaml in data to organize home summary * Fully working for old versions without i18n * Integrating language menu CSS * Fix language dropdown CSS * Refactor translation codes * Remove duplicate code * Fix URL issues * Move customMenus and other site related config into data section * Fix error during language toggle * Only show the available translation for the posts * Handle navbar brand URL properly * Fix responsiveness Co-authored-by: Hugo MARTIN <hugo.martin.69@gmail.com> Co-authored-by: hossainemruz <emruz@appscode.com>
23 lines
665 B
JSON
23 lines
665 B
JSON
{
|
|
"name": "toha",
|
|
"version": "1.0.0",
|
|
"description": "A [Hugo](https://gohugo.io/) theme for a personal portfolio with minimalist design and responsiveness.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"autoprefixer": "postcss static/assets/css/*/*.css --use autoprefixer -r --no-map"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/hossainemruz/toha.git"
|
|
},
|
|
"author": "Emruz Hossain",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/hossainemruz/toha/issues"
|
|
},
|
|
"homepage": "https://github.com/hossainemruz/toha#readme",
|
|
"devDependencies": {
|
|
"autoprefixer": "^9.8.6",
|
|
"postcss-cli": "^7.1.2"
|
|
}
|
|
}
|