Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.

m1cr0man/m1cr0blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

M1cr0blog

My personal blog and a couple of other services.

Features

  • Blog with content manager
  • Desktop background API for storing + providing random backgrounds
  • ShareX API for uploading/downloading files
  • Filesystem-based database backend - no external dependencies

Installation and Running

Tested to work on NodeJS 8.11.3 and higher.

git clone https://github.com/m1cr0man/m1cr0blog.git
cd m1cr0blog
NODE_ENV=production npm install
npm build
npm start