guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: New logo and website design proposal


From: Thompson, David
Subject: Re: New logo and website design proposal
Date: Sat, 10 Oct 2015 13:24:31 -0400

On Fri, Oct 9, 2015 at 6:24 PM, Luis Felipe López Acevedo
<address@hidden> wrote:
> On 2015-09-23 11:18, Luis Felipe López Acevedo wrote:
>>
>>
>> With the feedback so far, I'm planning to make a revision of the
>> mockup this weekend to include the suggested changes.
>>
>
> Hi,
>
> I just finished an implementation of the new website. You can grab a copy of
> the built site from here:
>
>   https://bitbucket.org/sirgazil/dnd/downloads/guile-website-20151009.tar.gz
>
> To try it out:
>
>    $ cd path/to/guile-website-yyyymmdd
>    $ python3 -m http.server            # couldn't find a equivalent in Guile

Not nearly so convenient, but Haunt (my static site generator) comes
with such a simple web server:

   guile -c "((@ (haunt serve web-server) serve) (getcwd))" # run
static web server on port 8080

Maybe Guile core could use a basic static file web server?  I used to
use the above Python snippet a lot.

> Then visit the website at <http://localhost:8000/>.

It looks great!  Thanks for sharing!  Now, who can help you make the
final edits and get it live?

- Dave



reply via email to

[Prev in Thread] Current Thread [Next in Thread]