diff options
-rw-r--r-- | Makefile | 6 | ||||
-rw-r--r-- | blog.html | 19 | ||||
-rw-r--r-- | contact.html | 32 | ||||
-rw-r--r-- | foaf.rdf | 30 | ||||
-rw-r--r-- | index.html | 43 | ||||
-rw-r--r-- | main.css | 111 | ||||
-rw-r--r-- | src/sitemap.xml (renamed from sitemap.xml) | 4 |
7 files changed, 7 insertions, 238 deletions
@@ -4,7 +4,7 @@ RESOURCES := glider.png PARTIALS := $(addprefix partials/, meta.html nav.html footer.html) -FILES := $(HTML) $(CSS) pgp-key.txt \ +FILES := $(HTML) $(CSS) sitemap.xml pgp-key.txt \ $(addprefix resources/, $(RESOURCES)) site: $(addprefix build/, $(FILES)) @@ -24,6 +24,10 @@ build/resources/%: resources/% @install -Dm644 $< $@ @echo Compiled $< → $@ +build/sitemap.xml: src/sitemap.xml + @install -Dm644 $< $@ + @echo Compiled $< → $@ + build/pgp-key.txt: src/pgp-key.txt @install -Dm644 $< $@ @echo Compiled $< → $@ diff --git a/blog.html b/blog.html deleted file mode 100644 index 9f7da1f..0000000 --- a/blog.html +++ /dev/null @@ -1,19 +0,0 @@ -<!DOCTYPE html> -<html> -<head> -%include partials/head.html -<title>~/blog/</title> -<link href="main.css" rel="stylesheet"> -</head> - -<body> -%include partials/header.html -<div class="content"> - <section id="blog"> - <h2>Blog</h2> - <p>These are not the droids you are looking for.</p> - </section> -</div> -%include partials/footer.html -</body> -</html> diff --git a/contact.html b/contact.html deleted file mode 100644 index cf549fd..0000000 --- a/contact.html +++ /dev/null @@ -1,32 +0,0 @@ -<!DOCTYPE html> -<html> -<head> -%include partials/head.html -<title>~/contact/</title> -<link href="main.css" rel="stylesheet"> -</head> - -<body> -%include partials/header.html -<div class="content"> - <section id="contact"> - <h2>Contact</h2> - <p> - Contacting me can easily be done either through email at <a href="mailto:johannes@kyriasis.com">johannes@kyriasis.com</a> or through IRC on freenode where I usually go by the nick “demize”.<br/> - </p> - </section> - - <section id="pgp"> - <h2>Pretty Good Privacy</h2> - <p> - If you want to contact me more securely, do feel free to either just sign or even encrypt the email. To get my key you can either pull it down from your pgp key server of choice or get it from <a href="https://theos.kyriasis.com/~kyrias/pgp-key.txt">here</a>. - </p> - <p> - PGP Key ID: 0x3A9D0BB5<br /> - Fingerprint: 5134 EF9E AF65 F95B 6BB1 608E 50FB 9B27 3A9D 0BB5 - </p> - </section> -</div> -%include partials/footer.html -</body> -</html> diff --git a/foaf.rdf b/foaf.rdf deleted file mode 100644 index 9204e01..0000000 --- a/foaf.rdf +++ /dev/null @@ -1,30 +0,0 @@ -<rdf:RDF - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" - xmlns:foaf="http://xmlns.com/foaf/0.1/" - xmlns:admin="http://webns.net/mvcb/"> -<foaf:PersonalProfileDocument rdf:about=""> - <foaf:maker rdf:resource="#me"/> - <foaf:primaryTopic rdf:resource="#me"/> -</foaf:PersonalProfileDocument> -<foaf:Person rdf:ID="me"> -<foaf:name>Johannes Löthberg</foaf:name> -<foaf:givenname>Johannes</foaf:givenname> -<foaf:family_name>Löthberg</foaf:family_name> -<foaf:nick>kyrias</foaf:nick> -<foaf:mbox rdf:resource="mailto:johannes@kyriasis.com"/> -<foaf:homepage rdf:resource="https://theos.kyriasis.com/~kyrias"/> -<foaf:phone rdf:resource="tel:+4673-952-5259"/> -<foaf:knows> -<foaf:Person> -<foaf:name>James McGlashan</foaf:name> -<foaf:mbox rdf:resource="mailto:df@darkfox.id.au"/> -<foaf:knows> -<foaf:Person> -<foaf:name>Tomasz Kramkowski</foaf:name> -<foaf:mbox rdf:resource="mailto:tk@kyriasis.com"/> -<foaf:Person> -<foaf:name>Mantas Mikulėnas</foaf:name> -<foaf:mbox rdf:resource="mailto:grawity@nullroute.eu.org"/> -<rdfs:seeAlso rdf:resource="http://nullroute.eu.org/~grawity/foaf.rdf"/></foaf:Person> -</rdf:RDF> diff --git a/index.html b/index.html deleted file mode 100644 index 6def314..0000000 --- a/index.html +++ /dev/null @@ -1,43 +0,0 @@ -<!DOCTYPE html> -<html> -<head> -%include partials/head.html -<title>~/</title> -<link href="main.css" rel="stylesheet"> -<meta name=viewport content="width=device-width, initial-scale=1"> -</head> - -<body> -%include partials/header.html -<div class="content"> - <section id="about"> - <h2>About me</h2> - <p> - Hey there, my name is Johannes Löthberg. I am 18 years old, gay and come from Sweden. - <br /><br /> - Online I go by a lot of different names, of which “demize” seems to be the most common right now. - On my free-time I do various things, mostly just consisting of hanging out on IRC and reading random things online. - <br /><br /> - In the <a href="https://aur.archlinux.org/">AUR</a>, the Arch User Repository, I maintain a couple of packages, some being things I use myself and the rest being either packages that others haven't taken care of, or packages requested by other people to be created. - <br /><br /> - Somehow I also recently ended up becoming an OP in the Arch Linux IRC channels on freenode, tho I'm still not exactly sure how that came to be. - </p> - </section> - - <section id="blog"> - <h2>Blog posts</h2> - <div class="post-list"> - <ul> - <li> - <span class="date">2014-02-13 »</span> <a href="#">In Which We Die</a> - </li> - <li> - <span class="date">2014-01-02 »</span> <a href="#">hai there</a> - </li> - </ul> - </div> - </section> -</div> -%include partials/footer.html -</body> -</html> diff --git a/main.css b/main.css deleted file mode 100644 index 2c4cb24..0000000 --- a/main.css +++ /dev/null @@ -1,111 +0,0 @@ -/* apply a natural box layout model to all elements */ -*, *:before, *:after { - -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; -} - -html { - position: relative; - min-height: 100%; -} - -body { - display: flex; - flex: 1; - flex-direction: column; - background-color: #F4F4F4; - margin: 0 0 100px; - padding: 0 20px; - font-size: 15px; - font-family: Sans -} - -a { - color: #146E90; - font-size: 97%; - text-decoration: none; -} -a:hover { - color: #023244; -} - -p { - padding: 0 20px; - text-align: left; - font-size: 16px; -} - -h2 { - font-size: 20px; -} - -header { - display: flex; -} -header h1 { - flex: 1; - font-size: 30px; -} -header h1 a { - color: #000; -} -header nav { - flex: 1; - display: flex; - width: auto; - padding-right: 10px; - align-items: center; - justify-content: flex-end; -} -header nav li { - display: inline; - margin: 0px 6px; - list-style: none; - text-align: center; -} - -#about, -#contact { - padding-bottom: 1px; -} -#blog {margin-bottom: -10px;} - -.post-list ul { - padding: 0 20px; -} - -.post-list ul li { - list-style: none; -} - -.post-list .date { - font-size: 15px; - color: #4D4D4D; -} - -.post-list a { - font-size: 17px; -} - -footer { - position: absolute; - left: 0; - bottom: 0; - height: auto; - width: 100%; -} -footer p { - position: absolute; - margin: 0 0 5px 15px; - padding: 0; - - left: 0px; - bottom: 0px; - font-size: 12px; - font-weight: bold; - color: #4D4D4D; -} -footer #emblem { - position:absolute; - bottom: 0; - right: 0; -} diff --git a/sitemap.xml b/src/sitemap.xml index 03a34ce..e35ec27 100644 --- a/sitemap.xml +++ b/src/sitemap.xml @@ -4,10 +4,10 @@ <loc>https://theos.kyriasis.com/~kyrias/index.html</loc> </url> <url> - <loc>https://theos.kyriasis.com/~kyrias/contact.html</loc> + <loc>https://theos.kyriasis.com/~kyrias/about.html</loc> </url> <url> - <loc>https://theos.kyriasis.com/~kyrias/blog.html</loc> + <loc>https://theos.kyriasis.com/~kyrias/journal.html</loc> </url> <url> <loc>https://theos.kyriasis.com/~kyrias/pgp-key.txt</loc> |