-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deployed via Analog Publish Github Pages 🚀 for dfa54da
- Loading branch information
0 parents
commit d25962e
Showing
279 changed files
with
33,233 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
k9n.dev |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
const a=`--- | ||
title: angular-tag-cloud-module — Generated word clouds for your Angular app | ||
description: My module angular-tag-cloud-module lets you generate word clouds / tag clouds for your Angular app | ||
published: true | ||
author: | ||
name: Danny Koppenhagen | ||
mail: [email protected] | ||
updated: 2020-04-09 | ||
keywords: | ||
- Angular | ||
- Angular CLI | ||
- word cloud | ||
- tag cloud | ||
language: en | ||
thumbnail: | ||
header: images/projects/angular-tag-cloud-module.png | ||
card: images/projects/angular-tag-cloud-module-small.png | ||
--- | ||
<p>My project <strong>angular-tag-cloud-module</strong> gives you an Angular module for setting up a tag cloud / word cloud easily. | ||
It will take an array of words or links and put them randomly into a container. | ||
You can specify some styling options for the whole word cloud or for each tag cloud item.</p> | ||
<p>You can try out the module, and it's configuration at the <a href="https://d-koppenhagen.github.io/angular-tag-cloud-module">Github Pages Demo Site</a>.</p> | ||
<p>The official documentation for <em>angular-tag-cloud-module</em> can be found on <a href="https://github.com/d-koppenhagen/angular-tag-cloud-module">Github</a> or <a href="https://www.npmjs.com/package/angular-tag-cloud-module">NPM</a>.</p> | ||
`;export{a as default}; |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
35 changes: 35 additions & 0 deletions
35
assets/2020-02-02-vscode-file-tree-to-text-generator-CGjK4Tnk.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
const e=`--- | ||
title: vscode-file-tree-to-text-generator — A Visual Studio Code Extension to generate file trees | ||
description: Generate file trees from your VS Code Explorer for different Markdown, LaTeX, ASCII or a userdefined format | ||
published: true | ||
author: | ||
name: Danny Koppenhagen | ||
mail: [email protected] | ||
updated: 2020-02-02 | ||
keywords: | ||
- Markdown | ||
- ASCII | ||
- asciitree | ||
- latex | ||
- dirtree | ||
- tree | ||
- filtre | ||
- vscode | ||
- Visual Studio Code | ||
language: en | ||
thumbnail: | ||
header: images/projects/file-tree-header-image.jpg | ||
card: images/projects/file-tree-header-image-small.jpg | ||
--- | ||
<p>My project <strong>vscode-file-tree-to-text-generator</strong> will give you tha ability to generate file / directory trees for different targets directly from you Visual Studio Code explorer. | ||
It supports the following formats out-of-the-box:</p> | ||
<ul> | ||
<li>Markdown</li> | ||
<li>LaTeX (DirTree)</li> | ||
<li>ASCII</li> | ||
</ul> | ||
<p><img src="images/projects/file-tree-to-text.gif" alt="File Tree To Text Gif"></p> | ||
<p>Furthermore it allows you also to create custom directory tree output formats or changes the defaults to satisfy your custom needs.</p> | ||
<p>Check out the official documentation on <a href="https://github.com/d-koppenhagen/vscode-file-tree-to-text-generator">Github</a> or <a href="https://marketplace.visualstudio.com/items?itemName=d-koppenhagen.file-tree-to-text-generator">Visual Studio Marketplace</a>.</p> | ||
`;export{e as default}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
const e=`--- | ||
title: 'scully-plugin-toc — A Plugin for generating table of contents' | ||
description: 'This plugin for Scully will insert a table of contents (TOC) for your Markdown content automatically' | ||
published: true | ||
author: | ||
name: 'Danny Koppenhagen' | ||
mail: [email protected] | ||
updated: 2021-12-20 | ||
keywords: | ||
- Angular | ||
- Scully | ||
- SSR | ||
- SSG | ||
- 'JAM Stack' | ||
- TOC | ||
language: en | ||
thumbnail: | ||
header: images/projects/toc.jpg | ||
card: images/projects/toc-small.jpg | ||
--- | ||
<p>My <a href="https://scully.io">Scully.io</a> plugin <a href="https://www.npmjs.com/package/@k9n/scully-plugin-toc"><code>scully-plugin-toc</code></a> will insert a table of contents (TOC) for your Markdown content automatically.</p> | ||
<p>You need just to define a placeholder at the place where the TOC should appear. | ||
The plugin will generate a TOC for all the headings it will find (you can also specify the level) and then insert the generated TOC at the place where you put the placeholder for it.</p> | ||
<p>Check out how to set it up by reading the docs in the <a href="https://github.com/k9n-dev/scully-plugins/tree/main/scully/plugins/scully-plugin-toc">Github repository</a>.</p> | ||
<blockquote> | ||
<p>You haven't heard about <em>Scully</em> yet? <a href="/blog/2020-01-angular-scully">Check out my article series about the static site generator <em>Scully</em></a>.</p> | ||
</blockquote> | ||
`;export{e as default}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
const n=`--- | ||
title: 'Angular 9 ist da! Die wichtigsten Neuerungen im Ãœberblick' | ||
description: 'Am 6. Februar 2020 wurde bei Google in Kalifornien der "rote Knopf" gedrückt: Das lang erwartete neue Release ist da – die neue Major-Version Angular 9.0! Wir werden Ihnen in diesem Artikel die wichtigsten Neuerungen vorstellen.' | ||
published: true | ||
author: | ||
name: Angular Buch Team | ||
mail: [email protected] | ||
created: 2020-02-10 | ||
updated: 2020-02-10 | ||
publishedAt: | ||
name: angular-buch.com | ||
url: https://angular-buch.com/blog/2020-02-angular9 | ||
logo: https://angular-buch.com/assets/img/brand-400.png | ||
linkExternal: true | ||
keywords: | ||
- Angular | ||
- Angular 9 | ||
- Ivy | ||
- TestBed | ||
- i18n | ||
- SSR | ||
- TypeScript | ||
language: de | ||
thumbnail: | ||
header: images/blog/ng9/angular9.jpg | ||
card: images/blog/ng9/angular9-small.jpg | ||
series: angular-update | ||
--- | ||
`;export{n as default}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
const e=`--- | ||
title: .dotfiles — My default configuration files for macOS | ||
description: I collected all my .bash, .zsh, .vscode, .vim, macOS, homebrew and iterm configuration files in one repository for easily setup a new macOS system with a great developer experience. | ||
published: true | ||
author: | ||
name: Danny Koppenhagen | ||
mail: [email protected] | ||
updated: 2020-03-12T00:00:00.000Z | ||
keywords: | ||
- zsh | ||
- bash | ||
- vscode | ||
- Visual Studio Code | ||
- vim | ||
- macOS | ||
- iterm | ||
- iterm2 | ||
language: en | ||
thumbnail: | ||
header: images/projects/dotfiles-header.jpg | ||
card: images/projects/dotfiles-header-small.jpg | ||
--- | ||
<p>I collected all my <code>.bash</code>, <code>.zsh</code>, <code>.vscode</code>, <code>.vim</code>, <em>macOS</em>, <a href="https://brew.sh"><em>homebrew</em></a> and <a href="https://www.iterm2.com"><em>iterm2</em></a> configuration files in one repository for an easy setup of a new macOS system with and having a great developer experience.</p> | ||
<p>Check out the official documentation and all stored configurations on <a href="https://github.com/d-koppenhagen/.dotfiles">Github</a>.</p> | ||
`;export{e as default}; |
Oops, something went wrong.