From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-user+bounces-164303-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 6B356138CD0
	for <garchives@archives.gentoo.org>; Tue, 19 May 2015 05:19:51 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 5222FE0968;
	Tue, 19 May 2015 05:19:43 +0000 (UTC)
Received: from mail-wg0-f43.google.com (mail-wg0-f43.google.com [74.125.82.43])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id C325DE0810
	for <gentoo-user@lists.gentoo.org>; Tue, 19 May 2015 05:19:41 +0000 (UTC)
Received: by wgfl8 with SMTP id l8so4102833wgf.2
        for <gentoo-user@lists.gentoo.org>; Mon, 18 May 2015 22:19:40 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=20120113;
        h=from:reply-to:to:subject:date:user-agent:references:in-reply-to
         :mime-version:content-type:content-transfer-encoding:message-id;
        bh=6AYQwUBoQv33m8Hud4aD+VxNRLjMrMrT0heTmwprlXE=;
        b=WD4yWEdQdtGXgZQghShZ4uBaqKgnfZZV417A9/xYEs6xhZo1d5JpAyMW51qQCT6hJy
         NBonSEPhZ/GccveWJQGkYJCtIBCYpFx6U4ZWdn9SyeDBkT/wjkvj4GdQEZI5kBGwNVYo
         gxBDXPNs2n0lXGv0eXwWLhmriZTpuN4nzkQJRPD+ewcqUY4vadDEFcdG8FCgH2wxgkAK
         aBIY7LL9MEEJSB72A6Yvq1NGLycljOGWsKhh1KZtAvvXbEhpKa/Q8afsIOYlKuV7Mk+u
         lmiCfSp9x9pXO3qCm5rSU5dAH/whda7BqmBiMfRbyy4he+UA3k85B0SVptzBZZr1TXD+
         /+hQ==
X-Received: by 10.180.83.6 with SMTP id m6mr28123704wiy.72.1432012780716;
        Mon, 18 May 2015 22:19:40 -0700 (PDT)
Received: from dell_xps.localnet (230.3.169.217.in-addr.arpa. [217.169.3.230])
        by mx.google.com with ESMTPSA id pz6sm19914527wjc.43.2015.05.18.22.19.39
        for <gentoo-user@lists.gentoo.org>
        (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
        Mon, 18 May 2015 22:19:39 -0700 (PDT)
From: Mick <michaelkintzios@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Re: howto make github look nice
Date: Tue, 19 May 2015 06:19:34 +0100
User-Agent: KMail/1.13.7 (Linux/3.18.12-gentoo; KDE/4.14.3; x86_64; ; )
References: <loom.20150519T023546-784@post.gmane.org> <mje1qb$2vr$1@ger.gmane.org> <loom.20150519T033250-882@post.gmane.org>
In-Reply-To: <loom.20150519T033250-882@post.gmane.org>
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Content-Type: multipart/signed;
  boundary="nextPart1556881.5qFVh7AkIs";
  protocol="application/pgp-signature";
  micalg=pgp-sha256
Content-Transfer-Encoding: 7bit
Message-Id: <201505190619.35969.michaelkintzios@gmail.com>
X-Archives-Salt: 3103baae-5b35-44e9-8274-3cc381ef46cc
X-Archives-Hash: d124314aea073506ae38eb1dcec3fa6e

--nextPart1556881.5qFVh7AkIs
Content-Type: Text/Plain;
  charset="utf-8"
Content-Transfer-Encoding: quoted-printable

On Tuesday 19 May 2015 02:34:53 James wrote:
> Nikos Chantziaras <realnc <at> gmail.com> writes:
> > On 19/05/15 03:47, James wrote:
> > > One of the things I find ugly about github is the first appearance
> > > of the main (base) page of a given project.
> > >=20
> >    https://github.com/realnc/SDL_audiolib
> >   =20
> >    http://realnc.github.io/SDL_audiolib
> >=20
> > Info on how to do this:
> >    https://help.github.com/categories/github-pages-basics
>=20
> Ah, very nice! Monkey see:: monkey Do
>=20
> thx,
> James

As Nicos said, if the aesthetic appearance is important for your project's=
=20
users then you would be better off setting up your own website.  There you =
can=20
play not only with theming it using CSS, but also with the structure, layou=
t=20
and functionality, without any restrictions from what github offers.  A wor=
d=20
of warning though ... it can become a full time job both tweaking it and=20
protecting from attacks.  The latter is more or less a given if you are=20
setting up a dynamic content website, using php or similar with a database=
=20
back end.  Static pages present less of a challenge.

=2D-=20
Regards,
Mick

--nextPart1556881.5qFVh7AkIs
Content-Type: application/pgp-signature; name=signature.asc 
Content-Description: This is a digitally signed message part.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQEcBAABCAAGBQJVWsfnAAoJELAdA+zwE4YeNT8IAIeUUwLVjvDreu/MPvhxuHop
k5ssw00oIU73cmmcG2TAPEBaSqUc8Q6pZIggR4lhZHbBbOCBkkoqIygicBS9heL3
+Bp9Rog3eraft5UjHFcSLtHzET5m7Gk7rj3BAFI9frCglyXYHc4W5GIt9NdcPTIF
XtVl8rcveZc85HvYggI4yBGKwx2BO2gIk+vh0HkHYN0vAdtfnkXEbGHwA1oBXOGd
6MTtmmwZ7n2VaqSaFLkF2Elg3EGuPZUMDpajCWhcCqZsIEjHp3LlHGllMZ8Cnm54
wU7gwSd57Ek4eKqBOqmTLoAXixDyBivoQdTVrsvw/S+5vPQhzrOFNOOkva8co3I=
=LGnk
-----END PGP SIGNATURE-----

--nextPart1556881.5qFVh7AkIs--