From a6c393a7995f2a071582909afcc6c3711d6f6c73 Mon Sep 17 00:00:00 2001
From: Medium Fries
Date: Tue, 11 Sep 2018 12:18:59 -0700
Subject: [PATCH] fixed stale source link - beginning styling update - redid a
secction in about page - rebuilt index
---
index.html | 2 +-
index.md | 2 +-
make.sh | 7 -------
markdown/pages/about.md | 4 ++--
style.css | 2 +-
5 files changed, 5 insertions(+), 12 deletions(-)
diff --git a/index.html b/index.html
index 698c6be..8b72fc8 100644
--- a/index.html
+++ b/index.html
@@ -15,7 +15,7 @@
Links to find me
About Me
-Site Source Code
+Site Source Code
diff --git a/index.md b/index.md
index 3d04d6b..eac74eb 100644
--- a/index.md
+++ b/index.md
@@ -6,7 +6,7 @@
> **[Links to find me](./page/links.html)** \
> **[About Me](./page/about.html)** \
-> **[Site Source Code](https://gitlab.com/AlejandroS/shockrah-city)**
+> **[Site Source Code](https://gitlab.com/shockrahwow/shockrah-city)**
------
diff --git a/make.sh b/make.sh
index 92a995e..3877aec 100755
--- a/make.sh
+++ b/make.sh
@@ -22,13 +22,6 @@ page() {
fi
}
-# TODO: update the func so that it injects a description into the markdown file and then compiles
-# Using this function to update the index
-function updateindex() {
- arg1 = $1
- arg2 = $2
-}
-
# literally just updates the index file nothing else
index() {
pandoc index.md --css style.css -s -o index.html # typing succs
diff --git a/markdown/pages/about.md b/markdown/pages/about.md
index 9e364c3..7b99320 100644
--- a/markdown/pages/about.md
+++ b/markdown/pages/about.md
@@ -18,6 +18,6 @@ As long as I don't take on a project in a really dumb way I usually finish it up
## Things I enjoy
-Not being dead or a fern are probably my top two things I enjoy right ahead of not being a wooly sock in siberia as a third.
-
+Not being a literal fern or wooly sock in siberia are pretty nice, typically I just mess about with different things, everything from """""_expert_""""" diy to tinkering with software.
+Making things is always fun time; until it becomes headache, then I just go off and do something else.
diff --git a/style.css b/style.css
index 68a413f..8264dd0 100644
--- a/style.css
+++ b/style.css
@@ -15,7 +15,7 @@ html {
}
body {
color: #444;
- font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
+ font-family: Fixedsys;
font-size: 12px;
line-height: 1.7;
padding: 1em;