Create an About page in Middleman app hosted in GitHub Pages
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- ../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