Giter VIP home page Giter VIP logo

stasi-blog's Issues

Paging pls

I stumpled upon a stasi blog with 1 million entries and it loaded 1 million headlines instead of sth like 10 pages with just 100000 headlines. please limit the number of headlines per page to 100000 or 5 or sth in between. Le chaim.

Allow assigning authors to individual blog posts

Right now you can only specify one author for all blog posts, however if you want to use a repository with multiple people, then there is no way to assign blog posts to their respective authors.

One post could also be authored by multiple people, so it would be great to allow assigning multiple authors to one blog post.

Accessibility

All elements should follow accessibility standards:

  • Images
  • Header links
  • Article links
  • Tags
  • Pagination
  • RSS link

Any necessary mobile considerations?

RSS feeds need to be validated

I couldn't find a go library capable of doing this. The best thing appears to be the one that w3c offers. However, this is sadly written in python and can't be properly integrated into a golang application I assume. I'd rather not want anyone to have to integrate this. Maybe I should write my own validator.

There seems to be a SOAP API for the w3c validator, however, an internet dependency would kind of suck.

Improve output folder cleanup

Currently all files manually added to the output subfolders files will be deleted. Files manually placed directly in the output folder will be preserved.

To solve this, we need an index file. For example, if stasi generates the following folder structure:

|--articles
   |--article-1.html
|--favicon.ico
|--index.html

The generation index would look like this:

articles/article-1.html
index.html
favicon.ico

We'd then delete only the files, but not the folders and afterwards generate a new index.
The index should be deleted last, to avoid leaving behind garbage in case of failures.

Make everything human-language agnostic

Currently the following things aren't configurable:

  • The document locales
  • Locale in meta tags
  • The Written on part for expressing dates
  • The 404-page
  • The Feed in RSS-Feed
  • The Home in the nav-bar
  • The Tags on the index
  • The noscript output in articles
  • The audio fallback message

Setup CI

Setup CI for running builds and uploading releases on tagged commits.

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.