Files
datacontroller.io/README.md
T
Unknown 8a10d127c1
publish / Build-and-publish (push) Successful in 13m32s
feat: feed feature, typescript, remove google, fix errs & warns
2026-07-17 22:22:29 +01:00

44 lines
1.5 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
## 🚀 Quick start
1. **Gatsby Cli**
This app is built with Gatsby CLI version: 2.12.59
2. **Start developing.**
Navigate into your sites directory and start it up.
```shell
cd datacontroller.io/
npm run develop
```
3. **Open the code and start customizing!**
Your site is now running at http://localhost:8000!
4. **Learn more**
[Embed Video](https://www.gatsbyjs.com/plugins/gatsby-remark-embed-video/)
Examples:
- `video: [VideoTitle](https://www.youtube.com/embed/2Xc9gXyf2G4)`
- `youtube: https://www.youtube.com/watch?v=XrK3hmYO4ag`
- `vimeo: https://vimeo.com/417808409`
If want to add inline image with text left align / right align use following syntax, and place image to /static
- <img class="alignright" src="/wp-content/uploads/2021/04/2IrsV7v.png" alt="Title" width="352" height="442" />
- <img class="alignleft" src="/wp-content/uploads/2021/04/2IrsV7v.png" alt="Title" width="352" height="442" />
## 📰 Blog & Feed content
There are two markdown-driven content sections on this site:
- **Blog** (`content/blog/`) — long-form articles, product releases and case studies. Published at `/blog/`.
- **Feed** (`content/feed/`) — short announcements and social-media style updates. Published at `/feed/`.
Both sections are combined into a single RSS feed at [`/rss.xml`](https://datacontroller.io/rss.xml).
See [`docs/adding-feed-posts.md`](docs/adding-feed-posts.md) for a step-by-step guide on adding a new Feed post.