Skip to content

Commit

Permalink
pushing main page content
Browse files Browse the repository at this point in the history
  • Loading branch information
BboyAkers authored and jennypollack committed Feb 20, 2020
1 parent 9bce42b commit 9d47798
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 27 deletions.
29 changes: 8 additions & 21 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ home: true
heroImage: /ethereum-metamask-chrome.png
actionText: Visit Documentation →
actionLink: /guide/
footer: MIT Licensed | Copyright © 2018-present Evan You
footer: MIT Licensed | Austin Akers
---

<!-- <div style="text-align: center">
Expand All @@ -13,35 +13,22 @@ footer: MIT Licensed | Copyright © 2018-present Evan You
<div class="features">
<div class="feature">
<h2>Account Management</h2>
<p>Minimal setup with markdown-centered project structure helps you focus on writing.</p>
<p>MetaMask allows users to manage accounts and their keys in a variety of ways, including hardware wallets, while isolating them from the site context.</p>
</div>
<div class="feature">
<h2>Blockchain Connection</h2>
<p>Enjoy the dev experience of Vue + webpack, use Vue components in markdown, and develop custom themes with Vue.</p>
<p>MetaMask comes pre-loaded with nice and fast connections to the Ethereum blockchain and several test networks via our friends at <a href="https://infura.io/" target="_blank">Infura</a></p>
</div>
<div class="feature">
<h2>Blockchain Applications</h2>
<p>VuePress generates pre-rendered static HTML for each page, and runs as an SPA once a page is loaded.</p>
<p>MetaMask makes it easy to write user interfaces to blockchain-based smart contract systems.</p>
</div>
</div>

### As Easy as 1, 2, 3
### New Dapp Developers

``` bash
# install
yarn global add vuepress
# OR npm install -g vuepress
#### Current List of Guides

# create a markdown file
echo '# Hello VuePress' > README.md
* [Learning Solidity](https://karl.tech/learning-solidity-part-1-deploy-a-contract/) by karl Floersch
* [CryptoZombies](https://cryptozombies.io/)

# start writing
vuepress dev

# build to static files
vuepress build
```

::: warning COMPATIBILITY NOTE
VuePress requires Node.js >= 8.6.
:::
2 changes: 1 addition & 1 deletion docs/theme/default-theme-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ features:
details: Enjoy the dev experience of Vue + webpack, use Vue components in markdown, and develop custom themes with Vue.
- title: Performant
details: VuePress generates pre-rendered static HTML for each page, and runs as an SPA once a page is loaded.
footer: MIT Licensed | Copyright © 2018-present Evan You
footer: MIT Licensed | Austin Akers
---
```

Expand Down
2 changes: 1 addition & 1 deletion docs/zh/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ features:
details: 享受 Vue + webpack 的开发体验,可以在 Markdown 中使用 Vue 组件,又可以使用 Vue 来开发自定义主题。
- title: 高性能
details: VuePress 会为每个页面预渲染生成静态的 HTML,同时,每个页面被加载的时候,将作为 SPA 运行。
footer: MIT Licensed | Copyright © 2018-present Evan You
footer: MIT Licensed | Austin Akers
---

### 像数 1, 2, 3 一样容易
Expand Down
2 changes: 1 addition & 1 deletion docs/zh/theme/default-theme-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ features:
details: 享受 Vue + webpack 的开发体验,在 Markdown 中使用 Vue 组件,同时可以使用 Vue 来开发自定义主题。
- title: 高性能
details: VuePress 为每个页面预渲染生成静态的 HTML,同时在页面被加载的时候,将作为 SPA 运行。
footer: MIT Licensed | Copyright © 2018-present Evan You
footer: MIT Licensed | Austin Akers
---
```

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"vue",
"generator"
],
"author": "Evan You",
"author": "Austin Akers",
"license": "MIT",
"bugs": {
"url": "https://github.com/vuejs/vuepress/issues"
"url": ""
},
"homepage": "https://github.com/vuejs/vuepress#readme",
"homepage": "",
"devDependencies": {
"@vuepress/plugin-back-to-top": "^1.0.3",
"@vuepress/plugin-google-analytics": "^1.0.3",
Expand Down

0 comments on commit 9d47798

Please sign in to comment.