Skip to content

Commit 4139c62

Browse files
Merge branch 'master' into latest
2 parents bc75fad + de6a940 commit 4139c62

File tree

5 files changed

+137
-0
lines changed

5 files changed

+137
-0
lines changed

docs/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/_site

docs/_config.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
title: Visual Studio Code Portable
2+
author: Gareth Flowers
3+
markdown: kramdown
4+
exclude:
5+
- Gemfile
6+
- Gemfile.lock
7+
- README.md
8+
- vendor/
9+
gems:
10+
- jekyll-sitemap

docs/_layouts/default.html

+71
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="x-ua-compatible" content="IE=edge">
6+
<title>{{ site.title }} ~ {{ site.author }}</title>
7+
<meta name="viewport" content="width=device-width,initial-scale=1">
8+
<meta name="description" content="{{ site.github.project_tagline }}">
9+
<meta name="author" content="{{ site.github.owner_name }}">
10+
<meta name="apple-mobile-web-app-capable" content="yes">
11+
<meta name="apple-mobile-web-app-status-bar-style" content="black">
12+
<meta name="apple-mobile-web-app-title" content="{{ site.title }}">
13+
<meta name="application-name" content="{{ site.title }}">
14+
<meta name="msapplication-tooltip" content="{{ site.title }}">
15+
<meta name="msapplication-navbutton-color" content="rgb(65,131,196)">
16+
<meta name="msapplication-starturl" content="/">
17+
<meta name="mobile-web-app-capable" content="yes">
18+
<link rel="stylesheet" href="/css/main.css">
19+
<link rel="sitemap" type="application/xml" title="Sitemap" href="/sitemap.xml">
20+
<link rel="author" type="text/plain" href="/humans.txt">
21+
<link rel="icon" sizes="228x228" href="/apple-touch-icon.png">
22+
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
23+
<link rel="apple-touch-startup-image" href="/images/startup/1536x2008.png" media="(device-width:768px) and (orientation:portrait) and (-webkit-device-pixel-ratio:2)">
24+
<link rel="apple-touch-startup-image" href="/images/startup/1496x2048.png" media="(device-width:768px) and (orientation:landscape) and (-webkit-device-pixel-ratio:2)">
25+
<link rel="apple-touch-startup-image" href="/images/startup/768x1004.png" media="(device-width:768px) and (orientation:portrait) and (-webkit-device-pixel-ratio:1)">
26+
<link rel="apple-touch-startup-image" href="/images/startup/748x1024.png" media="(device-width:768px) and (orientation:landscape) and (-webkit-device-pixel-ratio:1)">
27+
<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)">
28+
<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)">
29+
<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)">
30+
<!--[if lt IE 9]><script src="//oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script><![endif]-->
31+
</head>
32+
<body>
33+
34+
<header>{{ site.title }}</header>
35+
36+
<div id="content">
37+
38+
<section id="about">
39+
40+
<img class="logo" src="{{ site.github.url }}/logo.svg" alt="{{ site.title }} Logo">
41+
42+
<h1>{{ site.github.project_tagline }}</h1>
43+
44+
<nav id="links">
45+
46+
<div>
47+
<a href="{{ site.github.releases_url }}/" class="button">
48+
<img src="/images/download.svg" alt="Download"> Download {{ site.title }}</a>
49+
</div>
50+
51+
<div>
52+
<a href="{{ site.github.repository_url }}/" class="button">
53+
<img src="/images/github.svg" alt="GitHub"> View on GitHub</a>
54+
</div>
55+
56+
</nav>
57+
58+
</section>
59+
60+
<section>{{ content }}</section>
61+
62+
</div>
63+
64+
<footer>
65+
<img src="/images/code.svg" alt="Code" class="icon code"> with
66+
<img src="/images/heart.svg" alt="Love" class="icon heart"> by
67+
<a href="/" class="icon author">{{ site.author }}</a>
68+
</footer>
69+
70+
</body>
71+
</html>

docs/index.md

+51
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
layout: default
3+
---
4+
5+
# Visual Studio Code Portable
6+
7+
Visual Studio Code is a code editor redefined and optimized for building and
8+
debugging modern web and cloud applications.
9+
10+
Visual Studio Code Portable is the Visual Studio Code text editor packaged with
11+
a PortableApps.com launcher as a portable app, so you can browse in privacy on
12+
your iPod, USB flash drive, portable hard drive, etc. It has all the same
13+
features as Visual Studio Code, plus, it leaves no personal information behind
14+
on the machine you run it on, so you can take it with you wherever you go.
15+
16+
## Download
17+
All downloads available [in the Releases section][D1]. Visual Studio Code Portable
18+
is packaged as an online installer and complete zip file.
19+
20+
[D1]: https://github.com/garethflowers/vscode-portable/releases/latest
21+
22+
## Features
23+
* Runs a full copy of the Visual Studio Code editor.
24+
* Completely portable - runs off a USB, cloud drive (DropBox, iCloud drive,
25+
OneDrive, etc) or hard drive.
26+
* Does not require administrator privileges, works for any user.
27+
* No need for any external software - simply download extract and run!
28+
* Packaged in PortableApps.com format for easy integration.
29+
30+
## System Requirements
31+
* Microsoft Windows 7 or later.
32+
* [PortableApps.com Platform][S1] (Optional)
33+
34+
[S1]: http://portableapps.com/download
35+
36+
## Credits
37+
* Visual Studio Code Portable is a redistribution of the
38+
[Visual Studio Code][C1] editor, developed by [Microsoft][C2].
39+
* [PortableApps.com platform][S1] developed by the [PortableApps.com team][C3].
40+
41+
[C1]: https://code.visualstudio.com
42+
[C2]: https://www.microsoft.com
43+
[C3]: http://portableapps.com
44+
45+
## License
46+
47+
* Portable application code released under [the MIT license][L1].
48+
* The Visual Studio Code editor is released under [the MIT license][L2].
49+
50+
[L1]: https://raw.githubusercontent.com/garethflowers/vscode-portable/master/LICENSE
51+
[L2]: https://raw.githubusercontent.com/Microsoft/vscode/master/LICENSE.txt

docs/logo.svg

+4
Loading

0 commit comments

Comments
 (0)