<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="https://notiz.blog/wp-content/plugins/pretty-feeds/pretty-feed-v4.xsl" type="text/xsl" media="screen" ?>


<!--

	Feeds whisper secrets,
	In the RSS Club's embrace,
	Knowledge blooms in grace.

-->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:source="http://source.scripting.com/"
xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
>

<channel>
	<title>linkblog &#8211; notizBlog</title>
	<atom:link href="https://notiz.blog/tag/linkblog/feed/" rel="self" type="application/rss+xml" />
	<link>https://notiz.blog</link>
	<description>a weblog mainly about the open, portable, interoperable, small, social, synaptic, semantic, structured, distributed, (re-)decentralized, independent, microformatted and federated social web</description>
	<lastBuildDate>Mon, 28 Jun 2021 07:39:06 +0000</lastBuildDate>
	<language>de</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://notiz.blog/wp-content/uploads/2019/10/cropped-notizblog-icon-1-32x32.png</url>
	<title>linkblog &#8211; notizBlog</title>
	<link>https://notiz.blog</link>
	<width>32</width>
	<height>32</height>
</image> 
<source:blogroll>https://reader.pfefferle.org/i/?a=opml&amp;get=c_2</source:blogroll>
<creativeCommons:license>https://creativecommons.org/licenses/by-sa/4.0/</creativeCommons:license>
<atom:link rel="hub" href="https://pubsubhubbub.appspot.com"/>
<atom:link rel="hub" href="https://pubsubhubbub.superfeedr.com"/>
<atom:link rel="hub" href="https://switchboard.p3k.io/"/>
<atom:link rel="self" href="https://notiz.blog/tag/linkblog/feed/"/>
<atom:link rel="search" type="application/opensearchdescription+xml" title="Search notizBlog" href="https://notiz.blog/wp-api/opensearch/1.1/document" />	<item>
		<title>Simple linklog using the K2 theme</title>
		<link>https://notiz.blog/2006/10/26/simple-linklog-using-the-k2-theme/</link>
					<comments>https://notiz.blog/2006/10/26/simple-linklog-using-the-k2-theme/#comments</comments>
		
		<dc:creator><![CDATA[Matthias Pfefferle]]></dc:creator>
		<pubDate>Thu, 26 Oct 2006 09:44:35 +0000</pubDate>
				<category><![CDATA[Open Web]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[FediBlog]]></category>
		<category><![CDATA[K2]]></category>
		<category><![CDATA[kottke]]></category>
		<category><![CDATA[linkblog]]></category>
		<category><![CDATA[linkdump]]></category>
		<category><![CDATA[nur mal kurz]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">http://www.notizblog.org/2006/10/26/simple-linklog-using-the-k2-theme/</guid>

					<description><![CDATA[HowTo get a linklog like Kottkes remaindered links or something like the asides hack from Matt using wordpress, the K2 theme and some CSS. First of all you have to create a category you want to use, for example &#8222;linkdump&#8220;, then create your own custom style (K2 page structure). Add the following code to your [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>HowTo get a linklog like <a href="https://kottke.org/">Kottkes</a> <a href="https://web.archive.org/web/20050204045428/http://www.kottke.org/remainder/">remaindered links</a> or something like the asides hack from <a href="https://ma.tt/2004/05/asides/">Matt</a> using <a href="https://wordpress.org">wordpress</a>, the <a href="https://web.archive.org/web/20070202023213/http://getk2.com/">K2 theme</a> and some CSS.</p>



<p>First of all you have to create a category you want to use, for example <em>&#8222;linkdump&#8220;</em>, then create your own <a href="https://web.archive.org/web/20120108023729/http://www.johntp.com:80/2006/06/09/how-to-create-a-custom-k2-scheme-part-1/">custom style</a> (<a href="https://web.archive.org/web/20080430150028/http://k2.stikipad.com:80/docs/show/Page+Structure">K2 page structure</a>).</p>



<p>Add the following code to your custom css&#8230;</p>



<p>CSS code to hide the title (header), the noteworthy-link and the entry meta:</p>


<pre class="wp-block-code"><span><code class="hljs language-css"><span class="hljs-selector-class">.category-linkdump</span> <span class="hljs-selector-class">.entry-title</span>, <span class="hljs-selector-class">.category-linkdump</span> <span class="hljs-selector-class">.noteworthyLink</span>, <span class="hljs-selector-class">.category-linkdump</span> <span class="hljs-selector-class">.entry-meta</span> {
    <span class="hljs-attribute">display</span>: none;
}</code></span></pre>


<p>Example code to format the new linkdump category:</p>


<pre class="wp-block-code"><span><code class="hljs language-css"><span class="hljs-selector-class">.category-linkdump</span> <span class="hljs-selector-class">.entry-content</span> <span class="hljs-selector-tag">a</span>, <span class="hljs-selector-class">.category-linkdump</span> <span class="hljs-selector-class">.entry-content</span> <span class="hljs-selector-tag">a</span><span class="hljs-selector-pseudo">:hover</span> {
    <span class="hljs-attribute">border-bottom</span>: <span class="hljs-number">1px</span> dotted <span class="hljs-number">#CCC</span>; <span class="hljs-attribute">text-decoration</span>: none <span class="hljs-meta">!important</span>;
}</code></span></pre>

<pre class="wp-block-code"><span><code class="hljs language-css"><span class="hljs-selector-class">.category-linkdump</span> <span class="hljs-selector-class">.entry-content</span> {
    <span class="hljs-comment">/*background-color: #F8F8F8;*/</span>
    <span class="hljs-attribute">border-top</span>: <span class="hljs-number">1px</span> dotted <span class="hljs-number">#CCC</span>;
    <span class="hljs-attribute">border-bottom</span>: <span class="hljs-number">1px</span> dotted <span class="hljs-number">#CCC</span>;
    <span class="hljs-attribute">padding</span>: <span class="hljs-number">15px</span>; <span class="hljs-attribute">font-size</span>: <span class="hljs-number">10px</span>;
}</code></span></pre>


<p>Demo: <a href="https://notiz.blog/category/links/">https://notiz.blog/category/links/</a></p>



<p>If you want to use your del.icio.us account for the linkdump/linklog try &#8222;<a href="https://web.archive.org/web/20070713041307/http://nozell.com/blog/2005/01/30/updated-yet-another-daily-delicious-hack/">Yet Another Weekly del.icio.us</a>&#8222;</p>
<p>Congratulations on being an RSS reader! You are part of an elite group of people who know how to stay updated in style.</p>]]></content:encoded>
					
					<wfw:commentRss>https://notiz.blog/2006/10/26/simple-linklog-using-the-k2-theme/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
	</channel>
</rss>
