Skip to content

treeman/jonashietala

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 28, 2025
0e8a2d0 · Feb 28, 2025
Jan 2, 2025
Feb 28, 2025
Aug 3, 2022
Jan 4, 2019
Jan 25, 2021
Feb 28, 2025
May 31, 2024
Jan 20, 2025
Mar 12, 2019
Feb 18, 2025
Nov 27, 2024
Jan 29, 2025
Nov 22, 2024
Feb 10, 2025
Feb 21, 2025
Jan 28, 2024
Jan 2, 2025
Jan 18, 2025
Sep 7, 2022
Jan 10, 2024
Feb 2, 2024
Aug 3, 2022
Sep 2, 2023
Feb 10, 2025
Feb 10, 2025
Aug 24, 2024
Aug 3, 2022
Jan 16, 2025
Apr 26, 2024

Repository files navigation

Personal Weblog

My site http://www.jonashietala.se.

Sync

  1. Setup an AWS credentials file or add environment variables. Docs.

    By default it will use ~/.aws/credentials if exists.

  2. ./blog sync to sync .output and ./blog upload-files to upload files not tracked by git.

Syntax highlighting

I use sublime text highlighters. Syntect comes with several built-in, but you can add more manually to the syntaxes folder.

Either drop in a .sublime-syntax file or add a git submodule, for example:

cd syntaxes
git submodule add https://github.com/evandroforks/Toml

Then update the syntax binary with ./blog dump-syntax-binary.