import old posts
This commit is contained in:
parent
8ae937faf6
commit
3e4932f921
42 changed files with 2817 additions and 0 deletions
24
content/posts/introducing-my-new-theme.md
Normal file
24
content/posts/introducing-my-new-theme.md
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
+++
|
||||
author = "lf"
|
||||
categories = ["meta", "ghost"]
|
||||
date = 2016-03-06T04:40:37Z
|
||||
description = ""
|
||||
draft = false
|
||||
path = "/blog/introducing-my-new-theme"
|
||||
tags = ["meta", "ghost"]
|
||||
title = "Introducing my new theme"
|
||||
|
||||
+++
|
||||
|
||||
Recently, I had enough of the Arabica theme for Ghost. Put simply, it was ancient, didn't look that great anyway, and was missing a bunch of newer Ghost features.
|
||||
|
||||
Its replacement is a fork of lanyon-ghost, itself a fork of lanyon (a theme for Jekyll).
|
||||
|
||||
Currently, all I've changed is the fonts, and I switched the homepage to display full posts, as it's quite irritating to have to click on each one to read it (while I'm at it, it would be *great* if Ghost allowed to put a mark where the fold in the page is, so that longer posts don't eat up all the space on the page).
|
||||
|
||||
The fonts in use are the beautiful Charter (main content), Fira Sans (headings, other text), and Source Code Pro (monospace/code).
|
||||
|
||||
There's also an author page that shows the author's description, image and such along with their posts.
|
||||
|
||||
Here's the code: https://github.com/lf-/lanyon-ghost
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue