GithubHelp home page GithubHelp logo

webothdo / logspot Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fayazara/logspot

0.0 0.0 0.0 1.72 MB

Logspot is a lightweight, free and open source template for your changelog made with Vue, Nuxt and Tailwindcss.

Home Page: https://logspot.vercel.app

JavaScript 6.47% TypeScript 0.59% Vue 92.94%

logspot's Introduction

Logspot

Logspot is a lightweight, free and open source template for your changelog made with Vue, Nuxt and Tailwindcss.

image

How it works?

  1. Each .md file in /content/posts/ counts as one changelog post, logspot uses the nuxt content module

Features

  1. Markdown support
  2. Icons support using Iconify
  3. Code syntax highlighting using Shiki.js
  4. Frontmatter - dates, author supported
  5. Vue components inside markdown using Nuxt contents MDC format - More on this here
  6. Icons support - :icon{name="ph:user-circle-duotone"} will show a user icon - find more icons at https://icones.js.org
  7. Alert component with icon, title and description.

Format

::alert
---
icon: fluent:error-circle-24-regular
title: This is alert with default variant colors.
description: This will pick up colors from your primary color set in the tailwind config file. You can use this to show some kind of message to your users.
---
::

This above content will render a alert component, something like this Screenshot2023-01-30 at 01 17 36@2x 8. Widget page, Logspot also has a page specifically meant for widgets, here's an example

logspot.mp4

Setup Locally

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install --shamefully-hoist

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Checkout the deployment documentation for more information.

logspot's People

Contributors

fayazara 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.