pacren / sample-datocms-middleman-portfolio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Middleman Portfolio Website

This repo contains a working static website written with Middleman, integrated with content coming from a DatoCMS administrative area.

Usage

First, install the dependencies of this project:

bundle install
yarn install

Then, to run this website in development mode (with live-reload):

bundle exec middleman server

To build the final, production ready static website:

bundle exec middleman build

The final result will be saved in the public directory.

About

The goal of this project is to show how easily you can create static sites using the content (text, images, links, etc.) stored on DatoCMS. This project is configured to fetch data from a specific administrative area using the API DatoCMS provides.

This websites uses:

  • Yarn as JS package manager;
  • Webpack to compile and bundle assets (Sass/ES2015 JS);
  • middleman-dato gem to integrate the website with DatoCMS.

About


Languages

Language:CSS 39.7%Language:Ruby 22.8%Language:HTML 19.5%Language:JavaScript 18.0%