summaryrefslogtreecommitdiff
path: root/website/apps/blog (follow)
Commit message (Expand)AuthorAgeFilesLines
* website: Remove "GuixSD" from source file headers.•••Done by running these three commands from the website/ directory: find -name \*.scm |xargs sed -i -es'/;;; GuixSD website --.*/;;; GNU Guix web site/g' find -name \*.scm |xargs sed -i -es'/;;; GuixSD website/;;; The GNU Guix web site/g' find -name \*.scm |xargs sed -i -es'/part of GuixSD website/part of the GNU Guix web site/g' find -name \*.scm |xargs sed -i -es'/along with GuixSD website/along with the GNU Guix web site/g' Ludovic Courtès2019-03-057-11/+11
* website: Remove leftover "GuixSD" references.•••* website/apps/base/templates/about.scm (about-t): Remove mentions of "GuixSD". * website/apps/base/templates/contribute.scm (contribute-t): Likewise. * website/apps/base/templates/help.scm (help-t): Likewise. * website/apps/base/templates/irc.scm (irc-t): Likewise. * website/apps/base/templates/security.scm (security-t): Likewise. * website/apps/packages/templates/detailed-package-list.scm (detailed-package-list-t): Likewise. * website/apps/packages/templates/package-list.scm (package-list-t): Likewise. * website/apps/packages/templates/index.scm (index-t): Likewise. * website/apps/packages/templates/detailed-index.scm (detailed-index-t): Likewise. * website/apps/download/templates/download.scm (download-t): Likewise. * website/apps/blog/templates/post-list.scm (post-list-t): Likewise. * website/apps/blog/templates/tag.scm (tag-t): Likewise. * website/apps/blog/templates/post.scm (post-t): Likewise. * website/apps/blog/templates/feed.scm (atom-feed-t): Likewise. * website/apps/base/templates/graphics.scm (graphics-t): Likewise. * website/apps/base/templates/theme.scm (theme): Likewise. * website/apps/blog/builder.scm (tag-feed-builder): Likewise. * website/apps/download/types.scm: Likewise. * website/haunt.scm (#:title): Likewise. Ludovic Courtès2019-03-055-6/+6
* website: blog: Remove leading zero from dates on posts.•••* website/apps/blog/templates/post.scm (post-t): Change 'date->string' format so we get "7 December" instead of "07 December". Ludovic Courtès2017-12-211-1/+1
* website: base: Update icon size and format for modern devices.•••This change makes the website icon 192x192 pixels, so that it looks better in mobile devices; for example, when a user creates a launcher icon to put in the home screen. An SVG version of the icon is provided for devices that support it. The bigger size icon is usually scaled down in Web clients that display smaller icons (16x16 or 32x32 px). * website/apps/base/templates/theme.scm (theme): Use the new PNG and SVG icons. * website/apps/blog/templates/feed.scm (atom-feed-t): Use new PNG icon. * website/static/base/img/favicon.png: Delete it. * website/static/base/img/icon.png: Update background color and size. * website/static/base/img/icon.svg: Add it. sirgazil2017-12-191-1/+1
* website: Atom feed: Add full content to entries.•••With this change, news aggregators can display the full content of blog posts or a summary, depending on their configuration. * website/apps/blog/builder.scm (blog-feed-builder): Limit feed entries to 10 posts. * website/apps/blog/templates/feed.scm (atom-feed-t): Add `content` element to the feed. sirgazil2017-12-102-2/+9
* website: Always sort posts in reverse-chronological order.•••* website/apps/blog/builder.scm (tags-builder): Call 'posts/reverse-chronological'. Ludovic Courtès2017-12-061-1/+1
* website: Incorporate sirgazil's major update.•••Copied by Ludovic from https://bitbucket.org/sirgazil/guixsd-website hg changeset 209:ce9d62df07f2. sirgazil2017-12-067-0/+582