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 Remove CloudCannon-specific code 2019-07-05 21:50:45 -07:00
css Remove CloudCannon-specific code 2019-07-05 21:50:45 -07:00
.gitignore Update Gemfile to newer requirements 2019-07-04 15:04:18 -07:00
404.html Initial commit 2016-12-08 16:35:56 -08:00
_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 Initial commit 2016-12-08 16:35:56 -08:00
contact-success.html Initial commit 2016-12-08 16:35:56 -08:00
contact.html Remove unused editable CSS class 2019-07-07 12:01:19 -07:00
downloads.md Fix and update URLs to HTTPS (#6) 2022-08-31 20:38:42 +02:00
favicon.png Initial commit 2016-12-08 16:35:56 -08:00
features.md Features: Properly link documentation files contained in the main repo 2022-12-05 18:51:15 +01:00
Gemfile Update Gemfile to newer requirements 2019-07-04 15:04:18 -07:00
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 Initial commit 2016-12-08 16:35:56 -08:00
pricing.html Initial commit 2016-12-08 16:35:56 -08:00
README.md Fix and update URLs to HTTPS (#6) 2022-08-31 20:38:42 +02:00
robots.txt Initial commit 2016-12-08 16:35:56 -08:00
siteicon.png Initial commit 2016-12-08 16:35:56 -08:00
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.