Skip to content

vbyazilim/vbyazilim.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Version 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

$ 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 -T

rake 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