Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vbyazilim/vbyazilim.com
Web sitesi
https://github.com/vbyazilim/vbyazilim.com
Last synced: 20 days ago
JSON representation
Web sitesi
- Host: GitHub
- URL: https://github.com/vbyazilim/vbyazilim.com
- Owner: vbyazilim
- Created: 2016-05-25T07:15:21.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-11-10T18:52:26.000Z (about 2 months ago)
- Last Synced: 2024-11-10T19:42:31.912Z (about 2 months ago)
- Language: HTML
- Size: 6.24 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Version](https://img.shields.io/badge/version-0.0.5-orange.svg)
[![pages-build-deployment](https://github.com/vbyazilim/vbyazilim.com/actions/workflows/pages/pages-build-deployment/badge.svg?branch=gh-pages)](https://github.com/vbyazilim/vbyazilim.com/actions/workflows/pages/pages-build-deployment)# vbyazilim.com
Brand new version of our website!
## Requirements
- `ruby 3.1.2` ( `ruby 3.1.2p20`)
- `arm64-darwin-21`Check yours via `bundle platform`
## Installation
```bash
$ git clone https://github.com/vbyazilim/vbyazilim.com.git
$ cd vbyazilim.com/
$ bundle config set --local path 'vendor/bundle'
$ bundle config set --local bin 'bin'
$ bundle# run server
$ rake# tasks
$ rake -Trake build # Build site
rake deploy[bump] # Deploy to gh-pages with bump
rake new:article[title,date] # Post new Article
rake runserver # Run development server
```