Features
Contents
General
I am not the best webmaster, but should be somewhat responsive. I intentionally using the bigger fonts to make, feel free to change it in main.css
Light mode
Now light mode also supported.
Important
Please make sure to set up your base_url with trailing slash:
= "https://kuznetsov17.github.io/pico/"
Comments
Theme supports Giscuss for comments. The configuration is done via config.toml. Here you can see the example section used for this page deployment:
[]
="kuznetsov17/pico"
="R_kgDOLIfXYA"
="General"
="DIC_kwDOLIfXYM4Ccn56"
="title"
="0"
="0"
="0"
="top"
="//kuznetsov17.github.io/pico/css/gs_dark.css"
="en"
="anonymous"
=""
Page configurations
Customize the page blocks by setting configuration in [extra] section:
= true / false # enables / disables footer with copyright
= true / false # enables / disables comments
= true / false # enables / disables section with social share buttons
= true / false # enables / disable TOC
= true / false # displays publication date in page
Blog
I am using this theme for my notes, or probably blog. The section template supports pagination, tags, sorts the pages by publication date. You may see the working example here
Search
The theme supports the search using elasticrunrjs. To enable the search, you will need the following configuration in config.toml:
= true
[]
= "elasticlunr_json"
config.toml extras
= "John Doe" # author. Will be puth in page metadata
= "Some description, if you somehow didn't set it in page / section settings"
= "images/logo.svg" # logo src
= "images/avatar.png" # avatar src
="index" # name of the index page. Should be one of top_menu to make things work
= ["index","features","notes"] # Menu items
= "Сreated by John Doe in 2024 – %YEAR% for fun." # footer content. %YEAR% will be replaced with current year
= "${SOME_HASH_VALUE}" # used for JavaScript src nonce
timeline
Lorem Ipsum Event
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
Lorem Ipsum event 2
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.
Callouts
This is an example of Warning callout. Some link
This is an example of Alert callout. Some link
This is an example of Info callout. Some link
Mermaid
Read more on how to use mermaid in their documentation
gitGraph commit commit branch develop checkout develop commit commit checkout main merge develop commit commit
graph LR A[Square Rect] -- Link text --> B((Circle)) A --> C(Round Rect) B --> D{Rhombus} C --> D