Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
📝 add screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
canstand committed Jan 28, 2022
1 parent 26f019a commit b09c745
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ jobs:

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/main' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./exampleSite/public
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Compost is a simple, lightweight theme for [Hugo](https://gohugo.io). Mainly based on the [Congo](https://github.com/jpanther/congo), also refer to [hugo-starter-tailwind-basic](https://github.com/bep/hugo-starter-tailwind-basic) and so on.

🌏[Demo site](https://canstand.github.io/compost/)
🌏[Demo site](https://canstand.github.io/compost/) | [中文](https://canstand.github.io/compost/zh)

## Features

Expand Down
2 changes: 1 addition & 1 deletion README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Compost 是一个简单、轻量级的 [Hugo](https://gohugo.io) 主题。主要基于 [Congo](https://github.com/jpanther/congo) 改造,并参考了 [hugo-starter-tailwind-basic](https://github.com/bep/hugo-starter-tailwind-basic) 等。

🌏[演示站点](https://github.com/canstand/compost/zh)
🌏[演示站点](https://canstand.github.io/compost/zh)

## 特性

Expand Down
Binary file added images/multidevice.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/tn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion theme.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,10 @@ tags = ["blog", "minimal", "responsive", "dark mode", "dark", "light", "tailwind
features = ["improve Chinese style ", "syntax higlighting", "dark mode", "emoji"]

[author]
name = "Can Stand"
name = "Can Stand"
homepage = "https://kompost.cn/"

[original]
author = "James Panther"
homepage = "https://jamespanther.com/"
repo = "https://github.com/jpanther/congo"

0 comments on commit b09c745

Please sign in to comment.