Skip to content
Snippets Groups Projects
Commit 9f5c0f16 authored by samdbeckham's avatar samdbeckham
Browse files

Initial commit

parents
No related branches found
No related tags found
No related merge requests found
node_modules
public
\ No newline at end of file
image: node:9.11.1
pages:
cache:
paths:
- node_modules/
script:
- yarn install
- yarn run build
artifacts:
paths:
- public
only:
- master
\ No newline at end of file
module.exports = {
title: 'GitLab ❤️ VuePress',
description: 'Vue-powered static site generator running on Gitlab Pages',
base: 'vuepress-gl-pages',
dest: 'public'
}
\ No newline at end of file
---
home: true
heroImage: /hero.png
features:
- title: Simplicity First
details: Minimal setup with markdown-centered project structure helps you focus on writing.
- title: Vue-Powered
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
---
\ No newline at end of file
{
"name": "vuepress-gl-pages",
"version": "1.0.0",
"description": "A starter project for hosting VuePress sites on GitLab pages.",
"main": "index.js",
"author": "samdbeckham",
"license": "MIT",
"private": false,
"scripts": {
"start": "vuepress dev docs",
"build": "vuepress build docs"
},
"dependencies": {},
"devDependencies": {
"vuepress": "^0.10.0"
}
}
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment