Skip to content

Source code for my website, a static site built with Vue, Nuxt and Markdown

Notifications You must be signed in to change notification settings

vitormarcal/marcal-blog

Repository files navigation

Marçal Blog

This is the source code for www.marcal.dev, my personal blog. It's a static site built with Nuxt Content, Vue.js, and Markdown. The site is pre-generated for optimal performance and simplicity.

Features

  • Nuxt Content: Enables effortless content creation and management using Markdown.
  • Vue.js: A powerful JavaScript framework for building the site's dynamic components.
  • Static Generation: The blog is pre-built as a static site for fast loading speeds and efficient delivery.
  • Markdown Support: Write posts in Markdown for a clean and simple workflow.

Installation and Usage

Prerequisites

  • Node.js (v16 or later)
  • Yarn or npm

Steps

  1. Clone the repository:
    git clone https://github.com/vitormarcal/marcal-blog.git
    cd marcal-blog
  2. Install dependencies:
    yarn install
    
    or
    npm install
    
  3. Run the development server:
    yarn dev
    
    or
    npm run dev
    
  4. Build for production:
    yarn generate
    
    or
    npm run generate
    
  5. Serve the generated site from the /dist folder.

About

Source code for my website, a static site built with Vue, Nuxt and Markdown

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages