Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paularmstrong/paularmstrong.dev
Paul is a Principal Software Engineer with deep experience leading teams and building amazing experiences using many different “front-end” web technologies. The list is deep and topics can range from JavaScript, Typescript, Node.js, React, CSS, PWAs, developer experience, testing, continuous integration, and more. This is his website’s github repo.
https://github.com/paularmstrong/paularmstrong.dev
blog personal-website website
Last synced: about 2 months ago
JSON representation
Paul is a Principal Software Engineer with deep experience leading teams and building amazing experiences using many different “front-end” web technologies. The list is deep and topics can range from JavaScript, Typescript, Node.js, React, CSS, PWAs, developer experience, testing, continuous integration, and more. This is his website’s github repo.
- Host: GitHub
- URL: https://github.com/paularmstrong/paularmstrong.dev
- Owner: paularmstrong
- License: other
- Created: 2020-03-29T17:50:36.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-06-01T14:24:54.000Z (7 months ago)
- Last Synced: 2024-10-24T02:55:08.324Z (2 months ago)
- Topics: blog, personal-website, website
- Language: MDX
- Homepage: https://paularmstrong.dev
- Size: 61.7 MB
- Stars: 11
- Watchers: 4
- Forks: 3
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# PaulArmstrong.dev [![Netlify Status](https://api.netlify.com/api/v1/badges/40d2f705-c2c2-47a5-b3c9-ce6772a29847/deploy-status)](https://app.netlify.com/sites/paularmstrongdev/deploys)
Oh hey! I’m [Paul Armstrong](https://paularmstrong.dev/about) and this is my website. Trying to figure out how this all works? Well here’s the high level:
- Built on [Astro](https://astro.build)
- Super minimal amount of Solid-js for dark/light/auto theme switching
- Markdown and MDX for content
- Github actions for lint, formatting, and type checks
- Netlify for deploying## Good stuff to know
| Command | What |
| ------------------------------- | --------------------------------- |
| `yarn start` (alias `yarn dev`) | Run the dev server |
| `yarn build` | Build for production deploy |
| `yarn preview` | Preview the production built site |
| `yarn format` | Format code |
| `yarn lint` | Lint code |
| `yarn tsc` | Type check |## PR Etiquette
### I found a typo or grammatical error, should I open a PR?
Yes! Absolutely!. We all make mistakes – especially me. Your help is greatly appreciated.
### I think you’re wrong, should I open a PR?
Probably not. It’s great that you disagree, but I probably don’t have the time to argue.