Coder Social home page Coder Social logo

ad-si / adriansieber-com Goto Github PK

View Code? Open in Web Editor NEW
8.0 3.0 4.0 105.1 MB

My website & blog with articles about coding, tech, functional programming, …

Home Page: https://adriansieber.com

HTML 21.16% JavaScript 1.34% Haskell 6.66% Makefile 3.47% Java 0.29% Python 0.25% PureScript 1.69% Swift 3.68% Sass 12.13% Elm 0.37% Jupyter Notebook 40.78% GDScript 0.46% TypeScript 7.72%
blog website

adriansieber-com's Introduction

Adrian Sieber

My personal website and blog.

Development

Check out the makefile for development tasks.

adriansieber-com's People

Contributors

ad-si avatar maggikpunkt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

adriansieber-com's Issues

a couple thoughts on "How to Download GitHub Issues from the Command Line"

First of all, thank you for writing this post! It was super helpful.

Two interesting tidbits:

  • Github limits the number of items per request to 30 by default, which causes the script to only go up to 30.yaml. A quick fix is adding &per_page=100 and then traversing through pages if necessary.
  • If you're using 2FA, it's probably easier to add your token as a URL parameter (remove -a username and add &access_token=your_token_here.

cheers!

Publish drafts as well

With disclaimer:

[!ATTENTION]
This is just a loose collection
of text snippets
which are used as inspirations for a possible post.
They DO NOT necessarily reflect my opinion on the matter.
Don't quote me on anything here!

They are only made available here to inspire you as well.

Add Dribbble icon

<a class="fa fa-dribbble" href=https://dribbble.com/adius>
    <span>Dribbble</span>
</a>

Fix Atom feed

Hi! At the moment, the Atom feed at https://adriansieber.com/atom.xml looks like this:

<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="text" xml:lang="en">Adrian Sieber</title>
	<link
		type="application/atom+xml"
		href="http://adriansieber.com/atom.xml"
		rel="self"
	/>
	<link
		type="text/html"
		href="http://adriansieber.com/"
		rel="alternate"
	/>

	<updated>{{ site.time | date_to_xmlschema }}</updated>
	<id>adriansieber.com</id>
	<author>
		<name>Adrian Sieber</name>
	</author>
	<rights>Copyright by Adrian Sieber. All rights reserved.</rights>

	{% for post in site.posts limit:20 %}
	<entry>
		<title>{{ post.title }}</title>
		<link href="http://adriansieber.com{{ post.url }}"/>
		<updated>{{ post.date | date_to_xmlschema }}</updated>
		<id>http://adriansieber.com{{ post.id }}</id>
		<content type="html">{{ post.content | xml_escape }}</content>
	</entry>
	{% endfor %}
</feed>

Looks like the template wasn't processed and is served as a file.

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.