Skip to content

Latest commit

 

History

History

starter-template

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

SitePipe Starter Template

This is a minimal starting point, for a more complex example see the Blog Example

You can build this site using stack: stack build && stack exec build-site

Here's a few steps you could take:

  • Try editing templates inside the site directory
  • Try serving the built site using something like Serve
    • npm install -g serve
    • serve dist/
  • Read the docs on the Github Page
  • Try adding a few more posts!
  • Add some CSS or JS to your site!
  • Try hosting your built site on Github Pages!