{"id":19973300,"url":"https://github.com/jsmith/vuepress-theme-terminal","last_synced_at":"2025-03-01T18:24:45.562Z","repository":{"id":55993603,"uuid":"147933211","full_name":"jsmith/vuepress-theme-terminal","owner":"jsmith","description":"A terminal theme for VuePress!","archived":false,"fork":false,"pushed_at":"2020-12-02T12:23:15.000Z","size":397,"stargazers_count":101,"open_issues_count":0,"forks_count":7,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-12T09:30:33.685Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://jsmith.github.io/vuepress-theme-terminal","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jsmith.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-09-08T12:54:40.000Z","updated_at":"2024-12-22T11:13:29.000Z","dependencies_parsed_at":"2022-08-15T11:00:45.747Z","dependency_job_id":null,"html_url":"https://github.com/jsmith/vuepress-theme-terminal","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsmith%2Fvuepress-theme-terminal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsmith%2Fvuepress-theme-terminal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsmith%2Fvuepress-theme-terminal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsmith%2Fvuepress-theme-terminal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jsmith","download_url":"https://codeload.github.com/jsmith/vuepress-theme-terminal/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241406055,"owners_count":19957946,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T03:10:59.130Z","updated_at":"2025-03-01T18:24:45.535Z","avatar_url":"https://github.com/jsmith.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vuepress-theme-terminal\n\u003cimg src=\"https://i.ibb.co/gJc6psR/image.png\" alt=\"image\" border=\"0\"\u003e\n\n\u003e A terminal (portfolio) theme for VuePress based on [vue-terminal](https://github.com/jsmith/vue-terminal)!\n\n## Demos\n[Basic Demo](https://jsmith.github.io/vuepress-theme-terminal)\n\n## Installation\n```\nnpm install vuepress-theme-terminal\n```\n\n## Usage\nThis theme is best used for a portfolio site.\n\nSee the `demo/` folder for a working example!\n\nHere is a brief overview:\n```javascript\n// yourprojectfolder/.vuepress/config.js\nmodule.exports = {\n  ...\n  theme: 'terminal',\n  ...\n}\n```\n\n```yaml\n# yourprojectfolder/README.md\n\n---\nuser: john\nwelcome: Welcome to John's Portfolio!\nabout: Current Software Engineering Student @ BUC. My name is John!\nsocials:\n    - title: github\n      link: github.com/john\n    - title: linkedin\n      link: linkedin.com/in/john\n    - title: email\n      link: john@john.ca\nprojects:\n    -   title: vue-terminal\n        link: github.com/jsmith/prompt\n        description: \u003e\n            `vue-terminal` is the Vue component library I made to power this website. It tries\n            its best to mimic a regular zsh shell (tab completion, simple commands, etc.).\n    -   title: another-project\n        description: An awesome project basically!\n        link: github.com/john/another-project\n---\n```\n\nWant to see something a bit more complex? See my [portfolio configuration](https://raw.githubusercontent.com/jsmith/portfolio/5ce6445fb6036cfdfa4efd1c0ffeb3adab4b869e/jsmith.github.io/README.md).\n\n\u003e Beware of using project names with spaces as this is not currently supported.\n\n## Missing a feature?\nThis project was developed for my personal portfolio. As such, I only implemented the features I needed. If there is a new feature you'd like to see implemented, create a issue or put up a PR (contributions are very welcome).\n\n## Development\nWant to work on this library? Install the dependencies:\n```\nnpm i\n```\n\nSymlink this folder to node_modules so that vuepress can find the files :)\n```\nln -s $(pwd) $(pwd)/node_modules/vuepress-theme-terminal\n```\n\nthen run the development server!\n```\nnpm run dev  # run hot reload\n```\n\n### Publishing\n```\nVERSION=YOUR_VERSION\ngit add .\ngit commit -m \"$VERSION\"\ngit tag v$VERSION\ngit push\nnpm publish\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsmith%2Fvuepress-theme-terminal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjsmith%2Fvuepress-theme-terminal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsmith%2Fvuepress-theme-terminal/lists"}