Skip to content

web profile. ウェブ開発者のプロフィール

Notifications You must be signed in to change notification settings

MarieSeaman94/profile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Middleman Template

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

Using

Init a new project

  1. In the repo, click on the green Code button to copy your SSH address
  2. In Terminal, move to your code folder (or where you want to download the new repo)
  3. Clone the repository like this git clone [email protected]:dmbf29/middleman-template.git middleman-portfolio
  4. Move into the directory cd middleman-portfolio
  5. Remove the connection to my Github git remote remove origin
  6. Create your own repo gh repo create

Installation

gem install middleman
bundle 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 -> Import an existing project -> Github
  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

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