The Wayback Machine - https://web.archive.org/web/20220323163448/https://github.com/topics/blog-engine
Skip to content
#

blog-engine

Here are 804 public repositories matching this topic...

halo
qinhua
qinhua commented Sep 1, 2021

你当前使用的版本

JDK 11
[email protected]

描述一下此特性

1、希望模板中可以直接使用类似@viewcount这类获取到博客访问量数据用于展示;
2、希望能支持一个点赞功能;

附加信息

无,打算暂时用百度统计提供的接口

help wanted good first issue
psarka
psarka commented Mar 2, 2022

Documentation issue

Summary

If one follows the getting started example, the resulting page does not deploy to github pages - the link on the index.html points to
http://username.github.io/blog rather than to http://username.github.io/repo/blog, even though the base_url is configured to the http://username.github.io/repo/.

Check out the repro:

https://github.com/psarka/zola-

wowchemy-hugo-themes

Get the rocks out of your socks! Assemble makes you fast at web development! Used by thousands of projects for rapid prototyping, themes, scaffolds, boilerplates, e-books, UI components, API documentation, blogs, building websites/static site generator, an alternative to Jekyll for gh-pages and more! Gulp- and grunt-friendly.

  • Updated Feb 20, 2022
  • CSS
starter-hugo-academic
elegaanz
elegaanz commented Dec 26, 2019

Is your feature request related to a problem? Please describe.

It may be hard to understand why a post is in one of our timelines, especially in the case of someone boosting/linking someone else you don't follow, or when the same post appears multiple times because it got boosted.

Describe the solution you'd like

Adding a little "X boosted/liked" indicator to each concerned card

C: Enhancement Good first issue A: Front-End Design
bridgetown
jaredcwhite
jaredcwhite commented Aug 16, 2021

As an alternative (not a replacement!) to Bridgetown's YAML format for the configuration file, we could offer a Ruby-based configuration file (bridgetown.config.rb). It might be something as simple as:

Bridgetown.configure do |config|
  config.url = "https://mydomain.com"
  config.timezone = "UTC"

  config.pagination = {
    enabled: true,
    per_page: 30
  }

  config.env
enhancement good first issue

Improve this page

Add a description, image, and links to the blog-engine topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the blog-engine topic, visit your repo's landing page and select "manage topics."

Learn more