https://github.com/exceptionless/website
Exceptionless marketing and documentation website
https://github.com/exceptionless/website
Last synced: about 1 year ago
JSON representation
Exceptionless marketing and documentation website
- Host: GitHub
- URL: https://github.com/exceptionless/website
- Owner: exceptionless
- Created: 2020-12-02T19:07:13.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-29T13:23:01.000Z (over 1 year ago)
- Last Synced: 2025-03-21T08:05:57.524Z (about 1 year ago)
- Language: CSS
- Homepage: https://exceptionless.com
- Size: 68.8 MB
- Stars: 1
- Watchers: 3
- Forks: 4
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Exceptionless Marketing Site
This repository contains the Exceptionless marketing website, blog and documentation
## Creating New Posts
You can manually create a new markdown file for your posts and ensure the front matter is correct, or you can run the following command from within the project directory:
```bash
node new_post.js -t ${YOUR TITLE}
```
The title should be wrapped in quotes like this:
```bash
npm run new-post "This is a Test Post"
```