Skip to content

willrogers/willrogers.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wllrg.rs

This site is deployed at https://wllrg.rs This repo uses 11ty.

Configuration

Configuration is in .eleventy.js.

Development

To run a development version:

npx @11ty/eleventy --serve

This will write any generated changes to /docs.

Deployment

This site is deployed using GitHub Pages and a custom domain.

The deployment is from the /docs directory on the main branch. To deploy, commit updates to /docs and push to the main branch.