Giter Site home page Giter Site logo

[bug] TOC not shown about hugo-theme-fuji HOT 4 CLOSED

dsrkafuu avatar dsrkafuu commented on July 17, 2024
[bug] TOC not shown

from hugo-theme-fuji.

Comments (4)

dsrkafuu avatar dsrkafuu commented on July 17, 2024

目录默认设置的显示层级是二级到三级,也就是 #####

from hugo-theme-fuji.

alexmitelman avatar alexmitelman commented on July 17, 2024

Hi TOC is not shown for me too.

test.md

---
title: "Test TOC"
date: 2020-10-18T14:35:48+03:00
draft: false
---


# Level 1

## Level 2

### Level 3

config.toml

[markup]
  [markup.tableOfContents]
    endLevel = 3
    ordered = false
    startLevel = 2

Screenshot_2020-10-18 Test TOC

from hugo-theme-fuji.

dsrkafuu avatar dsrkafuu commented on July 17, 2024

I've tried modifying the TOC display logic, and now it should show the TOC in all cases unless it is explicitly set false within config.toml or front matter.
Also, previously TOC would only be displayed on pages belonging to the mainSection array set in config.toml.
I've tested well with the exampleSite, try updating the theme.

I'll keep the issue open until all problems are fixed.

from hugo-theme-fuji.

dsrkafuu avatar dsrkafuu commented on July 17, 2024

As #61 mentioned, this may actually a bug where showToc=true is not working as expected. I've fixed it in the latest commit, you can upgrade the theme and try again with showToc=false in global and showToc=true in front matters.

The right logic:

fixed setting status site showToc is undefined or true site showToc is false
page showToc is undefined
page showToc is true
page showToc is false

from hugo-theme-fuji.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.