Start adding basic md content

This commit is contained in:
James Grogan 2024-08-26 08:40:56 +01:00
parent 022ee6ba3a
commit cfaf55b4be
7 changed files with 9 additions and 45 deletions

25
package-lock.json generated
View file

@ -1,25 +0,0 @@
{
"name": "frontend",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"devDependencies": {
"typescript": "^5.4.4"
}
},
"node_modules/typescript": {
"version": "5.4.4",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz",
"integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
}
}
}
}

View file

@ -1,5 +0,0 @@
{
"devDependencies": {
"typescript": "^5.4.4"
}
}

View file

@ -1 +0,0 @@
console.log("Hello world!");

9
src/index.md Normal file
View file

@ -0,0 +1,9 @@
# 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 personal blog and some info on previous and on-going projects.

0
src/interesting_blogs.md Normal file
View file

0
src/interesting_sites.md Normal file
View file

View file

@ -1,14 +0,0 @@
{
"compilerOptions": {
"target": "es2016",
"module": "commonjs",
"rootDir": "./src",
"outDir": "./build",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"noImplicitAny": true,
"noImplicitOverride": true,
"skipLibCheck": true
}
}