GithubHelp home page GithubHelp logo

daniel-e.github.io's Introduction

Visit my blog at http://daniel-e.github.io/

Running the blog locally

Do these steps once:

git clone [email protected]:daniel-e/daniel-e.github.io.git
cd daniel-e.github.io/

apt-get install ruby ruby-dev
sudo gem install bundler
bundle install

Do this step every time changes have been made:

bundle exec jekyll serve

Now visit http://localhost:4000 with the browser.

Markup tips

Include Python code with line numbers

{% highlight python linenos %}
...
{% endhighlight %}

Include links

[link text](https://www.example.com/)

Include math

Add this to _includes/head.html:

<script type="text/javascript"
    src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>

Now you can add equations to a post:

$$ a^2 + b^2 = c^2 $$

Include images

![alt text](../assets/image.png)

Grep all used tags

grep "tags:" _posts/* | cut -d: -f3 | tr -d '[]' | tr , '\n' | sort -u

Add this to each article

<div style="font-size:small; color: gray; font-style: italic">
  By <a href="https://twitter.com/dnl0x00">@dnl0x00</a>
</div>

daniel-e.github.io's People

Contributors

daniel-e avatar dependabot[bot] avatar

Watchers

 avatar  avatar

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.