Skip to content

Commit

Permalink
Adding aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
shapeshed committed May 3, 2023
1 parent 7663c20 commit 8aa576e
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ date = "2014-09-19T09:47:32+01:00"
original = "http://pebblecode.com/blog/the-rise-of-peer-to-peer-politics/"
tags = []
title = "The rise of peer-to-peer politics"
description = "The Scottish Independence Referendum has demonstrated the rise of peer-to-peer politics and will change New Labour style spin forever."
+++

The Scottish Independence Referendum has demonstrated the rise of peer-to-peer
politics and will change New Labour style spin forever.

### New Labour and Spin

When [New Labour](https://en.wikipedia.org/wiki/New_Labour) swept to power in
Expand Down
4 changes: 4 additions & 0 deletions content/posts/auto_update_an_ubuntu_server_with_aptitude.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ date = "2009-07-30T00:00:00+01:00"
description = "How to keep software up-to-date automatically on Ubuntu Server using Aptitude"
tags = ["Ubuntu", "Linux"]
title = "Auto update an Ubuntu Server with Aptitude"
aliases = [
"/journal/installing-passenger-3-with-rvm-and-nginx-on-osx/",
"/auto_update_an_ubuntu_server_with_aptitude/"
]
+++

## Usual disclaimer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ description = "Christian Heilmann's book is a great grounding for exploring Java
slug = "book-review-beginning-javascript-christian-heilmann"
tags = ["JavaScript", "DOM", "Book Reviews"]
title = "Book Review : Beginning Javascript - Christian Heilmann"
aliases = [
"/journal/book_review_beginning_javascript_christian_heilmann/",
"/book_review_beginning_javascript_christian_heilmann/"
]
+++

- Author: Christian Heilmann
Expand Down
4 changes: 4 additions & 0 deletions content/posts/book_review_dont_make_me_think_steve_krug.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ description = "Don't Make Me Think is a solid dose of common sense at a time whe
slug = "book-review-dont-make-me-think-steve-krug"
tags = ["Book Reviews", "Usability"]
title = "Book Review: Don't Make Me Think - Steve Krug"
aliases = [
"/journal/book_review_dont_make_me_think_steve_krug/",
"/book_review_dont_make_me_think_steve_krug/"
]
+++

- Author: Steve Krug
Expand Down
4 changes: 4 additions & 0 deletions content/posts/creating_usable_forms.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ date = "2006-12-21T00:00:00+00:00"
description = "Forms are often overlooked from a design perspective, resulting in frustrated users. With a bit of CSS and minimal effort you can easily make your forms more usable. "
tags = ["CSS", "Usability"]
title = "Creating usable forms"
aliases = [
"/journal/creating_usable_forms/",
"/creating_usable_forms/"
]
+++

## Forms are too often overlooked
Expand Down
4 changes: 2 additions & 2 deletions content/posts/vim-statuslines.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ tags = ["Vim", "UNIX"]
title = "Build your own Vim statusline"
+++

![The default vim statusline][10]

## What is a statusline in Vim?

The statusline in Vim is the bar along the bottom of the Vim window. By default
Expand All @@ -16,8 +18,6 @@ representation of where you are in the file. For many people the default
behaviour of vim is enough and you can get on with your life without having to
configure anything.

![The default vim statusline][10]

## Showing the statusline

The statusline can be shown regardless of whether you have more than one buffer
Expand Down
9 changes: 8 additions & 1 deletion hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,16 @@ enableGitInfo = true
username = "shapeshed"

[outputs]
home = ["HTML", "RSS"]
home = ["HTML", "RSS", "Aliases"]
page = ["HTML"]

[outputFormats.Aliases]
baseName = "aliases"
isPlainText = true
mediaType = "text/plain"
notAlternative = true


[markup]
[markup.highlight]
style = 'catppuccin-mocha'
Expand Down

0 comments on commit 8aa576e

Please sign in to comment.