GithubHelp home page GithubHelp logo

akurtaliqi / vuepress-theme-goyave Goto Github PK

View Code? Open in Web Editor NEW

This project forked from go-goyave/vuepress-theme-goyave

0.0 1.0 0.0 67 KB

Vuepress theme for the Goyave documentation

Home Page: https://goyave.dev

License: MIT License

JavaScript 11.41% Vue 48.73% Stylus 39.86%

vuepress-theme-goyave's Introduction

Vuepress Goyave

The Vuepress theme for the Goyave documentation.

Features:

  • Dark theme
  • Color blindness friendly
  • New containers
    • Images in text (left or right)
    • Monospace box (compatible with formatting)
    • Wrapping grid
  • Back to top

Installation

npm install --save-dev vuepress-theme-goyave

Set the theme in your vuepress config (.vuepress/config.js):

module.exports = {
    theme: "goyave"
}

Sponsor support

You can provide a list of sponsors to themeConfig in config.js:

becomeSponsorLink: "https://github.com/sponsors/System-Glitch/",
sponsors: [
    {
        name: "Goyave",
        img: "/goyave_banner.png",
        url: "https://goyave.dev"
    }
]

The sponsors will appear at the top of the sidebar if this list is not empty. If the becomeSponsorLink is empty, the "Become a Sponsor" button will not appear.

New containers

Image in text (left)

::: img-row <img :src="$withBase('/image.svg')" height="150" alt="Image description"/>
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
:::

Image in text (right)

::: img-row-right <img :src="$withBase('/image.svg')" height="150" alt="Image description"/>
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
:::

Monospace box

:::vue
Monospace text **compatible** with *formatting*.
:::

Wrapping grid

::: table
[Link 1](#link-1)
[Link 2](#link-2)
[Link 3](#link-3)
[Link 4](#link-4)
[Link 5](#link-5)
[Link 6](#link-6)
:::

vuepress-theme-goyave's People

Contributors

system-glitch avatar

Watchers

 avatar

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.