sphinx-quickstart docs
> Separate source and build directories (y/n) [n]: > Project name: Sphinx ablog furo > Author name(s): Damian Krawczyk > Project release []: 0.0.1 > Project language [en]:
cd docs
sphinx-build . _build
pip install ablog furo
mkdir posts
cd posts
ablog post first-post
.. post:: Jul 13, 2021 :tags: tag :author: Damian Krawczyk First Post ========== World, hello again!
ablog post second-post
.. post:: Jul 13, 2021 :tags: tag :author: Damian Krawczyk Second Post =========== World, hello again!
- Add to
conf.py
:extensions = [ 'ablog', 'sphinx.ext.intersphinx', ] html_theme = "furo"
- Add to main
index.rst
:Post list ========= .. postlist:: :date: %d %B %Y :format: {date} - {title} :list-style: disk
cd ..
sphinx-build . _build
-
Notifications
You must be signed in to change notification settings - Fork 0
damian-krawczyk/sphinx-ablog-furo
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|