diff options
author | j-james | 2020-02-27 06:38:43 +0000 |
---|---|---|
committer | j-james | 2020-02-27 06:38:43 +0000 |
commit | f8564c3b404a7cbb30425dedf67824c7f36c9cac (patch) | |
tree | a775a0787e0eecfe1aeac9ed177bb7d4cbf5681b |
Wipe previous commits to shrink repository
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | CNAME | 1 | ||||
-rw-r--r-- | README.md | 8 | ||||
-rw-r--r-- | _config.yml | 6 | ||||
-rwxr-xr-x | assets/compass.jpg | bin | 0 -> 122749 bytes | |||
-rw-r--r-- | css/style.css | 1 | ||||
-rw-r--r-- | index.html | 44 |
7 files changed, 63 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..45c1505 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +_site +.sass-cache +.jekyll-metadata @@ -0,0 +1 @@ +j-james.me
\ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..81d9586 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# j-james's website + +:construction: Currently in a state of disrepair :construction: + +- [x] Link other GitHub repositories (math, htmlstuck, etc) +- [x] Configure domain name +- [ ] Use Jekyll again +- [ ] Forestry.io integration diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..fd5b07b --- /dev/null +++ b/_config.yml @@ -0,0 +1,6 @@ +title: j-james's website +email: jj@j-james.me +description: >- # this means to ignore newlines until "baseurl:" + my beautiful website +url: "https://j-james.github.io" +github_username: j-james diff --git a/assets/compass.jpg b/assets/compass.jpg Binary files differnew file mode 100755 index 0000000..b0b1fb8 --- /dev/null +++ b/assets/compass.jpg diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..40a8c17 --- /dev/null +++ b/css/style.css @@ -0,0 +1 @@ +/* empty */ diff --git a/index.html b/index.html new file mode 100644 index 0000000..36cb22f --- /dev/null +++ b/index.html @@ -0,0 +1,44 @@ +<head> + <title>j-james</title> + <link rel='icon' type='image/jpg' href='assets/compass.jpg'/> + <link rel='stylesheet' href='css/style.css'/> +</head> + +<strong> welcome to my beautiful website </strong> + +<header> + <marquee behavior="scroll"> + <a href='https://j-james.github.io/math/'>math notes</a> + - + <a href='https://j-james.github.io/spartronics-demo/'>spartronics demo</a> + - + <a href='https://j-james.github.io/interneting-is-hard/'>interneting is hard</a> + - + <a href='https://j-james.github.io/spartronics-slack/index.html'>spartronics slack mirror</a> + - + <a href='https://j-james.github.io/j-james.github.io/'>this website</a> + </marquee> +</header> + +<strong>=======================</strong> +<br> + +<a href='https://j-james.github.io/math/'>link to my math notes</a> + +<br> + +<a href='https://j-james.github.io/spartronics-demo/'>link to a website demo with github pages + jekyll</a> + +<br> + +<a href='https://j-james.github.io/interneting-is-hard/'>link to a mirror of interneting-is-hard</a> + +<br> + +<a href='https://j-james.github.io/spartronics-slack/index.html'>link to a read-only mirror of public spartronics slack channels</a> + +<br> + +<br> + +check out my projects on sr.ht! (<a href='https://git.sr.ht/~j-james/'>git</a> | <a href='https://hg.sr.ht/~j-james/'>mercurial</a>) |