summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorj-james2020-02-27 06:38:43 +0000
committerj-james2020-02-27 06:38:43 +0000
commitf8564c3b404a7cbb30425dedf67824c7f36c9cac (patch)
treea775a0787e0eecfe1aeac9ed177bb7d4cbf5681b
Wipe previous commits to shrink repository
-rw-r--r--.gitignore3
-rw-r--r--CNAME1
-rw-r--r--README.md8
-rw-r--r--_config.yml6
-rwxr-xr-xassets/compass.jpgbin0 -> 122749 bytes
-rw-r--r--css/style.css1
-rw-r--r--index.html44
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
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
--- /dev/null
+++ b/assets/compass.jpg
Binary files 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 @@
+<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>)