| Commit message (Collapse) | Author | Age |
|
|
|
| |
* website/static/base/css/news.css (img): New category.
|
|
|
|
| |
* website/static/base/css/news.css (.post-body, p): New categories.
|
|
|
|
| |
* website/static/base/img/feed.png: New file.
|
|
|
|
|
|
|
|
| |
* website/www/news.scm: New file.
* website/static/base/css/news.css: New file.
* website/haunt.scm (with-url-parameters): New macro.
(parameterized-procedure, parameterized-theme): New procedures.
<top level>: Use 'with-url-parameters' and add blog and atom feed.
|
|
|
|
|
|
| |
* website/static/base/img/guix-demo.png: New file.
* website/www.scm (%video-url): Change.
(main-page): Use guix-demo.png as the video poster.
|
|
|
|
|
|
| |
* website/static/base/img/screenshots/thumbs/gnome-totem-epiphany.png:
New file.
* website/www.scm (main-page): Use it.
|
|
|
|
|
|
|
| |
* website/static/base/js/packages.js (set_build_status): Use the
protocol of the current URL.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* website/www/packages.scm (package->sxml): Wrap the build status link in a div
and prepend an icon to the div.
* website/static/base/js/packages.js (show_hide): Fetch build status on expand.
* website/static/base/css/packages.css (img.status-icon): Added css for icon padding.
* website/static/base/img/status-icons/0.png: Add icon.
* website/static/base/img/status-icons/1.png: Add icon.
* website/static/base/img/status-icons/2.png: Add icon.
* website/static/base/img/status-icons/3.png: Add icon.
* website/static/base/img/status-icons/4.png: Add icon.
* website/static/base/img/status-icons/5.png: Add icon.
* website/static/base/img/status-icons/undefined.png: Add icon.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
|
| |
* website/www/shared.scm (html-page-description): Change the bar.
* website/static/base/css/message-box.css: Add header bar specific style.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
|
| |
* website/www.scm (main-page): Update list of screenshots.
* website/static/base/img/screenshots/thumbs/enlightenment-inkscape.png,
website/static/base/img/screenshots/thumbs/guix-edit+evince.png,
website/static/base/img/screenshots/thumbs/guix-system-vm.png: New files.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Integrate 'build-aux/list-packages.scm' from the Guix repository in the
GuixSD website instead of using an external link. Export of the package
list is optional since it requires to have Guix locally.
* website/static/base/css/packages.css: New file.
* website/static/base/js/packages.js: Likewise.
* website/www/packages.scm (lookup-gnu-package, list-join)
(package->sxml, packages->sxml): New procedures.
(packages-page): Use them.
* website/www/shared.scm (html-page-description): Use 'packages-page'.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
* website/www.scm (screenshot): New procedure.
(main-page): Use it.
* website/www/utils.scm (thumb-url): Change.
* website/static/base/img/screenshots: Update files.
|
|
* website/www/static: Rename to...
* website/static: ... this.
|