diff options
author | Francesco <tomaselli.fr@gmail.com> | 2024-04-22 15:23:34 +0200 |
---|---|---|
committer | Francesco <tomaselli.fr@gmail.com> | 2024-04-22 15:23:34 +0200 |
commit | 65817dee0444e28ec0b5da2a75a15aab55dbe730 (patch) | |
tree | 94b69d3f1303c72e3c2b8267fc282644fcdd4e7b | |
parent | fa263cd7fbebae96c4350be72820bf34b047054d (diff) |
Theme Update
-rw-r--r-- | README.md | 25 |
1 files changed, 22 insertions, 3 deletions
@@ -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 |