Skip to content

Commit

Permalink
Add projects summary, portfolio project pages. Removed old files.
Browse files Browse the repository at this point in the history
  • Loading branch information
treecko16 committed Jun 29, 2021
1 parent b13dc6f commit dd59f0b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
File renamed without changes.
1 change: 0 additions & 1 deletion old/index.html

This file was deleted.

9 changes: 9 additions & 0 deletions portfolio.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Portfolio

## Summary
For this project I set up a portfolio website using GitHub Pages, which effectively turns a GitHub repo into a site.

It's been interesting experimenting with this minimal dev setup. All I do, after initial setup, is write markdown files and push them to the GitHub repo. Pages runs the pipeline, and I can see the live page almost immediately. Real nice and simple

## Intro to GitHub Pages
GitHub Pages builds and hosts a static site from a GitHub repository, using Jekyll as a template & theming engine. You commit files to your site repo (in this case treecko16.github.io), and the Pages CI genie realises there's new files. The build process is run (in this case, just running `jekyll build`, though I may add linters and build pass/fail reporting later on).
Empty file added projects.md
Empty file.

0 comments on commit dd59f0b

Please sign in to comment.