blob: 12735e2a4787b007b3972620a35468ec14579412 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Meaningless Records' Offical Repo
## Description
Meaningless Records's repo, containing all the files used to generate [the Website](http://podcast.135e2.tk).
## Setup
```bash
git clone --recurse-submodules http://git.135e2.tk/135e2/MeaninglessRecords
sudo npm install hexo-cli -g # Install hexo (the SSG)
npm install # NodeJS deps
hexo server # Serve live
hexo clean
hexo generate # Generate to public/
```
|