pip install tinkerer
tinkerer --quickstart
tinkerer --build
tinkerer --build
tinkerer --serve
python
# _tinkerconf.py
html_title = "My Tinkerer Website"
author = "John Doe"
theme = "my_custom_theme"
page_groups = [
("Group 1", "group1", "Group 1 description"),
("Group 2", "group2", "Group 2 description")
]
post_categories = ("Category 1", "Category 2", "Category 3")
post_tags = ("Tag 1", "Tag 2", "Tag 3")
rst
.. title: My First Article
.. date: 2022-01-01
.. tags: Tag 1, Tag 2
.. category: Category 1
.. link:
.. description:
This is my first article using Tinkerer.
# Section 1
This is the content of section 1.
# Section 2
This is the content of section 2.