Skip to content

SiloCityLabs/megatouchmods.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


megatouchmods.com using Github Pages.

Learn more about Github Pages at https://pages.github.com and the official documentation. Anyone can create a pull request to publish an article or make a fix based on issues.


Clone this site

  1. Fork, Clone this project
  2. Add secret "EMAIL" to your repository github actions

Building locally for Admins

To work locally with this project, you'll have to follow the steps below:

  1. Fork, Clone this project
  2. Install Hugo
  3. Preview your project: hugo server, your site can be accessed under localhost:1313/.
  4. Add content

Github Actions

We use github actions to make it easy for anyone to fork this repo withouth making a standalone daemon. Our action is set to run on push and once a month. See our build script inside workflows for github actions.

Read more at Hugo's documentation.