shrutir11 / KEYS

github.io website rendered using MkDocs GitHub Actions
https://shrutir11.github.io/KEYS/
GNU General Public License v3.0
0 stars 1 forks source link

change template and set up GitHub Actions #1

Closed tyson-swetnam closed 3 years ago

tyson-swetnam commented 3 years ago

Good job on creating the website.

You can look through the list of Hugo pages to modify the template and that will alter the appearance of this site.

What I'd like for you to do is to duplicate the template that I'm using here: https://github.com/OpenDendro/opendendro

you need to copy the .yml files in the main repository, the .github/workflows/ folders and its contents, and the /docs folder and its contents.

The files use a format in /docs called "MarkDown" or .md, they're text files that render using a formatting schema.

Each .md document i /docs creates a page on the website.

The .github/workflows/ folder uses GitHub Actions to render the website every time you make a change.

shrutir11 commented 3 years ago

Hi Dr. Swetnam

Thank you for the feedback! I was able to copy all content from the .github/workflows/folders and the .yml files. However, when I try to copy the /docs folder the files are not in "MarkDown" format. How should I fix this? Please let me know if I did anything wrong while copying the other files and if there is something I need to fix.

Thanks Shruti Ramkumar

tyson-swetnam commented 3 years ago

Closing, looks like everything is working now.