这是indexloc提供的服务,不要输入任何密码
Skip to content
Discussion options

You must be logged in to vote

Hi @Shad0wGlitch ,
The site (so the HTML/CSS/JS) is made up of static content and the dynamic content. The static content (the JS/CSS/IMG and so on) can be found here: https://github.com/searxng/searxng/tree/master/searx/static/themes/simple/src and here is a quickstart on how to change it: https://docs.searxng.org/dev/quickstart.html

The dynamic part you partially already found (the HTML): Its the templates folder here: https://github.com/searxng/searxng/tree/master/searx/templates/simple . We use a template engine called jinja2 so weird stuff inside those files that are not looking like HTML are going to be parsed and build into HTML on runtime. You can not just add files to that direct…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by return42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants