fuzzysh / yacy_net_homepage

The YaCy home page based on a Superhero-inspired modification of the Cinder theme for MkDocs

Home Page:https://yacy.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YaCy.net Home Page

This is the home page of the YaCy project at http://yacy.net

Development-builds are visible at https://yacy.github.io/yacy_net_homepage/ Github pages are not used to host the home page for privacy reasons! (github/Microsoft would see every request...) The live page at yacy.net is build + hosted on a private server automatically.

How to contribute documentation to the home page:

Your contribution is very welcome! If you want to contribute, please clone this repository and make a pull request with your changes.

How to edit/compile these web pages:

These web pages are made with the https://www.mkdocs.org CMS framework. Mkdocs compiles static web pages out of markdown text files. We are using a mkdocs theme from https://github.com/Orbiter/MkDocs-Theme-Cinder-Superhero which is a bootstrap theme from https://bootswatch.com/superhero/ using the 'cinder' framework for mkdocs from https://sourcefoundry.org/cinder/

The set-up of a development system is very easy:

  • Install MKDocs according to https://www.mkdocs.org/#installation
  • Run mkdocs serve to host a live version of your documents, watch them at http://localhost:8000/
  • Run mkdocs build to make a static web page out of your documentation inside site
  • Edit the documentation markdown files in docs to make your own documentation
  • before commiting, test CI/CD process with mkdocs build --verbose --clean --strict

About

The YaCy home page based on a Superhero-inspired modification of the Cinder theme for MkDocs

https://yacy.net

License:Other


Languages

Language:CSS 49.3%Language:HTML 35.3%Language:JavaScript 14.0%Language:Dockerfile 1.4%