This is a template for your own personal site including a portfolio, blog, and résumé. It is based on the fantastic middleman-zurb-template project.
This template is still a good starting point for sites that don't require blogging functions. To remove blog-specific stuff:
git rm source/blog/*
git rm source/layouts/article.erb
- Remove middleman-blog from Gemfile.
- Remove blog-related styles from source/stylesheets/base.css.scss. They are all at the bottom of the file grouped together under the header "Blog Articles".
- Remove blog-related settings from config.rb. They are all grouped at the top under the header "Blog Settings".
- Remove the link to the blog in the markup for the navbar (in
layouts/layout.erb
). - Remove the
section.latest-from-blog
element from the markup inindex.html.erb
, and remove the following code fromlanding-page.css.scss
:
section.latest-from-blog, section.featured-project {
@include grid-column(6);
}