Skip to content
#

blog-engine

Here are 791 public repositories matching this topic...

t3link
t3link commented Jan 7, 2022

Bug Report

Environment

Zola version: 0.15.2

Expected Behavior

It should output my custom robots.txt in theme templates directory

Current Behavior

Always render same content with built-in one.

Step to reproduce

My blog source code is here

A custom robots.txt file is in the theme's templates directory. `./themes/DeepT

wowchemy-hugo-themes
jeremyboyd
jeremyboyd commented Dec 17, 2021

I have these categories listed in the YAML of one of my posts:

categories: ["social class", "unethical behavior", "driving", "attention", "Bayesian models", "hierarchical models"]

These get rendered as a comma-separate string on the Recent Posts widget in my blog:

https://jeremyboyd.org/#posts

When the screen size is too small (e.g., on mobile), the categories string spills out of the

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 Jun 16, 2019
  • 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

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

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