diff --git a/templates/header.html b/src/articles/index.html similarity index 89% rename from templates/header.html rename to src/articles/index.html index d277a94..94b3bbb 100644 --- a/templates/header.html +++ b/src/articles/index.html @@ -5,3 +5,5 @@ James Grogan + + diff --git a/src/blogs/general/overview.md b/src/articles/index.md similarity index 100% rename from src/blogs/general/overview.md rename to src/articles/index.md diff --git a/src/articles/interesting_blogs.html b/src/articles/interesting_blogs.html new file mode 100644 index 0000000..94b3bbb --- /dev/null +++ b/src/articles/interesting_blogs.html @@ -0,0 +1,9 @@ + + + + + James Grogan + + + + diff --git a/src/articles/interesting_sites.html b/src/articles/interesting_sites.html new file mode 100644 index 0000000..94b3bbb --- /dev/null +++ b/src/articles/interesting_sites.html @@ -0,0 +1,9 @@ + + + + + James Grogan + + + + diff --git a/src/blogs/index.html b/src/blogs/index.html new file mode 100644 index 0000000..94b3bbb --- /dev/null +++ b/src/blogs/index.html @@ -0,0 +1,9 @@ + + + + + James Grogan + + + + diff --git a/src/blogs/technical/overview.md b/src/blogs/index.md similarity index 100% rename from src/blogs/technical/overview.md rename to src/blogs/index.md diff --git a/src/blogs/social/index.html b/src/blogs/social/index.html new file mode 100644 index 0000000..94b3bbb --- /dev/null +++ b/src/blogs/social/index.html @@ -0,0 +1,9 @@ + + + + + James Grogan + + + + diff --git a/static/style.css b/src/blogs/social/index.md similarity index 100% rename from static/style.css rename to src/blogs/social/index.md diff --git a/src/blogs/technical/index.html b/src/blogs/technical/index.html new file mode 100644 index 0000000..94b3bbb --- /dev/null +++ b/src/blogs/technical/index.html @@ -0,0 +1,9 @@ + + + + + James Grogan + + + + diff --git a/src/blogs/technical/index.md b/src/blogs/technical/index.md new file mode 100644 index 0000000..e69de29 diff --git a/src/cv.html b/src/cv.html new file mode 100644 index 0000000..94b3bbb --- /dev/null +++ b/src/cv.html @@ -0,0 +1,9 @@ + + + + + James Grogan + + + + diff --git a/src/index.html b/src/index.html new file mode 100644 index 0000000..e4df3f8 --- /dev/null +++ b/src/index.html @@ -0,0 +1,19 @@ + + + + + James Grogan + + +

James Grogan Personal Site

+

I enjoy writing software and live in the West of Ireland. My main interests are:

+ +

This site includes a technical and social blog, some info on previous and on-going projects and a cv.

+

Personal software projects are hosted here: https://git.jmsgrogan.com/. Many of my work projects are open source, you can find some through my work profile.

+

I am on Mastodon, but not any other social media sites.

+ + diff --git a/src/index.md b/src/index.md index b68b4d5..0884b3c 100644 --- a/src/index.md +++ b/src/index.md @@ -6,9 +6,8 @@ I enjoy writing software and live in the West of Ireland. My main interests are: * free software and open science * creative coding - particularly with audio and graphics. -This site includes a personal blog and some info on previous and on-going projects. +This site includes a [technical](/blogs/technical) and [social](/blogs/social) blog, some info on previous and on-going [projects](/projects.html) and a [cv](/cv.html). -Personal software projects are hosted here: [https://git.jmsgrogan.com/]( https://git.jmsgrogan.com/ -) +My personal software projects are [self-hosted here]( https://git.jmsgrogan.com/). Many of my work projects are open source, you can find some through my [work profile](https://git.ichec.ie/jgrogan). -I am on Mastodon. +I am on Mastodon, but not any other social media sites. diff --git a/src/projects.html b/src/projects.html new file mode 100644 index 0000000..94b3bbb --- /dev/null +++ b/src/projects.html @@ -0,0 +1,9 @@ + + + + + James Grogan + + + + diff --git a/src/static/style.css b/src/static/style.css new file mode 100644 index 0000000..5a8708d --- /dev/null +++ b/src/static/style.css @@ -0,0 +1,14 @@ +html{ + margin: 0; + padding: 0; + height: 100% +} + +body{ + font-size: 14px; + font-family: Verdana; + color: #333333; + padding: 20px; + max-width: 600px; + margin: 0 auto +} diff --git a/templates/footer.html b/src/templates/footer.html similarity index 100% rename from templates/footer.html rename to src/templates/footer.html diff --git a/src/templates/header.html b/src/templates/header.html new file mode 100644 index 0000000..5dfca0a --- /dev/null +++ b/src/templates/header.html @@ -0,0 +1,7 @@ + + + + + James Grogan + +