Skip to content

Commit

Permalink
Merge branch 'master' into latest
Browse files Browse the repository at this point in the history
  • Loading branch information
garethflowers committed Oct 21, 2019
2 parents bc75fad + de6a940 commit 4139c62
Show file tree
Hide file tree
Showing 5 changed files with 137 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/_site
10 changes: 10 additions & 0 deletions docs/_config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
title: Visual Studio Code Portable
author: Gareth Flowers
markdown: kramdown
exclude:
- Gemfile
- Gemfile.lock
- README.md
- vendor/
gems:
- jekyll-sitemap
71 changes: 71 additions & 0 deletions docs/_layouts/default.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="IE=edge">
<title>{{ site.title }} ~ {{ site.author }}</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="description" content="{{ site.github.project_tagline }}">
<meta name="author" content="{{ site.github.owner_name }}">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="{{ site.title }}">
<meta name="application-name" content="{{ site.title }}">
<meta name="msapplication-tooltip" content="{{ site.title }}">
<meta name="msapplication-navbutton-color" content="rgb(65,131,196)">
<meta name="msapplication-starturl" content="/">
<meta name="mobile-web-app-capable" content="yes">
<link rel="stylesheet" href="/css/main.css">
<link rel="sitemap" type="application/xml" title="Sitemap" href="/sitemap.xml">
<link rel="author" type="text/plain" href="/humans.txt">
<link rel="icon" sizes="228x228" href="/apple-touch-icon.png">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<link rel="apple-touch-startup-image" href="/images/startup/1536x2008.png" media="(device-width:768px) and (orientation:portrait) and (-webkit-device-pixel-ratio:2)">
<link rel="apple-touch-startup-image" href="/images/startup/1496x2048.png" media="(device-width:768px) and (orientation:landscape) and (-webkit-device-pixel-ratio:2)">
<link rel="apple-touch-startup-image" href="/images/startup/768x1004.png" media="(device-width:768px) and (orientation:portrait) and (-webkit-device-pixel-ratio:1)">
<link rel="apple-touch-startup-image" href="/images/startup/748x1024.png" media="(device-width:768px) and (orientation:landscape) and (-webkit-device-pixel-ratio:1)">
<link rel="apple-touch-startup-image" href="/images/startup/640x1096.png" media="(device-width:320px) and (device-height:568px) and (-webkit-device-pixel-ratio:2)">
<link rel="apple-touch-startup-image" href="/images/startup/640x920.png" media="(device-width:320px) and (device-height:480px) and (-webkit-device-pixel-ratio:2)">
<link rel="apple-touch-startup-image" href="/images/startup/320x460.png" media="(device-width:320px) and (device-height:480px) and (-webkit-device-pixel-ratio:1)">
<!--[if lt IE 9]><script src="//oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script><![endif]-->
</head>
<body>

<header>{{ site.title }}</header>

<div id="content">

<section id="about">

<img class="logo" src="{{ site.github.url }}/logo.svg" alt="{{ site.title }} Logo">

<h1>{{ site.github.project_tagline }}</h1>

<nav id="links">

<div>
<a href="{{ site.github.releases_url }}/" class="button">
<img src="/images/download.svg" alt="Download"> Download {{ site.title }}</a>
</div>

<div>
<a href="{{ site.github.repository_url }}/" class="button">
<img src="/images/github.svg" alt="GitHub"> View on GitHub</a>
</div>

</nav>

</section>

<section>{{ content }}</section>

</div>

<footer>
<img src="/images/code.svg" alt="Code" class="icon code"> with
<img src="/images/heart.svg" alt="Love" class="icon heart"> by
<a href="/" class="icon author">{{ site.author }}</a>
</footer>

</body>
</html>
51 changes: 51 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -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
4 changes: 4 additions & 0 deletions docs/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4139c62

Please sign in to comment.