diff --git a/Pages-welcome.md b/non-content/Pages-welcome.md similarity index 100% rename from Pages-welcome.md rename to non-content/Pages-welcome.md diff --git a/old/index.html b/old/index.html deleted file mode 100644 index 11068c8..0000000 --- a/old/index.html +++ /dev/null @@ -1 +0,0 @@ -

Hullo, world?

\ No newline at end of file diff --git a/portfolio.md b/portfolio.md new file mode 100644 index 0000000..be675ff --- /dev/null +++ b/portfolio.md @@ -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). \ No newline at end of file diff --git a/projects.md b/projects.md new file mode 100644 index 0000000..e69de29