Skip to content

Commit

Permalink
website: updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Oct 7, 2024
1 parent 821f701 commit 9097ae7
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
6 changes: 6 additions & 0 deletions website/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,9 @@ ilg-ul:
email: ilg@livius.net
url: https://github.com/ilg-ul
image_url: https://github.com/ilg-ul.png
page: true
socials:
x: ilegeul
github: ilg-ul
linkedin: https://www.linkedin.com/in/liviu-ionescu/
wordpress: https://ilgthegeek.wordpress.com
14 changes: 13 additions & 1 deletion website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const config: Config = {
url: 'https://xpack-dev-tools.github.io',
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: '/pkg-config-xpack',
baseUrl: '/pkg-config-xpack/',

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
Expand Down Expand Up @@ -136,6 +136,18 @@ const config: Config = {
theme: {
customCss: './src/css/custom.css',
},
// https://docusaurus.io/docs/api/plugins/@docusaurus/plugin-sitemap
sitemap: {
lastmod: 'date',
changefreq: 'weekly',
priority: 0.5,
ignorePatterns: [
'/pkg-config-xpack/blog/archive/**',
'/pkg-config-xpack/blog/authors/**',
'/pkg-config-xpack/blog/tags/**'
],
filename: 'sitemap.xml',
},
// https://docusaurus.io/docs/api/plugins/@docusaurus/plugin-google-gtag
// https://tagassistant.google.com
gtag: {
Expand Down
3 changes: 2 additions & 1 deletion website/src/components/HomepageTools/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import styles from './styles.module.css';

import Link from '@docusaurus/Link';

/* When updated, don't forget to add sitemap to robots.txt! */
const PrimaryTools = [
{
appName: 'GNU AArch64 Embedded GCC',
Expand Down Expand Up @@ -73,7 +74,7 @@ const PrimaryTools = [
},
]


/* When updated, don't forget to add sitemap to robots.txt! */
const SecondaryTools = [
{
appName: 'GNU bison',
Expand Down

0 comments on commit 9097ae7

Please sign in to comment.