tadd new mars for testing - sites - parazyd.cf website [h|git clone git://parazyd.org/sites.git|URL:git://parazyd.org/sites.git|server|port] [1|Log|/git/sites/log.gph|server|port] [1|Files|/git/sites/files.gph|server|port] [1|Refs|/git/sites/refs.gph|server|port] --- [1|commit 6e0ca81cf9e7512067f1b63484d8fda0be4ad91c|/git/sites/commit/6e0ca81cf9e7512067f1b63484d8fda0be4ad91c.gph|server|port] [1|parent cace77ec979e6f13df017904a90fef2cd33d513f|/git/sites/commit/cace77ec979e6f13df017904a90fef2cd33d513f.gph|server|port] [h|Author: parazyd |URL:mailto:parazyd@dyne.org|server|port] Date: Tue, 14 Feb 2017 23:10:43 +0100 add new mars for testing Diffstat: T Makefile | 0 M header.html | 2 +- M index.md | 7 +++---- T mars | 0 A musings/andromusl.md | 8 ++++++++ M projects/index.md | 2 +- D pushweb.sh | 8 -------- M webtree | 54 +++++++------------------------ 8 files changed, 24 insertions(+), 57 deletions(-) --- [1|diff --git a/Makefile b/Makefile|/git/sites/file/Makefile.gph|server|port] [1|diff --git a/header.html b/header.html|/git/sites/file/header.html.gph|server|port] t@@ -9,6 +9,6 @@ [1|diff --git a/index.md b/index.md|/git/sites/file/index.md.gph|server|port] t@@ -1,6 +1,4 @@ -##+TITLE index :: parazyd.cf - -Welcome +welcome ======= This is another one of those hidden websites on the Internet. And t@@ -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). [1|diff --git a/mars b/mars|/git/sites/file/mars.gph|server|port] [1|diff --git a/musings/andromusl.md b/musings/andromusl.md|/git/sites/file/musings/andromusl.md.gph|server|port] t@@ -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. + + [1|diff --git a/projects/index.md b/projects/index.md|/git/sites/file/projects/index.md.gph|server|port] t@@ -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). [1|diff --git a/pushweb.sh b/pushweb.sh|/git/sites/file/pushweb.sh.gph|server|port] t@@ -1,8 +0,0 @@ -#!/bin/sh -# -# parazyd - (c) wtfpl 2016 -# hacks for my website - -make && \ -make push && \ -make clean [1|diff --git a/webtree b/webtree|/git/sites/file/webtree.gph|server|port] t@@ -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"