Website for ungoogled-chromium https://ungoogled-software.github.io
Go to file
2022-12-05 18:51:15 +01:00
_data Fix and update URLs to HTTPS (#6) 2022-08-31 20:38:42 +02:00
_includes Fill in remaining content for website 2019-07-08 01:22:41 -07:00
_layouts Fix and update URLs to HTTPS (#6) 2022-08-31 20:38:42 +02:00
_posts Fill in remaining content for website 2019-07-08 01:22:41 -07:00
_sass Fix CSS for navigation bar 2019-07-08 20:47:29 -07:00
_staff_members Fill in remaining content for website 2019-07-08 01:22:41 -07:00
blog
css
.gitignore
404.html
_config.yml Fix and update URLs to HTTPS (#6) 2022-08-31 20:38:42 +02:00
about.md Fix and update URLs to HTTPS (#6) 2022-08-31 20:38:42 +02:00
apple-touch-icon.png
contact-success.html
contact.html
downloads.md Fix and update URLs to HTTPS (#6) 2022-08-31 20:38:42 +02:00
favicon.png
features.md Features: Properly link documentation files contained in the main repo 2022-12-05 18:51:15 +01:00
Gemfile
Gemfile.lock Bump addressable from 2.6.0 to 2.8.0 2021-07-13 03:49:48 +00:00
index.html Fill in remaining content for website 2019-07-08 01:22:41 -07:00
LICENSE
pricing.html
README.md Fix and update URLs to HTTPS (#6) 2022-08-31 20:38:42 +02:00
robots.txt
siteicon.png
source-code.md Fix and update URLs to HTTPS (#6) 2022-08-31 20:38:42 +02:00

Website for ungoogled-chromium

This is a basic website for ungoogled-chromium, based upon Hydra by CloudCannon.

Develop

This website was built with Jekyll version 3. but should support newer versions as well.

Install the dependencies with Bundler:

$ bundle install

Run jekyll commands through Bundler to ensure you're using the right versions:

$ bundle exec jekyll serve

Changes made while jekyll serve runs will cause Jekyll to regenerate the site automatically (while auto-regeneration is enabled, which is the default)

Posts

  • Add, update or remove a post in the Posts collection.
  • The Staff Author field links to members in the Staff collection.
  • Documentation pages are organised in the navigation by category, with URLs based on the path inside the _docs folder.
  • Change the defaults when new posts are created in _posts/_defaults.md.

Staff

  • Reused around the site to save multiple editing locations.
  • Add excluded_in_search: true to any documentation page's front matter to exclude that page in the search results.

Navigation

  • Exposed as a data file to give clients better access.
  • Set in the Data / Navigation section.
  • Exposed as a data file to give clients better access.
  • Set in the Data / Footer section.