Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 587 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 587 Bytes

rlefmann.github.io

This is my GitHub Pages website.

The website is generated by a simple makefile.

Usage

  • Create new pages inside the src directory.
  • Blog posts are located in the src/posts directory and their filename starts with their publishing date in format YYYY-MM-DD.
  • When you have finished writing, type make to build the website.
  • To push the changes to GitHub, just type make publish, write a commit message and enter your GitHub login credentials.