Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ertrzyiks/ertrzyiks.me
https://github.com/ertrzyiks/ertrzyiks.me
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/ertrzyiks/ertrzyiks.me
- Owner: ertrzyiks
- Created: 2017-11-17T20:43:26.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-02T08:32:55.000Z (about 2 months ago)
- Last Synced: 2024-12-07T19:35:55.755Z (about 1 month ago)
- Language: TypeScript
- Homepage: https://blog.ertrzyiks.me
- Size: 8.43 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ertrzyiks.me
## Installation
You need NodeJS 6.x or newer.
To install all dependencies run:
```
npm install
```## Home (ertrzyiks.me)
To start local server watching for changes run:
```
cd home
npm start
```### Deployment
```
cd home
npm run deploy
```## Blog (blog.ertrzyiks.me)
It's a [Hexo](https://hexo.io/) blog with a custom theme.
To start local server watching for changes run:
```
cd blog
npm start```
### Deployment
It uses Hexo's git deployment feature, [see](https://hexo.io/docs/deployment.html#Git).
Make sure you have access to `dokku` user on the destination Dokku server and run:```
cd blog
npm run build:prod
npm run deploy
```