Skip to content

MartinThoma/MartinThoma.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites

Get article from medium

mediumexporter https://infosecwriteups.com/redos-denial-of-service-by-regex-59c7ffab4880 > 2022-03-07-redos.md

TODO

Improve

  • Site speed
    • Minify results
    • Combine CSS / JS files
    • Remove JS files if possible
    • Remove parts of JS that are not used
  • Excerpts

Testen

  • WordPress "Caption" tags
  • RSS Feed

Sublime

The following snippets help to create new articles fast. To install them, go to "Tools → New Snippet..." in Sublime Text&nsp;3.

Go to /home/moose/.config/sublime-text-3/Packages/User and copy the contents of the ./sublime folder in it. Or add symbolic links:

$ ln -s ~/Github/Martin/MartinThoma.github.io/sublime/blog-article.sublime-snippet /home/moose/.config/sublime-text-3/Packages/User

blog-article

<snippet>
    <content><![CDATA[
---
layout: post
title: ${1:}
slug: ${2:}
author: Martin Thoma
status: draft
date: ${3:2016}-${4:04}-${5:31} 20:00
category: ${6:Cyberculture}
tags: ${7:Rating}
featured_image: logos/${8:star.png}
---
${9:}
]]></content>
    <!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
    <tabTrigger>---</tabTrigger>
    <!-- Optional: Set a scope to limit where the snippet will trigger -->
    <!-- <scope>source.python</scope> -->
</snippet>

caption-tag

<snippet>
    <content><![CDATA[
{% caption align="aligncenter" width="500" alt="${1:text}" text="${1:text}" url="../images/2015/01/${2:image.png}" %}
]]></content>
    <!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
    <tabTrigger>captiontag</tabTrigger>
    <!-- Optional: Set a scope to limit where the snippet will trigger -->
    <!-- <scope>source.python</scope> -->
</snippet>

gallery-tag

About

This repository contains my static website

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •