Skip to content

Commit dd59f0b

Browse files
committed
Add projects summary, portfolio project pages. Removed old files.
1 parent b13dc6f commit dd59f0b

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed
File renamed without changes.

old/index.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

portfolio.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Portfolio
2+
3+
## Summary
4+
For this project I set up a portfolio website using GitHub Pages, which effectively turns a GitHub repo into a site.
5+
6+
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
7+
8+
## Intro to GitHub Pages
9+
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).

projects.md

Whitespace-only changes.

0 commit comments

Comments
 (0)