diff --git a/.github/workflows/t2006.yml b/.github/workflows/t2006.yml index 4e0c1e7..ca5594d 100644 --- a/.github/workflows/t2006.yml +++ b/.github/workflows/t2006.yml @@ -16,8 +16,8 @@ jobs: with: node-version: 20 - run: npm install -g t2006 - - run: t2006 --input '.' --output './dist' + - run: t2006 --input '.' --output '.' - uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./dist + publish_dir: . diff --git a/data.json b/data.json new file mode 100644 index 0000000..a2c6d99 --- /dev/null +++ b/data.json @@ -0,0 +1,216 @@ +{ + "title": "TR", + "header": { + "image": "https://avatars.githubusercontent.com/u/10585405", + "name": "TR" + }, + "sections": [ + { + "title": "SOFTWARE & WEB", + "items": [ + { + "name": "Budoney", + "image": "", + "links": [ + { + "text": "git repo", + "url": "https://github.com/TimurRin/budoney" + } + ], + "status": "alpha" + }, + { + "name": "CF Version", + "image": "img/cinnabar.png", + "links": [], + "status": "WIP" + }, + { + "name": "CF Workfolder", + "image": "img/cinnabar.png", + "links": [], + "status": "WIP" + }, + { + "name": "Limelink", + "image": "img/limelink.png", + "links": [], + "status": "WIP" + }, + { + "name": "Pastaquiz", + "image": "", + "links": [ + { + "text": "git repo", + "url": "https://github.com/TimurRin/pastaquiz" + } + ], + "status": "alpha" + }, + { + "name": "PDF Rush", + "image": "", + "links": [ + { + "text": "git repo", + "url": "https://github.com/TimurRin/pdf-rush" + } + ], + "status": "alpha" + }, + { + "name": "Serve Folder", + "image": "", + "links": [ + { + "text": "git repo", + "url": "https://github.com/TimurRin/serve-folder" + } + ], + "status": "" + } + ] + }, + { + "title": "GAMEDEV", + "items": [ + { + "name": "ARMAZ MTA", + "image": "img/armaz.png", + "links": [ + { + "text": "website", + "url": "https://armazmta.ru/" + } + ], + "status": "" + }, + { + "name": "Wordlya Unleashed", + "image": "", + "links": [ + { + "text": "git repo", + "url": "https://github.com/TimurRin/wordlya-unleashed" + } + ], + "status": "WIP" + } + ] + }, + { + "title": "NODE.JS LIBRARIES", + "image": "img/npm.svg", + "items": [ + { + "name": "CF Database Migrations", + "image": "img/cinnabar.png", + "links": [ + { + "text": "git repo", + "url": "https://github.com/cinnabar-forge/cf-migrations" + }, + { + "text": "npm package", + "url": "https://www.npmjs.com/package/@cinnabar-forge/cf-migrations" + } + ], + "status": "alpha" + }, + { + "name": "CF ESLint Plugin", + "image": "img/cinnabar.png", + "links": [ + { + "text": "git repo", + "url": "https://github.com/cinnabar-forge/eslint-plugin" + }, + { + "text": "npm package", + "url": "https://www.npmjs.com/package/@cinnabar-forge/eslint-plugin" + } + ], + "status": "alpha" + }, + { + "name": "CF SQLite3 Wrapper", + "image": "img/cinnabar.png", + "links": [ + { + "text": "git repo", + "url": "https://github.com/cinnabar-forge/cf-sqlite3" + }, + { + "text": "npm package", + "url": "https://www.npmjs.com/package/@cinnabar-forge/cf-sqlite3" + } + ], + "status": "beta" + }, + { + "name": "CF Utils", + "image": "img/cinnabar.png", + "links": [ + { + "text": "git repo", + "url": "https://github.com/cinnabar-forge/node-utils" + }, + { + "text": "npm package", + "url": "https://www.npmjs.com/package/@cinnabar-forge/utils" + } + ], + "status": "alpha" + }, + { + "name": "CF Web Framework", + "image": "img/cinnabar.png", + "links": [], + "status": "WIP" + } + ] + }, + { + "title": "CONTACT ME", + "items": [ + { + "name": "GitHub", + "image": { + "path": "img/github.svg", + "darkFilter": true + }, + "links": [ + { + "text": "@TimurRin", + "url": "https://github.com/TimurRin" + } + ], + "status": "" + }, + { + "name": "Telegram", + "image": "img/telegram.svg", + "links": [ + { + "text": "@TimurRin", + "url": "tg://resolve?domain=timurrin" + } + ], + "status": "" + }, + { + "name": "NPM", + "image": "img/npm.svg", + "links": [ + { + "text": "~timurrin", + "url": "https://www.npmjs.com/~timurrin" + } + ], + "status": "" + } + ] + } + ] +} \ No newline at end of file diff --git a/index.html b/index.html deleted file mode 100644 index 80604a6..0000000 --- a/index.html +++ /dev/null @@ -1,232 +0,0 @@ - - - - - - - - - - TR - - - -
-

TR

-
-

SOFTWARE & WEB

-
- Budoneygit - repoalpha -
-
- CF VersionWIP -
-
- CF WorkfolderWIP -
-
- LimelinkWIP -
-
- Pastaquizgit - repoalpha -
-
- PDF Rushgit - repoalpha -
-
- Serve Foldergit - repo -
-
-
-

GAMEDEV

-
- ARMAZ - MTAwebsite -
-
- Wordlya Unleashedgit - repoWIP -
-
-
-

NODE.JS LIBRARIES

-
- CF Database - Migrationsgit - reponpmalpha -
-
- CF ESLint Plugingit - reponpmalpha -
-
- CF SQLite3 Wrappergit - reponpmbeta -
-
- CF Utilsgit - reponpm -
-
- CF Web FrameworkWIP -
-
-
-

CONTACT ME

-
- GitHub@TimurRin -
-
- Telegram@TimurRin -
-
- NPM~timurrin -
-
-
- - - - - \ No newline at end of file diff --git a/style.json b/style.json new file mode 100644 index 0000000..14dbe98 --- /dev/null +++ b/style.json @@ -0,0 +1,29 @@ +{ + "colors": { + "primaryColor": "#901050", + "linkColor": "#901050", + "linkHoverBackgroundColor": "#901050", + "linkHoverTextColor": "#ececec", + "borderColor": "#901050" + }, + "colorsDark": { + "backgroundColor": "#222", + "textColor": "rgba(255, 255, 255, 0.87)", + "borderColor": "#c9a0b5", + "linkColor": "#bd3a7b", + "linkHoverBackgroundColor": "#901050", + "linkHoverTextColor": "#ececec" + }, + "fontHeaders": { + "fontFamily": "\"source-sans-pro\", Arial", + "fontWeight": "bold", + "fontSize": "1.2em", + "fontStyle": "normal" + }, + "fontText": { + "fontFamily": "\"source-sans-pro\", Arial", + "fontSize": "normal", + "fontWeight": "normal", + "fontStyle": "italic" + } +} \ No newline at end of file