blob: 6a8549ccd86d57e13dd247b9bdc1ee54eec24609 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# Meaningless Records' Offical Repo
## Description
Meaningless Records' repo, containing all the files used to generate [the Website](https://podcast.135e2.dev).
## Setup
```bash
git clone --recurse-submodules https://git.135e2.dev/135e2/MeaninglessRecords
sudo npm install hexo-cli -g # Install hexo (the SSG)
npm install # NodeJS deps
bash script/git-changelog > source/changelog/index.md # Generate changelog (if needed)
hexo server # Serve live
hexo clean
hexo generate # Generate to public/
```
---
Copyright © Meaningless Records All rights reserved @ 135e2 <[email protected]>
All documents & recordings in this repo (if not mentioned) are licensed under the Creative Commons Attribution 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by/4.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
|