diff --git a/README.md b/README.md index 79c1814..fdb2bd6 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,29 @@ git submodule add git@github.com:tomfran/typo.git themes/typo Otherwise you can clone the repo and copy it manually to yout theme folder. +## Features + +- Latex and code blocks overflow on mobile +- Headers autonumbering + ## Configuration example -Here is an example configuration: +**post.md** + +```md +--- +title: "Search Engine in Rust" +date: "2024-02-01" +summary: "A search engine overview and Rust implementation." +toc: true +readTime: true +autonumber: true +--- + +... +``` + +**hugo.toml** ```toml baseURL = 'https://example.org/' @@ -92,5 +112,4 @@ style = 'algol' ## Future works -- [ ] Dark mode -- [ ] Headings auto-numbering \ No newline at end of file +- [ ] Dark mode \ No newline at end of file diff --git a/misc/1.png b/misc/1.png index c709577..05bcc83 100644 Binary files a/misc/1.png and b/misc/1.png differ diff --git a/misc/2.png b/misc/2.png index c95bece..3557673 100644 Binary files a/misc/2.png and b/misc/2.png differ diff --git a/misc/3.png b/misc/3.png index 158b30e..831aea8 100644 Binary files a/misc/3.png and b/misc/3.png differ