+
+ James Grogan
+
+
+
+
diff --git a/src/articles/index.md b/src/articles/index.md
new file mode 100644
index 0000000..e69de29
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/index.md b/src/blogs/index.md
new file mode 100644
index 0000000..e69de29
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/src/blogs/social/index.md b/src/blogs/social/index.md
new file mode 100644
index 0000000..e69de29
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/cv.md b/src/cv.md
new file mode 100644
index 0000000..e69de29
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:
+
+
sustainability
+
free software and open science
+
creative coding - particularly with audio and graphics.
+
+
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 9c89a5f..0884b3c 100644
--- a/src/index.md
+++ b/src/index.md
@@ -6,8 +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/
+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/projects.md b/src/projects.md
new file mode 100644
index 0000000..e69de29
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/src/templates/footer.html b/src/templates/footer.html
new file mode 100644
index 0000000..308b1d0
--- /dev/null
+++ b/src/templates/footer.html
@@ -0,0 +1,2 @@
+