https://github.com/imfing/vuepress-homepage
:page_facing_up: Elegant & friendly homepage (bio, tech portfolio, resume, doc...) template with Markdown and VuePress
https://github.com/imfing/vuepress-homepage
homepage markdown portfolio site template vue vuepress
Last synced: 3 months ago
JSON representation
:page_facing_up: Elegant & friendly homepage (bio, tech portfolio, resume, doc...) template with Markdown and VuePress
- Host: GitHub
- URL: https://github.com/imfing/vuepress-homepage
- Owner: imfing
- License: mit
- Created: 2018-04-22T05:23:46.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-26T14:10:26.000Z (over 1 year ago)
- Last Synced: 2025-03-28T19:17:09.781Z (3 months ago)
- Topics: homepage, markdown, portfolio, site, template, vue, vuepress
- Homepage: https://vuepress-homepage.netlify.com
- Size: 944 KB
- Stars: 365
- Watchers: 9
- Forks: 127
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
Your Awesome Homepage
Build your site like a Pro :v:
![]()
![]()
Live Demo
[](https://app.netlify.com/start/deploy?repository=https://github.com/mtobeiyf/vuepress-homepage)
Screenshots:
| Home/Resume :newspaper: | Projects/Publications :books: |
| :---: | :---: |
||
|
| About Me :raising_hand: | Docs/Articles :closed_book: |
| :---: | :---: |
||
|
Getting Started
Check the full documentation here :point_right: [Guide](https://vuepress-homepage.netlify.com/guide/)
Make sure you have [Node.js](https://nodejs.org) and [yarn](https://yarnpkg.com) installed.
```bash
# Clone the repo
git clone https://github.com/mtobeiyf/vuepress-homepage.git
cd vuepress-homepage# Install VuePress
yarn global add vuepress
# OR npm install -g vuepress# Install dependencies
yarn
# OR npm install# Run
$ yarn dev
# OR npm run dev
```Check your site at `http://127.0.0.1:8080/`
## Features
- Markdown and emoji supported :smiley:
- Elegant and minimalistic
- Customizable and mobile-friendly
- Multi-language support
- Powered by [VuePress](https://vuepress.vuejs.org/) and [Vue.js](https://vuejs.org/)It's **static**, which means once generated, your site could be deployed anywhere, like [Netlify](https://www.netlify.com/) or [GitHub Pages]()
| Simple Editing | Elegant Output |
| :---: | :---: |
||
|
It's **responsive** and **mobile friendly**.
| Main | Projects | Doc | Sidebar |
| :---: | :---: | :---: | :---: |
||
|
|
|
## Credit
[VuePress](https://vuepress.vuejs.org/): Vue-powered Static Site Generator
[Vue.js](https://vuejs.org/): The Progressive JavaScript Framework
## License
Copyright © 2020, Fing
Released under the [MIT License](https://opensource.org/licenses/MIT).