Giter VIP home page Giter VIP logo

vuepress-theme-kalisio's Introduction

vuepress-theme-kalisio

Latest Release

This is a simple VuePress theme for Kalisio projects.

This theme extends the default VuePress theme in order to provides additional functionalities such as diagramming and mapping. Read this section to understand theme inheritance.

In addition, the theme includes the following plugins:

Installation

You can install it with

yarn add -D https://github.com/kalisio/vuepress-theme-kalisio#<version>

And then you just need to register the theme in your .vuepress/config.js:

module.exports = {
    // ...
    theme: 'kalisio',
    // ...
}

Usage

Overriding the Banner

The Banner component provides two props, image, slogan and link, that allows you to override the default values which are respectively our logo, our slogan and the url to our website.

In your config.js file, add the following object in the themeConfig object:

banner: {
  image: 'path to your image',
  slogan: 'your slogan',
  link: 'your url'  // you can also use '#' to provide a null link
}

Overriding the palette

Please, report to this section.

Contributing

Found a bug ? Missing a Feature ? Want to contribute ? check out our contribution guidelines for details

Authors

This project is sponsored by

Kalisio

License

This project is licensed under the MIT License - see the license file for details

vuepress-theme-kalisio's People

Contributors

claustres avatar cnouguier avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

pppnnn svx

vuepress-theme-kalisio's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.