Skip to content

Commit

Permalink
Update themes gallery
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 20, 2024
1 parent 1e4b560 commit c013098
Show file tree
Hide file tree
Showing 14 changed files with 536 additions and 32 deletions.
6 changes: 3 additions & 3 deletions docs/content/themes/academic-workshop/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
title = "Academic Workshop"
description = "A Zola theme for a website to list the schedule of your scientific workshop or seminar series"
template = "theme.html"
date = 2024-12-03T16:12:31-05:00
date = 2024-12-14T09:37:00-08:00

[taxonomies]
theme-tags = []

[extra]
created = 2024-12-03T16:12:31-05:00
updated = 2024-12-03T16:12:31-05:00
created = 2024-12-14T09:37:00-08:00
updated = 2024-12-14T09:37:00-08:00
repository = "https://github.com/aterenin/academic-workshop.git"
homepage = "https://github.com/aterenin/academic-workshop"
minimum_version = "0.18.0"
Expand Down
6 changes: 3 additions & 3 deletions docs/content/themes/duckquill/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
title = "Duckquill"
description = "Modern, pretty, and clean theme"
template = "theme.html"
date = 2024-12-04T03:05:06+03:00
date = 2024-12-10T00:18:25Z

[taxonomies]
theme-tags = []

[extra]
created = 2024-12-04T03:05:06+03:00
updated = 2024-12-04T03:05:06+03:00
created = 2024-12-10T00:18:25Z
updated = 2024-12-10T00:18:25Z
repository = "https://codeberg.org/daudix/duckquill.git"
homepage = "https://codeberg.org/daudix/duckquill"
minimum_version = "0.19.0"
Expand Down
118 changes: 118 additions & 0 deletions docs/content/themes/homepage-creators/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,118 @@

+++
title = "homepage-creators"
description = "A fast and beautiful personal homepage for creators, used by https://jiaxiang.wang, a port of HeoWeb."
template = "theme.html"
date = 2024-12-19T17:56:07+08:00

[taxonomies]
theme-tags = []

[extra]
created = 2024-12-19T17:56:07+08:00
updated = 2024-12-19T17:56:07+08:00
repository = "https://github.com/iWangJiaxiang/Homepage-Creators.git"
homepage = "https://github.com/iWangJiaxiang/homepage-for-creators"
minimum_version = "0.19.2"
license = "AGPL"
demo = "https://jiaxiang.wang/"

[extra.author]
name = "Jiaxiang Wang"
homepage = "https://blog.jiaxiang.wang"
+++

<div align="center">

<h1>Homepage Creators</h1>

<p align="center">

