Giter Site home page Giter Site logo

blog's Introduction

DOI to BibTeX Entry

Given a DOI DOI, run the following command to add an entry to your bibliography.bib BibTeX file:

curl -LH "Accept: text/bibliography; style=bibtex" http://dx.doi.org/"$DOI" >> bibliography.bib

Converting BibTeX References to Markdown

Given a BibTeX file bibliography.bib, create a file bib.md:

---
bibliography: bibliography.bib
nocite: |
    @*
---

Execute the following command:

pandoc -t markdown_strict --citeproc --csl acm.csl -s bib.md -o ref.md

Copy the contents of ref.md to the markdown of the blog post. The contents must be formatted a little by hand, removing the <span> elements and adding labels <a name="ref-X">X</a> around the numbers of each reference.

blog's People

Contributors

jofas avatar

Watchers

 avatar

blog's Issues

Less tags

Remove the cargo and software tags from the first post

No CDN

  • font-awesome
  • utterances (not bundleable)

RSS feed

  • enable in zola
  • add link next to socials
  • ... find out how the heck RSS works

Use right icon

  • My visage for the icon over the social media links
  • My logo for the top right icon

integrate with utterances

  • pay attention to the theming to make utterances appearance match that of dark/light theme (github light/github dark)

Change branches in template submodule

Don't push changes made to the template directly onto master but keep a separate branch with my own changes. That makes it easier to pull upstream updates and maybe contribute some of my stuff as features to the upstream repo.

Tailwind for the blog as well (not only for the theme)

Hopefully allowing me to use tailwind in embedded html elements I may use in my blog content. The concrete use case why I need tailwind support for embedded html is to switch figures (svg) based on the dark/light theme.

Post: Poor Man's On-Premise Backups of a Kubernetes Cluster

  • Fix mounting of /dev/sdb1 (no mount point defined)
  • Parent image with self-built admin cli tools installed
  • Try out docker run --dns $DNS instead of setting the dns from inside the Dockerfile
  • Replace ssmtp with a simple python script (just because I'm more familiar with it and find ssmtp a little clunky)
  • Don't compile config files into the image but mount them via volume at runtime
  • Move everything from Dockerfile to backup.sh (no need for supervisord anymore)
  • DNS settings inside backup.sh (DNS from env file) instead of --dns to keep config in two places
  • env file in config volume as well and source it in backup script

  • Diagram
  • Dark version of Diagram
  • Write the thing

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.