Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fzrhrs/site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

faezrah.com

This is the code for my personal site - faezrah.com - it's a static site built with Middleman 4.

Getting the site up & running

Prerequisites

  • Ruby 2.2.3
  • Bundler
bundle install
middleman

The site should be running on http://localhost:4567.

Under the hood

Directory structure

├── Gemfile                 # external Ruby dependencies
├── config.rb               # Middleman config
├── config.ru
└── source
    ├── assets
    │   ├── stylesheets     # stylesheets (written in SCSS)
    │   ├── javascripts
    │   └── images
    ├── layouts
    └── partials            # reusable components (i.e. partials)

Inspired by: https://github.com/alexpeattie/alexpeattie.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published