Giter Club home page Giter Club logo

algoliaqb's Introduction

A Simple Website Builder

This is a website generator with support for pages, blog posts, and tag listings.

You write your content in markdown files and tag them with headers.

Configuration options are located in the config.yml file.

Requirements:

  • Write content in markdown
  • Control the URL structure for each post.
  • Generate a clickable list of blog posts.
  • Theme able?
  • Generate a list of posts that share a specific tag.
  • Configure main navigation via a file.

Sources:

https://dev.to/ritza/create-a-static-site-generator-with-python-and-replit-4bh6

algoliaqb's People

Contributors

ryanb58 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

algoliaqb's Issues

Support for multiple of one argument

There are use cases that would require filtering multiple of a single flask.args where your filter map may need to work like:

filter_map = { "group_id": "tenant_id", "tag_id": 1, "tag_id": 2 }

or

filter_map = { "group_id": "tenant_id", "tag_ids": [1,2] }

This would allow the user to filter and stack multiple tags, or other types of records.

Define required versus optional filters.

One app I am working on has a required filter "group_id" which defines the tenant_id in which the resources need to be returned from within. The resource also has a few other fields that are used as filters and therefore are optional. It would be great if I could let the QB know this information within the filter_map.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.