RhysMalyon / portfolio

Personal portfolio to showcase my skills and experience

Home Page:https://www.rhysmalyon.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Middleman Boilerplate

A simple way to build static pages with a Rails feel.

Using

Init a new project

  1. Click the green Use this Template button and give your project a name
  2. In the new project, click on the green Code button to copy your SSH address
  3. cd into the folder named after your Github username in your Terminal
  4. Clone the repository like this git clone git@github.com:dmbf29/NAME_OF_YOUR_PROJECT.git
  5. Move into the directory cd NAME_OF_YOUR_PROJECT

Installation

Only if you don't have bundler or yarn

gem install bundler
brew install yarn

Then:

gem install middleman
bundle install
yarn install

⚠️ You may run into some into some gem warnings.
Warnings == 👌, but Fatal errors == ⛔️
If you get a fatal error, you can try fixing it with bundle update and hope for the best 🤞

Run a server

  • middleman
    or if that fails, try
  • bundle exec middleman

Deploy

  1. Sign into Netlify
  2. Add new site from Git
  3. Choose repository and branch
  4. Make sure your deploy settings look like this:

Screen Shot 2021-06-18 at 14 19 13

5. Website is deployed! 6. (Add purchased domain)

Meta Tags

To use the gem middlman-metaman, follow these setup instructions

Preinstalled

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

About

Personal portfolio to showcase my skills and experience

https://www.rhysmalyon.com

License:MIT License


Languages

Language:HTML 42.9%Language:SCSS 40.4%Language:Ruby 9.9%Language:JavaScript 6.2%Language:Gherkin 0.5%