Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fatbobman/publishthemeforfatbobmanblog
A publish theme and plugin for fatbobman.com.Plugins:TruncateHtmlDescription.TagCount,,Bilibili Video,RssPropertiesSetting and more...
https://github.com/fatbobman/publishthemeforfatbobmanblog
publish-plugin publish-theme
Last synced: 6 days ago
JSON representation
A publish theme and plugin for fatbobman.com.Plugins:TruncateHtmlDescription.TagCount,,Bilibili Video,RssPropertiesSetting and more...
- Host: GitHub
- URL: https://github.com/fatbobman/publishthemeforfatbobmanblog
- Owner: fatbobman
- Created: 2021-01-29T08:21:14.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-30T22:45:03.000Z (almost 4 years ago)
- Last Synced: 2023-03-04T15:38:36.013Z (over 1 year ago)
- Topics: publish-plugin, publish-theme
- Language: Swift
- Homepage: https://fatbobman.com
- Size: 143 KB
- Stars: 16
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Publish](https://github.com/johnsundell/publish) theme and plugins for [fatbobman.com](https://fatbobman.com) #
这是我[个人博客站点](https://www.fatbobman.com)目前使用的Publish代码.
分享的目的是让大家可以较快的上手Publish.
我在其中使用的第三方插件都已经标明了出处.你也可以直接从各自的Git源获取.
关于Publish的上手介绍,以及如何编写Plugin和扩展新的功能,可以访问我的文章.This is the Publish theme and plugins code I am currently using for my [personal blog site](https://www.fatbobman.com).
The purpose of sharing is to get you started with Publish faster.
The third-party plugins I've used in it have been marked with their source. You can also get them directly from their respective Git sources.
For an introduction to getting started with Publish, and how to write Plugin and extend it with new features, visit my article其中包括了我自己写的几个Plugin:
[TruncateHtmlDescription](https://github.com/fatbobman/PublishThemeForFatbobmanBlog/blob/main/Sources/FatbobmanBlog/Plugins/TruncateHtml.swift)
为content生成指定字符数的HTML String,用于更详细的文章描述.Generate HTML String for content with specified number of characters for more detailed article description
[TagCount](https://github.com/fatbobman/PublishThemeForFatbobmanBlog/blob/main/Sources/FatbobmanBlog/Plugins/TagCount.swift)
给每个Tag增加count属性,获取该Tag下的文章数.Add a count property to each Tag to get the number of articles under that Tag.
[Bilibili Video](https://github.com/fatbobman/PublishThemeForFatbobmanBlog/blob/main/Sources/FatbobmanBlog/Plugins/Bilibili.swift)
一个modifier演示,创建一个显示bilibili视频的标签.A modifier demo to create a tag that displays bilibili videos
[RssPropertiesSetting](https://github.com/fatbobman/PublishThemeForFatbobmanBlog/blob/main/Sources/FatbobmanBlog/Plugins/RssPropertiesSetting.swift)
为rss设定更多的配置.Set configurations for rss
and more...
My Publish Topic:
[Publish - Getting Started 用Publish创建博客(一)——入门](https://www.fatbobman.com/posts/publish-1/)