主题预览](#-预览) | [快速上手](#-快速上手) | [加入讨论

[中文](./README.md) | [English](./README.en.md)

</p>
</div>

[![preview](./screenshot.png)](https://jiaxiang.wang)

## 🔥 预览

| 站点名称 | 站点地址 |
|:------:|:-----------------------|
| 王嘉祥 | https://jiaxiang.wang |


## ℹ️ 简介

[Homepage Creators](https://github.com/iWangJiaxiang/Homepage-Creators) 是一款适用于 [Zola](https://github.com/getzola/zola) 的个人主页主题,风格接近 Apple,美观大气。

> 注意:本主题移植于的开源 [HeoWeb](https://github.com/zhheo/HeoWeb) 纯静态主题,感谢 [张洪 Heo](https://blog.zhheo.com/) 的无私分享。
本主题使用简单,只需修改`config.toml`文件即可动态调整内容。无需像上游仓库一样修改 HTML 内容,极大降低用户的心智负担。

### 🔌 功能

> 已完成所有功能移植
- [x] 基本功能
- [x] 移动端自适应
- [x] 动画滚动
- [x] AVIF / WebP自适应
- [x] 动态更新底部年份
- [x] 访问量统计
- [x] 内容板块
- [x] 导航菜单
- [x] 首屏板块
- [x] 作者板块
- [x] 事件板块
- [x] 产品板块(独立)
- [x] 产品板块(清单)
- [x] 日常运营
- [x] 置顶通知
- [x] 合规
- [x] ICP备案

## 📝 快速上手

1. 参考[官方说明](https://www.getzola.org/documentation/getting-started/installation/)安装 Zola 命令行工具
1. 将本仓库克隆到本地

```bash
git clone --depth=1 https://github.com/iWangJiaxiang/Homepage-Creators
```

1. 进入本地仓库

```bash
cd zola-theme-jiaxiang
```

1. 运行预览命令,然后在浏览器打开提示的预览地址

```bash
zola serve
```

此时您应该成功访问到博客网站啦

1. 参考官方资料进一步并定制您的主页
- [zola 命令说明](https://www.getzola.org/documentation/getting-started/cli-usage/)
- [理解项目结构](https://www.getzola.org/documentation/getting-started/directory-structure/)
- [自定义](https://www.getzola.org/documentation/getting-started/configuration/)

1. 根据需要修改`config.toml`配置文件内容,您需要对 TOML 格式有基本的了解。

1. 根据需要将自己的图片素材放到`static/img`文件夹

## 💬 讨论

如果你对主题有什么建议或者意见,欢迎提 PR & Issue。

## 🔐 许可

[Homepage Creators](https://github.com/iWangJiaxiang/Homepage-Creators) 使用 [AGPL](./LICENSE) 协议开源,请遵守开源协议。



Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 10 additions & 7 deletions docs/content/themes/linkita/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
title = "Linkita"
description = "A clean and elegant blog theme for Zola. Linkita is based on Kita and Hugo-Paper and is multilingual and SEO friendly."
template = "theme.html"
date = 2024-12-07T01:27:32+02:00
date = 2024-12-11T14:35:25+02:00

[taxonomies]
theme-tags = ['Blog', 'SEO-friendly', 'Multilingual', 'Responsive']
theme-tags = ['Blog', 'Multilingual', 'Responsive', 'SEO', 'Search']

[extra]
created = 2024-12-07T01:27:32+02:00
updated = 2024-12-07T01:27:32+02:00
created = 2024-12-11T14:35:25+02:00
updated = 2024-12-11T14:35:25+02:00
repository = "https://codeberg.org/salif/linkita.git"
homepage = "https://codeberg.org/salif/linkita"
minimum_version = "0.19.0"
Expand All @@ -26,7 +26,10 @@ homepage = "https://salif.eu"

A clean and elegant blog theme for [Zola](https://www.getzola.org/). Linkita is based on [Kita](https://github.com/st1020/kita) and [Hugo-Paper](https://github.com/nanxiaobei/hugo-paper) and is multilingual and SEO friendly.

The source code is available on [Codeberg](https://codeberg.org/salif/linkita) and mirrored on [GitHub](https://github.com/salif/linkita). A live preview can be viewed in [English](https://salif.github.io/linkita/en/), [Bulgarian](https://salif.github.io/linkita/), and [Esperanto](https://salif.github.io/linkita/eo/). Screenshots are provided for both [Light mode](https://codeberg.org/salif/linkita/src/branch/linkita/screenshot.png) and [Dark mode](https://codeberg.org/salif/linkita/src/branch/linkita/screenshot.dark.png). For discussion, you can join the [Matrix chat room](https://matrix.to/#/#linkita:mozilla.org).
- The source code is available on [Codeberg](https://codeberg.org/salif/linkita) and mirrored on [GitHub](https://github.com/salif/linkita).
- Live preview in [English](https://salif.github.io/linkita/en/), [Bulgarian](https://salif.github.io/linkita/), [Esperanto](https://salif.github.io/linkita/eo/). See [demo source code](https://codeberg.org/salif/linkita-demo).
- Screenshots for [light mode](https://codeberg.org/salif/linkita/src/branch/linkita/screenshot.png), [dark mode](https://codeberg.org/salif/linkita/src/branch/linkita/screenshot.dark.png).
- For discussion, join the [Matrix chat room](https://matrix.to/#/#linkita:mozilla.org).

## Features

Expand Down Expand Up @@ -597,7 +600,7 @@ gender = "female" # or "male"
# Your Fediverse account URL
# url = ""

# [extra.profiles.your_username.open_graph.languages.fr.image_alt]
# [extra.profiles.your_username.open_graph.languages.fr]
# A description in French of what is in the social image
# image_alt = ""
```
Expand Down Expand Up @@ -734,8 +737,8 @@ Open bug reports and feature requests on [Codeberg](https://codeberg.org/salif/l

## Blogs using this theme

- [salif.eu](https://salif.eu): Personal website
- [Zola Themes Collection](https://salif.github.io/zola-themes-collection/)
- [salif.eu](https://salif.eu): Personal website

If you use Linkita, feel free to create a pull request to add your site to this list.

Expand Down
6 changes: 3 additions & 3 deletions docs/content/themes/project-portfolio/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
title = "Project Portfolio"
description = "Theme for a project portfolio (based on Tailwind CSS)."
template = "theme.html"
date = 2024-12-04T13:08:57+01:00
date = 2024-12-09T20:02:25+01:00

[taxonomies]
theme-tags = []

[extra]
created = 2024-12-04T13:08:57+01:00
updated = 2024-12-04T13:08:57+01:00
created = 2024-12-09T20:02:25+01:00
updated = 2024-12-09T20:02:25+01:00
repository = "https://github.com/awinterstein/zola-theme-project-portfolio.git"
homepage = "https://github.com/awinterstein/zola-theme-project-portfolio"
minimum_version = "0.9.0"
Expand Down
Loading

0 comments on commit c013098

Please sign in to comment.