Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

新增归档页面、增强全站所有文章时间线 #396

Closed
Lruihao opened this issue Dec 29, 2023 · 1 comment · Fixed by #397
Closed

新增归档页面、增强全站所有文章时间线 #396

Lruihao opened this issue Dec 29, 2023 · 1 comment · Fixed by #397
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@Lruihao
Copy link
Member

Lruihao commented Dec 29, 2023

No description provided.

@Lruihao Lruihao self-assigned this Dec 29, 2023
@Lruihao Lruihao added the enhancement New feature or request label Dec 29, 2023
@Lruihao Lruihao added this to the v0.3.0 milestone Dec 29, 2023
@Lruihao Lruihao linked a pull request Dec 29, 2023 that will close this issue
@Lruihao
Copy link
Member Author

Lruihao commented Dec 29, 2023

Usage

  1. add outputFormats.archives as below:

    [outputFormats]
      # ...
      # FixIt 0.3.0 | NEW Options to make output /archives/index.html file
      [archives]
        path = "archives"
        baseName = "index"
        mediaType = "text/html"
        isPlainText = false
        isHTML = true
        permalinkable = true
  2. add "archives" in outputs.home as below:

    [outputs]
      home = ["HTML", "RSS", "JSON", "BaiduUrls", "archives"]
      # ...
  3. Head to http:https://localhost:1313/archives/ or add menu to header.

Demo

Demo: https://lruihao.cn/archives/

@Lruihao Lruihao closed this as completed Jan 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant