Welcome to the repository of Gnefil's Singularity. This blog is built using Hexo, a fast, simple and powerful blog framework. Theme used: Redefine.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Clone the repository
git clone https://github.com/Gnefil/Blog-Singularity.git- Install dependencies
npm install- Generate content and run the local server
hexo clean
hexo generate
hexo server- Visit
http://localhost:4000in your browser
For deployment this project uses GitHub Actions to control the CI/CD, adding on ssh to push to remote server.
This repo is not intended for collaborative development but any issues, pull requests and suggestions are welcomed!