LaTeX and explore page

This commit is contained in:
2025-07-09 00:13:19 +08:00
parent 2422c60ff8
commit fd775ed41a
3 changed files with 26 additions and 1 deletions

View File

@@ -0,0 +1,17 @@
---
title: 探索
---
# 探索
Solian 的首页便是探索模块,你可以在首页看到 Solar Network 上的所有帖子。
其的排序依照以下公式。
$\text{rank} = \frac{(\text{upvotes} - \text{downvotes} + 1)}{(\text{hours_since_post} + 2)^{1.8}}$
探索流的主要组成是帖子,但是也可能有多种的不同内容,当前版本包含的内容如下:
- 帖子
- 假若是以登陆了的用户访问推荐 API将同时返回回复用户的帖子与关注了的用户回复的帖子。
- 领域
- 站外文章k

View File

@@ -1,5 +1,5 @@
---
title: Solar Network
title: 快速开始
---
# Solar Network

View File

@@ -8,6 +8,7 @@ theme:
- navigation.instant.progress
- navigation.tabs
- navigation.sections
plugins:
- meta
- social
@@ -25,6 +26,7 @@ plugins:
- locale: zh
name: 简体中文
build: true
markdown_extensions:
- attr_list
- md_in_html
@@ -32,3 +34,9 @@ markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.arithmatex:
generic: true
extra_javascript:
- javascripts/mathjax.js
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js