https://github.com/gmasse/blog
Regain Control.
https://github.com/gmasse/blog
Last synced: about 1 month ago
JSON representation
Regain Control.
- Host: GitHub
- URL: https://github.com/gmasse/blog
- Owner: gmasse
- License: cc-by-sa-4.0
- Created: 2019-12-18T15:07:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-03T22:09:12.000Z (almost 2 years ago)
- Last Synced: 2025-02-03T02:33:21.491Z (3 months ago)
- Homepage: https://gmasse.github.io/blog/
- Size: 300 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![CC BY-SA 4.0][cc-by-sa-shield]][cc-by-sa] [](https://travis-ci.com/gmasse/blog)
## How to edit and preview this blog
### Requirements
- NodeJS### Installation
Cloning source code:
```
git clone --recurse-submodules https://github.com/gmasse/blog.git
```
Installing dependencies:
```
cd blog
npm install
```
Set relative path of `node_module/` folder:
```
export PATH="$PATH:./node_modules/.bin"
```
Generating site and launching webserver:
```
hexo generate
hexo server
```--------------------------------------------------------
This work is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License][cc-by-sa].[cc-by-sa]: http://creativecommons.org/licenses/by-sa/4.0/
[cc-by-sa-shield]: https://img.shields.io/badge/License-CC%20BY--SA%204.0-lightgrey.svg