Skip to content
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.

abaldeweg/cms-businesscard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

baldeweg/cms-businesscard

A simple CMS for your business card. Present yourself in an easy way.

Requirements

Getting Startet

Download this archive and extract the file. Install the dependencies with yarn install. Now you can edit the files in the content directory. Run yarn watch to see your changes.

To build the static files you just have to run yarn build. Upload the files from the dist directory to the webspace.

Content

The config file config.js allows you to configure your navigation on the top and the links at the bottom. Set it to null if you want to deactivate it e.g. nav: null.

Place your logo in content/.vuepress/public/ and define the filename in content/.vuepress/config.js under the logo key in the themeConfig config e.g. logo: 'logo.svg'.

You can also set the height for the header. Use the mastheadHeight key under the themeConfig config to e.g. mastheadHeight: '100px'.

You can make use of Markdown and HTML.

Include an image.

![Description](./image.png)

Please, refer with a relative path (./ in the following example) to the image.

You can set the containerWidth under the themeConfig key to l, m or s.

For more details on VuePress have a look at the VuePress documentation.

The documentation for the components can be found on Github.

About

A simple CMS for your business card. Present yourself in an easy way.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published