https://github.com/fatihtatoglu/blog-theme-turboc
Turbo C/C++ Web Theme
https://github.com/fatihtatoglu/blog-theme-turboc
css gulp jaavascript mustache retro sass turboc turbocpp vintage
Last synced: about 1 year ago
JSON representation
Turbo C/C++ Web Theme
- Host: GitHub
- URL: https://github.com/fatihtatoglu/blog-theme-turboc
- Owner: fatihtatoglu
- License: mit
- Created: 2022-01-23T22:45:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-28T20:15:50.000Z (over 3 years ago)
- Last Synced: 2025-04-10T00:06:29.476Z (about 1 year ago)
- Topics: css, gulp, jaavascript, mustache, retro, sass, turboc, turbocpp, vintage
- Language: HTML
- Homepage: https://fatihtatoglu.github.io/blog-theme-turboc
- Size: 678 KB
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Turbo C/C++ Theme
When I have started programming, my first IDE was Turbo C. With helpful documents I have learned the C programming language. Turbo C has an important place in my heart. For showing my admiration, I have developed this theme.

- [Borland Turbo C](https://en.wikipedia.org/wiki/Borland_Turbo_C)
- [Turbo C++](https://en.wikipedia.org/wiki/Turbo_C%2B%2B)
 [](http://hits.dwyl.com/fatihtatoglu/blog-theme-turboc)  
While developing this theme I have also used following technologies.
      
## For Demo
For demo you can visit [Blog Theme TurboC](https://fatihtatoglu.github.io/blog-theme-turboc/) site.
## Prerequisite
```bash
npm install --global gulp-cli
npm install
```
## For Build
```bash
gulp
```
## For Local Testing
```bash
npm install --global http-server
http-server ./publish -a localhost -d false -c-1
```
## Support
For supporting me, you can add an issue for bug cases or new feature requests.