Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
Create an About page in Middleman app hosted in GitHub Pages
<!-- ../souce/about/index.html.erb -->
---
title: About
---
<h1>
Hi there!
</h1>
<p>This is a Middleman app that uses Webpack to bundle assets and GitHub Actions to deploy everything to GitHub Pages :)</p>
<%= link_to 'Home', "../" %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment