-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add projects summary, portfolio project pages. Removed old files.
- Loading branch information
Showing
4 changed files
with
9 additions
and
1 deletion.
There are no files selected for viewing
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.