nglaeser / CybersecSite

Website for the USC Cybersecurity Club
1 stars 0 forks source link

Use Jekyll for templating #23

Open jyn514 opened 6 years ago

jyn514 commented 6 years ago

Right now, it's a nightmare to change shared sections (headers, footers, etc). The quickest way is to use sed -i *.html which is far from ideal. Switching to jekyll will make it much more clear and simple to update shared sections. See also my tutorial, which assumes you're starting from scratch.

jyn514 commented 6 years ago

Made a start on this. Will need to work in integrating with Nginx. Not merging until Nginx is running.