Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.01 KB

File metadata and controls

38 lines (27 loc) · 1.01 KB

Gnefil's Singularity

Welcome to the repository of Gnefil's Singularity. This blog is built using Hexo, a fast, simple and powerful blog framework. Theme used: Redefine.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Installation

  1. Clone the repository
git clone https://github.com/Gnefil/Blog-Singularity.git
  1. Install dependencies
npm install
  1. Generate content and run the local server
hexo clean
hexo generate
hexo server
  1. Visit http://localhost:4000 in your browser

Deployment

For deployment this project uses GitHub Actions to control the CI/CD, adding on ssh to push to remote server.

Last notes

This repo is not intended for collaborative development but any issues, pull requests and suggestions are welcomed!