Skip to content

radzivil/homstatic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Homstatic

Personal web site with portfolio and static blog.

Keep it simple!

There is no point to build complicated construction for a home page with blog for one person. It should be extremely simple.

It's fast!

Of course, it's static!

What's inside?

Create new Blog post

$ touch views/blog/$(date +%s).md

Deploy to Heroku

$ heroku create
$ git push heroku master
$ heroku ps:scale web=1

Development

You can use vagrant which configs are inside this project.

  • Install Vagrant
  • Install chef & librarian: $ gem install chef librarian
  • Install the chef cookbooks: $ librarian-chef install
  • Build the VM: $ vagrant up
  • Login to the VM: $ vagrant ssh
  • Project is located at /vagrant folder: $ cd /vagrant.

When you are done, exit the VM and run the following command to suspend it until later: $ vagrant suspend

  • Run server: $ rake server
  • Run console: $ rake console

About

Personal web site with static blog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%