Giter VIP home page Giter VIP logo

dr-kino.github.io's Introduction

Dr-Kino

Dr-Kino is a blog devoted to articles about Embedded Systems, RF, Control, Digital Processing, Analog Electronic, Security and Reverse Engineering. It's main author is Rafael Cavalcanti.

Dr-Kino uses jekyll to create a statically generated site and the source for the site is hosted on GitHub.

Contributions

If you would like to write an article for the site or make a correction, please send a pull request. I would love to hear from you.

Licence

I need to clarify the licence situation for the code and images. However, the situation for the posts is a little clearer, to find out the licence for each post look at the article on-line and at the bottom you will see what licence it is under. The YAML header also gives a clue to this.

Build

To build this projct, enter the commands bellow in the root folder:

	$ jekyll build
	$ jekyll server

Then access the page via the following address: http://127.0.0.1:4000

Then copy the content from gh-pages, generated in the same level of the root folder, to directory dr-kino.github.io. The most important files to link the references are generated in tag folder.

IMPORTANT: Before enter the command "$ jekyll build" is important to exclude the content of tag folder in both directories (dr-kino.github.io and gh-pages), then copy the content from gh-pages to der-kino.github.io.

dr-kino.github.io's People

Contributors

dr-kino avatar

Stargazers

 avatar

Watchers

James Cloos avatar

Forkers

mtanlee

dr-kino.github.io's Issues

Removal of google tracking code

Hello,

I emailed you 20th Feb to ask you to remove the google tracking code but haven't heard anything or seen any changes.

The code is in the following file:
/_layouts/base.html

The code to remove is as follows:

    <!-- Google Analytics tracking code -->
    <script type="text/javascript">
      var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
      document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
    </script>
    <script type="text/javascript">
      try {
        var pageTracker = _gat._getTracker("UA-4388762-2");
        pageTracker._trackPageview();
      } catch(err) {}
    </script>

It would be great if you could do this as soon as possible as at the moment I'm receiving tracking information for your users.

Thanks

Lorry

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.