Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tautcony/tautcony.github.io
https://github.com/tautcony/tautcony.github.io
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/tautcony/tautcony.github.io
- Owner: tautcony
- License: apache-2.0
- Created: 2016-03-05T01:43:36.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-07-09T07:27:18.000Z (6 months ago)
- Last Synced: 2024-07-10T06:32:26.627Z (6 months ago)
- Language: JavaScript
- Size: 250 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```