0.0.13 • Published 6 years ago

vuepress-theme-oscarteg v0.0.13

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Read me

The theme for all vuepress things

Installation

  1. Install the theme with yarn add vuepress-theme-oscarteg
  2. Add a .vuepress/config.js file.
  3. Copy the tailwind.js file to the root of your folder.
  4. Copy the images from the public folder to .vuepress/public.

Example config

module.exports = {
  title: "Example",
  theme: "oscarteg",
  postcss: {
    plugins: [require("tailwindcss")("./tailwind.js"), require("autoprefixer")]
  },
  collapsable: false,
  themeConfig: {
    footer: true,
    sidebarDepth: 0,
    lastUpdated: true,
    subscription: {
      email: "example@example.com",
      buttonTitle: "Subscribe to hear about new articles"
    },
    logo: "/logo.png",
    // Assumes GitHub. Can also be a full GitLab url.
    repo: "user/repo",
    // custom text for edit link. Defaults to "Edit this page"
    editLinkText: "Help us improve this page!",
    nav: [
      {
        text: "Example",
        link: "/Example/"
      }
    ]
  }
};
0.0.13

6 years ago

0.0.12

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago