Skip to content

Commit

Permalink
perform 'npx prettier --write .' and auto-format all files
Browse files Browse the repository at this point in the history
  • Loading branch information
mandrasch committed Dec 5, 2024
1 parent 4500031 commit 386ef9b
Show file tree
Hide file tree
Showing 65 changed files with 872 additions and 801 deletions.
6 changes: 3 additions & 3 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"semi": false,
"singleQuote": false,
"trailingComma": "es5"
"semi": false,
"singleQuote": false,
"trailingComma": "es5"
}
5 changes: 3 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { plainTextPlugin } from "@barnabask/astro-minisearch"
import { remarkReadingTime } from "./src/lib/remark-reading-time.mjs"
import prefetch from "@astrojs/prefetch"
import react from "@astrojs/react"
import rehypeAstroRelativeMarkdownLinks from "astro-rehype-relative-markdown-links";
import rehypeAstroRelativeMarkdownLinks from "astro-rehype-relative-markdown-links"
import robotsTxt from "astro-robots-txt"
import searchIndex from "./src/lib/search-index.js"
import sitemap from "@astrojs/sitemap"
Expand All @@ -16,7 +16,8 @@ export default defineConfig({
vite: {
server: {
host: true, // leave this unchanged for DDEV!
}},
},
},
integrations: [
tailwind(),
react(),
Expand Down
51 changes: 28 additions & 23 deletions src/const.ts
Original file line number Diff line number Diff line change
@@ -1,25 +1,30 @@
export const SITE_TITLE = 'DDEV';
export const SITE_DESCRIPTION = 'Docker-based local PHP+Node.js web development environments.';
export const STORE_URL = 'https://ddev.threadless.com';
export const BLUESKY_URL = 'https://bsky.app/profile/ddev.bsky.social';
export const GITHUB_REPO = 'ddev/ddev';
export const GITHUB_URL = 'https://github.com/ddev/ddev';
export const GITHUB_URL_WEBSITE = 'https://github.com/ddev/ddev.com/tree/main/src/content/blog';
export const GITHUB_ISSUES_URL = 'https://github.com/ddev/ddev/issues';
export const DOCUMENTATION_URL = 'https://ddev.readthedocs.io/';
export const DISCORD_URL = 'https://discord.gg/5wjP76mBJD';
export const SITE_TITLE = "DDEV"
export const SITE_DESCRIPTION =
"Docker-based local PHP+Node.js web development environments."
export const STORE_URL = "https://ddev.threadless.com"
export const BLUESKY_URL = "https://bsky.app/profile/ddev.bsky.social"
export const GITHUB_REPO = "ddev/ddev"
export const GITHUB_URL = "https://github.com/ddev/ddev"
export const GITHUB_URL_WEBSITE =
"https://github.com/ddev/ddev.com/tree/main/src/content/blog"
export const GITHUB_ISSUES_URL = "https://github.com/ddev/ddev/issues"
export const DOCUMENTATION_URL = "https://ddev.readthedocs.io/"
export const DISCORD_URL = "https://discord.gg/5wjP76mBJD"
export const EMAIL_URL = "mailto:support%40ddev.com"
export const COPYRIGHT_HOLDER = 'DDEV Foundation'
export const MASTODON_URL = 'https://fosstodon.org/@ddev'
export const ORG_STREET = '848 Montclair Dr'
export const ORG_CITY = 'Palisade'
export const ORG_STATE = 'Colorado'
export const ORG_STATE_ABBR = 'CO'
export const ORG_POSTAL_CODE = '81526'
export const ORG_COUNTRY = 'US'
export const ORG_NAME = 'DDEV Foundation'
export const ORG_EMAIL = '[email protected]'
export const ORG_PHONE = '(970) 462-7450'
export const ORG_FOUNDED = '2021-09-02'
export const ORG_SAME_AS = ["https://github.com/ddev", "https://localdev.foundation"]
export const COPYRIGHT_HOLDER = "DDEV Foundation"
export const MASTODON_URL = "https://fosstodon.org/@ddev"
export const ORG_STREET = "848 Montclair Dr"
export const ORG_CITY = "Palisade"
export const ORG_STATE = "Colorado"
export const ORG_STATE_ABBR = "CO"
export const ORG_POSTAL_CODE = "81526"
export const ORG_COUNTRY = "US"
export const ORG_NAME = "DDEV Foundation"
export const ORG_EMAIL = "[email protected]"
export const ORG_PHONE = "(970) 462-7450"
export const ORG_FOUNDED = "2021-09-02"
export const ORG_SAME_AS = [
"https://github.com/ddev",
"https://localdev.foundation",
]
export const BLOG_DESCRIPTION = `Posts about DDEV, Docker, and local development.`
2 changes: 1 addition & 1 deletion src/content/authors/bernardo-martinez.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ firstName: Bernardo
avatarUrl: /img/avatar/bernardo.png
---

[Bernardo](https://github.com/bmartinez287) has worked as a web developer for HigherEd, Government, and Nonprofits. His computer science background triggers his curiosity to explore a different aspects of software engineering from devOps/sysadmin to mobile development. However, his specialty for the past 5 years has been with Drupal and WordPress. In his free time, he enjoys CrossFit, running, and other outdoor adventures. After years of Drupal work, he is delighted to increase his open source contributions and empower others to do so.
[Bernardo](https://github.com/bmartinez287) has worked as a web developer for HigherEd, Government, and Nonprofits. His computer science background triggers his curiosity to explore a different aspects of software engineering from devOps/sysadmin to mobile development. However, his specialty for the past 5 years has been with Drupal and WordPress. In his free time, he enjoys CrossFit, running, and other outdoor adventures. After years of Drupal work, he is delighted to increase his open source contributions and empower others to do so.
2 changes: 1 addition & 1 deletion src/content/authors/jochen-roth.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ firstName: Jochen
avatarUrl: https://avatars.githubusercontent.com/u/4623070
---

Jochen works at B13 creating websites based on TYPO3.
Jochen works at B13 creating websites based on TYPO3.
2 changes: 1 addition & 1 deletion src/content/authors/lasse-blomenkemper.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ firstName: Lasse
avatarUrl: /img/avatar/lasse.jpg
---

Lasse Blomenkemper is the Chief Technology Officer at [i-gelb](https://i-gelb.net) located in Cologne. He has a passion for solving all kinds of problems, mostly using code.
Lasse Blomenkemper is the Chief Technology Officer at [i-gelb](https://i-gelb.net) located in Cologne. He has a passion for solving all kinds of problems, mostly using code.
14 changes: 7 additions & 7 deletions src/content/authors/matt-stein.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Matt Stein
firstName: Matt
avatarUrl: /img/avatar/matt.png
---

[Matt](https://github.com/mattstein) is a designer that’s been doing CMS-based development for clients using PHP, Twig, and different front-end frameworks. He's fond of writing, documentation, and content strategy.
---
name: Matt Stein
firstName: Matt
avatarUrl: /img/avatar/matt.png
---

[Matt](https://github.com/mattstein) is a designer that’s been doing CMS-based development for clients using PHP, Twig, and different front-end frameworks. He's fond of writing, documentation, and content strategy.
14 changes: 7 additions & 7 deletions src/content/authors/tony-groff.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: Tony Groff
firstName: Tony
avatarUrl: https://0.gravatar.com/avatar/9161de1c0e26f072027556f27df02a3f6abba5693bf6f6585e10b23d7e92182e?size=128
---

[Tony](https://www.drupal.org/u/rowbotony) has been an *Ambitious Site Builder* since his career began in the late '90s at a wireless broadband startup working with Perl and PHP on Unix systems. He began freelancing in 2003. His first website launched in 1997, and by 2010, he was proficient in Drupal, completing an impactful non-profit project. He admires Drupal's adaptability, versatility, and longevity as a web platform.
---
name: Tony Groff
firstName: Tony
avatarUrl: https://0.gravatar.com/avatar/9161de1c0e26f072027556f27df02a3f6abba5693bf6f6585e10b23d7e92182e?size=128
---

[Tony](https://www.drupal.org/u/rowbotony) has been an _Ambitious Site Builder_ since his career began in the late '90s at a wireless broadband startup working with Perl and PHP on Unix systems. He began freelancing in 2003. His first website launched in 1997, and by 2010, he was proficient in Drupal, completing an impactful non-profit project. He admires Drupal's adaptability, versatility, and longevity as a web platform.
Loading

0 comments on commit 386ef9b

Please sign in to comment.