AnKingOne / jonashietala

Source code for my personal homepage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Personal Weblog

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

Sync

  1. Setup an AWS credentials file or add environment variables. Docs.
  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.

About

Source code for my personal homepage


Languages

Language:Rust 83.9%Language:SCSS 11.0%Language:HTML 3.0%Language:TeX 1.3%Language:Python 0.5%Language:JavaScript 0.4%Language:Shell 0.0%