From f8564c3b404a7cbb30425dedf67824c7f36c9cac Mon Sep 17 00:00:00 2001 From: j-james Date: Wed, 26 Feb 2020 22:38:43 -0800 Subject: Wipe previous commits to shrink repository --- .gitignore | 3 +++ CNAME | 1 + README.md | 8 ++++++++ _config.yml | 6 ++++++ assets/compass.jpg | Bin 0 -> 122749 bytes css/style.css | 1 + index.html | 44 ++++++++++++++++++++++++++++++++++++++++++++ 7 files changed, 63 insertions(+) create mode 100644 .gitignore create mode 100644 CNAME create mode 100644 README.md create mode 100644 _config.yml create mode 100755 assets/compass.jpg create mode 100644 css/style.css create mode 100644 index.html 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 diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..075d097 --- /dev/null +++ b/CNAME @@ -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 new file mode 100755 index 0000000..b0b1fb8 Binary files /dev/null and b/assets/compass.jpg differ 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 @@ + + j-james + + + + + welcome to my beautiful website + +
+ + math notes + - + spartronics demo + - + interneting is hard + - + spartronics slack mirror + - + this website + +
+ +======================= +
+ +link to my math notes + +
+ +link to a website demo with github pages + jekyll + +
+ +link to a mirror of interneting-is-hard + +
+ +link to a read-only mirror of public spartronics slack channels + +
+ +
+ +check out my projects on sr.ht! (git | mercurial) -- cgit v1.2.3-70-g09d2