Evolution of a Resume
blog
projects
April 11, 2021
- very limited much server side logic (a āstaticā site is generated from data)
- < partial > is converted to <div class="ContentContainer">
First Review
</caption> </figure>
<div>April 10, 2021</div>
<!-- tags: [testtag] -->
<!-- category: projects -->
<!-- Tags / categories -->
<hr />
<p>eeeeee</p>
<!-- <hr /> -->
<!-- Next post -->
<!-- Related posts -->
</section>
</div>
- Markdown (.md) is like a mix between view data (yaml) and view style / internal structure
- .html template files are like the layout and partial views (https://jekyllrb.com/docs/includes/#including-files-relative-to-another-file)
Reasons for doing this:
- Cut down on hosting costs (domain, server hardware, electricity)
- Cut down on maintenence costs (static sites are less prone to unexpected runtime behavior)
- Shift over to a streamlined development pipeline, from idea to release as a web page
- Lots of public examples, documentation, and resources (even plugins for common tasks)
- Make a siteās code public without worrying about particular security risks (thereās no endpoint to pass SQL injection scripts to)