sites

parazyd.cf website
git clone git://parazyd.org/sites.git
Log | Files | Refs

commit 6e0ca81cf9e7512067f1b63484d8fda0be4ad91c
parent cace77ec979e6f13df017904a90fef2cd33d513f
Author: parazyd <parazyd@dyne.org>
Date:   Tue, 14 Feb 2017 23:10:43 +0100

add new mars for testing

Diffstat:
TMakefile | 0
Mheader.html | 2+-
Mindex.md | 7+++----
Tmars | 0
Amusings/andromusl.md | 8++++++++
Mprojects/index.md | 2+-
Dpushweb.sh | 8--------
Mwebtree | 54+++++++++++-------------------------------------------
8 files changed, 24 insertions(+), 57 deletions(-)

diff --git a/Makefile b/Makefile diff --git a/header.html b/header.html @@ -9,6 +9,6 @@ <link rel="icon" href="/static/favicon.ico" type="image/icon"> </head> <div id="header"> - <a href="/"><img alt="logo" src="/static/logo.svg"></a> + <!-- <a href="/"><img alt="logo" src="/static/logo.svg"></a> --> <a id="headerLink" href="/">parazyd.cf</a> <!-- <span id="headerSubtitle">something something</span> --> </div> diff --git a/index.md b/index.md @@ -1,6 +1,4 @@ -##+TITLE index :: parazyd.cf - -Welcome +welcome ======= This is another one of those hidden websites on the Internet. And @@ -9,7 +7,8 @@ sometimes, these pages hold some cool things. Feel free to lurk around, but some links could give you a 404 or redirect you back here. -## What is this thing anyway? +What is this thing anyway? +-------------------------- Hi, I'm parazyd. A [Bitcoin](https://bitcoin.org) enthusiast, programmer, musician, and [hacker](https://en.wikipedia.org/wiki/Hacker_culture). diff --git a/mars b/mars diff --git a/musings/andromusl.md b/musings/andromusl.md @@ -0,0 +1,8 @@ +##+TITLE compiling android tools on musl : parazyd.cf + +my journey with compiling latest android-tools with musl +======================================================== + +It's a pain in the ass. + + diff --git a/projects/index.md b/projects/index.md @@ -18,7 +18,7 @@ network. Made easy. ## [Devuan](https://devuan.org) Devuan is the distro of choice for people that want current Debian without -systemd. On top of that, I maintain builds for a +systemd. On top of that, I maintain a build framework for a [plethora of ARM devices](https://git.devuan.org/sdk/arm-sdk). diff --git a/pushweb.sh b/pushweb.sh @@ -1,8 +0,0 @@ -#!/bin/sh -# -# parazyd - (c) wtfpl 2016 -# hacks for my website - -make && \ -make push && \ -make clean diff --git a/webtree b/webtree @@ -1,57 +1,25 @@ -# Here configure your webserver and webroot path for rsync +# here configure your webserver and webroot path for rsync WEBHOST="parazyd.cf" #WEBROOT="public_html/beta.parazyd.cf" WEBROOT="public_html/www.parazyd.cf" -# Set the format of your pages (php or markdown) -#pageformat=php -pageformat=md - -# Here add the tree of your website, ex: -# -# tree=( -# . -# -# blog -# blog/musings -# blog/201603 -# -# pub -# pub/priv -# pub/tmp -# pub/tmp/screenshots -# ) -tree=( +maintitle="parazyd.cf" + +tree=" . err -# blog -# blog/201603 -# blog/201607 - -# dyne - -# moo - musings projects -) - -# Here add files you want excluded from being generated as .html -exclude=( - header.php - navigation.php - footer.php -) +" -## markdown specific settings -[[ $pageformat == md ]] && { +# here add files you want excluded from being generated as .html +exclude="" - # html that is put in order before the conten - precontent=(header.html navigation.html) +# html that is put in order before the conten +precontent="header.html navigation.html" - # html that is put in order after the content - postcontent=(footer.html) -} +# html that is put in order after the content +postcontent="footer.html"