Skip to content

edgarpavlovsky/edgar.im

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Blog

A minimalist blog site that supports markdown articles.

Getting Started

  1. Install dependencies:
npm install
  1. Run the development server:
npm run dev

Adding New Articles

  1. Create a new markdown file in the articles directory
  2. Add frontmatter with title and date:
---
title: "Your Title"
date: "YYYY-MM-DD"
---

Your content here...

Building for Production

npm run build

The static site will be generated in the out directory.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published