https://github.com/dyrector-io/blog
Code repository of the blog.dyrector.io site.
https://github.com/dyrector-io/blog
blog typescript
Last synced: 3 months ago
JSON representation
Code repository of the blog.dyrector.io site.
- Host: GitHub
- URL: https://github.com/dyrector-io/blog
- Owner: dyrector-io
- Created: 2021-11-08T19:47:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-20T10:59:21.000Z (over 1 year ago)
- Last Synced: 2025-01-14T05:42:50.539Z (4 months ago)
- Topics: blog, typescript
- Language: TypeScript
- Homepage:
- Size: 62.3 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dyrector.io blog
Building and hosting by dyrector.io Netlify account.
How to add a new blogpost:
- Step 1: Open /blog folder on desktop
- Step 2: Right click in folder and select Git Bash here (OS: Windows)
- Step 3: Enter `git status` to find any differences made on the branch
- Step 4: `git pull` to update files in blog folder from the branch
- Step 5: `git add .` to add all changed filed
- Step 6: `git commit -m "[comment]"` to add commit with message
- Step 7: `git push` to publish the articleTo review the blogpost in browser, use yarn develop command. Enter localhost:xxxxx into address bar.