Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tautcony/tautcony.github.io


https://github.com/tautcony/tautcony.github.io

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# It's blog for TautCony

## Hope I could write some interesting things here.

## Deps

- ruby >= 2.6
- bundler[`Gemfile`]
- node >= 11
- npm[`package.json`]

### Install

```bash
$ npm install
$ bundle config set --local path 'vendor/bundle'
$ bundle install
```

## Dev

```bash
$ npm start # start jekyll server

$ npm run build:dev # build main script with auto recompile
$ npm run build:prod # build main script for production
$ npm run build:update # build update page script for production
```

## Deploy

```bash
$ npm run build:prod && npm run build:update && jekyll build # build site and deploy to server
$ # OR
$ docker build -t tautcony/tc-blog . # build site and pack it into a docker image
```