Skip to content

Instantly share code, notes, and snippets.

@pmallol
Last active July 6, 2020 20:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pmallol/a5ef8b5cac2700d99b72d21d5b46ddcd to your computer and use it in GitHub Desktop.
Save pmallol/a5ef8b5cac2700d99b72d21d5b46ddcd to your computer and use it in GitHub Desktop.
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