From de6a940d067134525f88e6362c41a3badecbd561 Mon Sep 17 00:00:00 2001 From: Gareth Flowers Date: Sun, 20 Oct 2019 22:11:07 +0100 Subject: [PATCH] docs(pages): relocate pages from gh-branch to docs --- docs/.gitignore | 1 + docs/_config.yml | 10 ++++++ docs/_layouts/default.html | 71 ++++++++++++++++++++++++++++++++++++++ docs/index.md | 51 +++++++++++++++++++++++++++ docs/logo.svg | 4 +++ 5 files changed, 137 insertions(+) create mode 100644 docs/.gitignore create mode 100644 docs/_config.yml create mode 100644 docs/_layouts/default.html create mode 100644 docs/index.md create mode 100644 docs/logo.svg diff --git a/docs/.gitignore b/docs/.gitignore new file mode 100644 index 00000000..0baf0152 --- /dev/null +++ b/docs/.gitignore @@ -0,0 +1 @@ +/_site diff --git a/docs/_config.yml b/docs/_config.yml new file mode 100644 index 00000000..cfb19afe --- /dev/null +++ b/docs/_config.yml @@ -0,0 +1,10 @@ +title: Visual Studio Code Portable +author: Gareth Flowers +markdown: kramdown +exclude: + - Gemfile + - Gemfile.lock + - README.md + - vendor/ +gems: + - jekyll-sitemap diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html new file mode 100644 index 00000000..35dd39f3 --- /dev/null +++ b/docs/_layouts/default.html @@ -0,0 +1,71 @@ + + + + + + {{ site.title }} ~ {{ site.author }} + + + + + + + + + + + + + + + + + + + + + + + + + + + +
{{ site.title }}
+ +
+ +
+ + + +

{{ site.github.project_tagline }}

+ + + +
+ +
{{ content }}
+ +
+ + + + + diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 00000000..2d49ebd7 --- /dev/null +++ b/docs/index.md @@ -0,0 +1,51 @@ +--- +layout: default +--- + +# Visual Studio Code Portable + +Visual Studio Code is a code editor redefined and optimized for building and +debugging modern web and cloud applications. + +Visual Studio Code Portable is the Visual Studio Code text editor packaged with +a PortableApps.com launcher as a portable app, so you can browse in privacy on +your iPod, USB flash drive, portable hard drive, etc. It has all the same +features as Visual Studio Code, plus, it leaves no personal information behind +on the machine you run it on, so you can take it with you wherever you go. + +## Download +All downloads available [in the Releases section][D1]. Visual Studio Code Portable +is packaged as an online installer and complete zip file. + + [D1]: https://github.com/garethflowers/vscode-portable/releases/latest + +## Features +* Runs a full copy of the Visual Studio Code editor. +* Completely portable - runs off a USB, cloud drive (DropBox, iCloud drive, + OneDrive, etc) or hard drive. +* Does not require administrator privileges, works for any user. +* No need for any external software - simply download extract and run! +* Packaged in PortableApps.com format for easy integration. + +## System Requirements +* Microsoft Windows 7 or later. +* [PortableApps.com Platform][S1] (Optional) + + [S1]: http://portableapps.com/download + +## Credits +* Visual Studio Code Portable is a redistribution of the + [Visual Studio Code][C1] editor, developed by [Microsoft][C2]. +* [PortableApps.com platform][S1] developed by the [PortableApps.com team][C3]. + + [C1]: https://code.visualstudio.com + [C2]: https://www.microsoft.com + [C3]: http://portableapps.com + +## License + +* Portable application code released under [the MIT license][L1]. +* The Visual Studio Code editor is released under [the MIT license][L2]. + + [L1]: https://raw.githubusercontent.com/garethflowers/vscode-portable/master/LICENSE + [L2]: https://raw.githubusercontent.com/Microsoft/vscode/master/LICENSE.txt diff --git a/docs/logo.svg b/docs/logo.svg new file mode 100644 index 00000000..06d5dddb --- /dev/null +++ b/docs/logo.svg @@ -0,0 +1,4 @@ + + + +