Skip to content

charmainebonifacio/portfolio1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Academic Portfolio

This is the repository of the website charmainebonifacio.com. It is hosted directly from the repository as a GitHub Pages website, just like the original repository of the website ExpressJS.

Local Setup

GitHub Pages websites being served through Jekyll, you will need to replicate the setup on your local machine to preview the website locally.

Please install Ruby and Jekyll on your system, if you don't have them already.

Once installed, cd to the respository directory and run Jekyll using the following command:

$ jekyll s

Then, load http://localhost:4000/ on your browser.

Jekyll uses a variant of Markdown known as Kramdown, read up the docs if you need to go beyond basic Markdown in the doc files.

To understand the template system used by Jekyll, read up the Liquid template engine docs.

Why use Jekyll instead of an Express-based solution?

Jekyll comes built-in with GitHub Pages. Since we are already using GitHub Pages to host the website, it makes sense to leverage the capabilities it provides. It's all about using the right tool, for the right job, under the right circumstances.

Contribution and Collaboration

Please feel free to make changes to the template files or the document files on the original respository and used it as your own as described in ExpressJS ReadMe file. The supporting docs are located in their respective directories.

Releases

No releases published

Packages

No packages published

Languages

  • CSS 72.2%
  • HTML 27.8%