Start adding basic md content
This commit is contained in:
parent
022ee6ba3a
commit
cfaf55b4be
7 changed files with 9 additions and 45 deletions
25
package-lock.json
generated
25
package-lock.json
generated
|
@ -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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,5 +0,0 @@
|
||||||
{
|
|
||||||
"devDependencies": {
|
|
||||||
"typescript": "^5.4.4"
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
console.log("Hello world!");
|
|
9
src/index.md
Normal file
9
src/index.md
Normal 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
0
src/interesting_blogs.md
Normal file
0
src/interesting_sites.md
Normal file
0
src/interesting_sites.md
Normal 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
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in a new issue