@mckinley@twtxt.net The good thing is you we do not have to just pick one. The idea with themes are that people can pick what colors they want
@mckinley@twtxt.net Is this what you were asking for?
@akoizumi@social.kyoko-project.wer.ee also some of the theming is done via the Poderator option to add custom css, which is a mess due to PicoCSS “design” choices
It’s homemade. And yes it is the one at https://git.mills.io/sorenpeter/neotxt_theme
You are welcome to fork it, but I will redo it when we got the new yarn_theme_simpleCSS in the main branch of yarn
@mckinley@twtxt.net gotcha, so similar to how the nav
elements are styled now on twtxt.net?
Actually if you look closely the icons are more yellow and the link text are orange, but I can try to make a version of the two first theme where icons and accent are the same or vrey close to the same color.
@mckinley@twtxt.net oh you mean just the icons? Would that be the main text like the twts or do you mean the accent/link color?
@eaplmx@twtxt.net thanks, yeah I also like the freshness of the blue/magenta the most. It is the the default light colors of simple.css and very similar to my colorscheme on blog.neotxt.dk 😉
@mckinley@twtxt.net thank you:) you meen if there was no accent color so it would be all monochrome?
The only difference between 2nd and 4th is the accent, but you mean to have a light version with orange accent?
I have been hacking away on replacing the PicoCSS with Simple.css, since it offer a much manageable set of color variables that can ease the work of making your own team a whole lot.
I have gotten to a place now with some sane default colors, so you are welcome to take it for a spin from: https://git.mills.io/yarnsocial/yarn/src/branch/theme_simpleCSS
There are still some issues with the mobile menu and some side-effects of using headers in places it should not have been used in the first place.
Please let me know if this is something that you see worthy of being merged into main and what you like or dislike about it as it stands now.
@tkanos@twtxt.net Cool idea
@prologic@twtxt.net can you jump on IRC and help me merge the two brances?
@prologic@twtxt.net so if pull down main
again it should work?
@prologic@twtxt.net I’m trying to set up a new branch for replacing pico.css with simple.css but then i get this error when trying to build/make:
Checking Go version ... [ ERR ]
Go 1.16+ is required, found go1.19.1
FATAL: 🙁 preflight failed
make: *** [preflight] Error 1
There is also the other kind of bots, that we do stuff when you for example @metion
them or use use a specific #tag
in you posts. Have anyone made something like that for text or could I be part of a yarn pod to script these kind of bots?
@prologic@twtxt.net would this be a way to hosting private feeds? I had this idea to use SSH for private feeds some time ago instead of encrypting eatch twt in the txt
@abucci@anthony.buc.ci try: don’t care about cookies
Go_A — SHUM | Midsommar https://www.youtube.com/watch?v=rscMgutgwf8
topnav.html
and not within /template/base.html
or partials.html
Can I just add a {{ define "topbar" }}
in topnav.html
or do I need to do something special for yard to pick it up?
@prologic@twtxt.net any inputs?
@prologic@twtxt.net yup i seen it
@prologic@twtxt.net How would I go about adding a new element to the template-folder within a theme?
I want to make a topnav like i created on blog.neotxt.dk but would like to put it in a sepearet file topnav.html
and not within /template/base.html
or partials.html
Can I just add a {{ define "topbar" }}
in topnav.html
or do I need to do something special for yard to pick it up?