Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 2 days ago
JSON representation

Turbo C/C++ Web Theme

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.

![Turbo C++](https://upload.wikimedia.org/wikipedia/commons/1/16/Turbo_CPP_Compiler.jpg)

- [Borland Turbo C](https://en.wikipedia.org/wiki/Borland_Turbo_C)
- [Turbo C++](https://en.wikipedia.org/wiki/Turbo_C%2B%2B)

![Publish Test Project](https://github.com/fatihtatoglu/blog-theme-turboc/actions/workflows/npm-gulp.yml/badge.svg
) [![HitCount](https://hits.dwyl.com/fatihtatoglu/blog-theme-turboc.svg?style=flat&show=unique)](http://hits.dwyl.com/fatihtatoglu/blog-theme-turboc) ![GitHub top language](https://img.shields.io/github/languages/top/fatihtatoglu/blog-theme-turboc) ![GitHub](https://img.shields.io/github/license/fatihtatoglu/blog-theme-turboc)

While developing this theme I have also used following technologies.

![SASS](docs/sass.png "SASS") ![normalize.css](docs/normalize.png "normalize.css") ![Gulp](docs/gulp.png "Gulp") ![mustache](docs/mustache.png "mustache") ![NodeJS](docs/nodejs.png "NodeJS") ![GitHub Actions](docs/actions.png "GitHub Actions") ![SonarCloud](docs/sonarcloud.png "SonarCloud")

## 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.