mykiwi/mykiwi.blogpublic Fork 0
47c5f424525f98bea38b29cd0aaa77accb2a704b
Commits
Clone
git clone https://git.rickub.com/mykiwi/mykiwi.blog.git
git clone ssh://git@rickub.com/mykiwi/mykiwi.blog.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

Port fzakaria.com design to Hugo and add a homepage profile 1bdbd06 · on 47c5f424525f98bea38b29cd0aaa77accb2a704b · Romain Gautier · 16h ago
README.md · 28 lines · 554 Bmarkdown
Blame HistoryOpen raw

mykiwi.blog

Development shell

nix develop

Gives you hugo on PATH, pinned in flake.nix.

Building

nix build

Builds the site with Hugo and outputs it to ./result.

Design

The typography, color palette, and layout (blog/assets/css/style.scss,
blog/layouts/) are ported from fzakaria.com
(MIT-licensed), reimplemented as Hugo templates. The Newsreader and
JetBrains Mono font files under blog/static/fonts/ are open source (SIL OFL
/ Apache 2.0 respectively).

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# mykiwi.blog


## Development shell

```sh
nix develop
```

Gives you `hugo` on `PATH`, pinned in `flake.nix`.


## Building

```sh
nix build
```

Builds the site with Hugo and outputs it to `./result`.


## Design

The typography, color palette, and layout (`blog/assets/css/style.scss`,
`blog/layouts/`) are ported from [fzakaria.com](https://github.com/fzakaria/fzakaria.com)
(MIT-licensed), reimplemented as Hugo templates. The Newsreader and
JetBrains Mono font files under `blog/static/fonts/` are open source (SIL OFL
/ Apache 2.0 respectively).