Skip to content
This repository has been archived by the owner on Aug 25, 2022. It is now read-only.

a2ikm/middleman-blog-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to start?

git clone https://github.com/a2ikm/middleman-blog-test.git
cd middleman-blog-test
bundle install
bundle exec middleman server

and open http://localhost:4567 with your browser.

How this repo was created?

mkdir my-blog
cd my-blog
echo 2.6.5 > .ruby-version
gem install middleman
middleman init . --template=blog
bundle install

and updated config.rb.

About

Sample project to reproduce an issue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published