-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed static site generator from jekyll to pelican.
* Changed Github account from xesscorp to devbisme.
- Loading branch information
devbisme
committed
Sep 24, 2021
1 parent
65fcc8e
commit a35b7de
Showing
886 changed files
with
56,820 additions
and
173,225 deletions.
There are no files selected for viewing
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
This file was deleted.
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 |
---|---|---|
@@ -1 +0,0 @@ | ||
|
||
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,77 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<title>SKiDL — Version 0.0.27 Released!</title> | ||
<meta charset="utf-8" /> | ||
<link rel="profile" href="http://gmpg.org/xfn/11" /> | ||
<link rel="stylesheet" type="text/css" href="/skidl/theme/css/style.css" /> | ||
<link rel='stylesheet' id='oswald-css' href='http://fonts.googleapis.com/css?family=Oswald&ver=3.3.2' type='text/css' media='all' /> | ||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link href="https://fonts.googleapis.com/css2?family=Oswald&family=Roboto+Condensed&display=swap" rel="stylesheet"> | ||
<!-- <style type="text/css"> | ||
body.custom-background { background-color: #f5f5f5; } | ||
</style> --> | ||
<link rel="alternate" type="application/atom+xml" | ||
title="SKiDL — Flux Atom" | ||
href="/skidl/" /> | ||
<!--[if lte IE 8]><script src="/skidl/theme/js/html5shiv.js"></script><![endif]--> | ||
</head> | ||
|
||
<body class="home blog custom-background " > | ||
<div id="container"> | ||
<div id="header"> | ||
<h1 id="site-title"><a href="/skidl"><img src="/skidl/images/banner.png" width="100%"></a></h1> | ||
<!-- <h1 id="site-title"><a href="/skidl">SKiDL</a></h1> --> | ||
</div><!-- /#banner --> | ||
|
||
<div id="menu"> | ||
<div class="menu-navigation-container"> | ||
<ul id="menu-navigation" class="menu"> | ||
<li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://github.com/devbisme/skidl">Github</a></li> | ||
<li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://github.com/devbisme/skidl/discussions">Forum</a></li> | ||
<li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="/skidl/category/posts.html">Blog</a></li> | ||
<li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="/skidl/api/html/index.html">API</a></li> | ||
<li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="/skidl/">Home</a></li> | ||
|
||
</ul> | ||
</div> <!--/#menu-navigation-container--> | ||
</div><!-- /#menu --> | ||
|
||
<div class="page-title"> | ||
</div> | ||
|
||
<div id="contents"> | ||
|
||
<div class="post type-post status-publish format-standard hentry category-general" id="post"> | ||
<div class="entry-meta"> | ||
<span class="date"><a href="/skidl/Release_0_0_27-2019-12-16.html">Mon 16 December 2019</a></span> | ||
/ | ||
<span class="byline"><a href="/skidl/author/dave-vandenbout.html">Dave Vandenbout</a></span> | ||
</div> <!-- /#entry-meta --> | ||
<div class="main"> | ||
<h2 class="entry-title"> | ||
<a href="/skidl/Release_0_0_27-2019-12-16.html" title="Permalink to Version 0.0.27 Released!" rel="bookmark">Version 0.0.27 Released!</a> | ||
</h2> | ||
<div class="entry-content"> | ||
<p>It's been almost eleven months since I released a new version of SKiDL | ||
(not counting updates to the Github repo). | ||
So here's a new one: version 0.0.27. | ||
You can install it using pip just like all the other releases.</p> | ||
<p>Check out the changes in this version <a href="https://github.com/devbisme/skidl/blob/master/HISTORY.rst">here</a>. | ||
I didn't quite get everything I wanted into a useable state | ||
(like <strong>design notes</strong> and <strong>net classes</strong>), but I figured it was better to | ||
release what I had to fix some existing bugs.</p> | ||
</div> <!--/#entry-content--> | ||
</div> <!--/#main--> | ||
</div> <!--/#post--> | ||
|
||
</div> | ||
|
||
<div id="footer"> | ||
<p> </p> | ||
</div><!-- /#footer --> | ||
</div><!-- /#container --> | ||
<div style="display:none"></div> | ||
</body> | ||
</html> |
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,80 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<title>SKiDL — Version 0.0.28 Released!</title> | ||
<meta charset="utf-8" /> | ||
<link rel="profile" href="http://gmpg.org/xfn/11" /> | ||
<link rel="stylesheet" type="text/css" href="/skidl/theme/css/style.css" /> | ||
<link rel='stylesheet' id='oswald-css' href='http://fonts.googleapis.com/css?family=Oswald&ver=3.3.2' type='text/css' media='all' /> | ||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link href="https://fonts.googleapis.com/css2?family=Oswald&family=Roboto+Condensed&display=swap" rel="stylesheet"> | ||
<!-- <style type="text/css"> | ||
body.custom-background { background-color: #f5f5f5; } | ||
</style> --> | ||
<link rel="alternate" type="application/atom+xml" | ||
title="SKiDL — Flux Atom" | ||
href="/skidl/" /> | ||
<!--[if lte IE 8]><script src="/skidl/theme/js/html5shiv.js"></script><![endif]--> | ||
</head> | ||
|
||
<body class="home blog custom-background " > | ||
<div id="container"> | ||
<div id="header"> | ||
<h1 id="site-title"><a href="/skidl"><img src="/skidl/images/banner.png" width="100%"></a></h1> | ||
<!-- <h1 id="site-title"><a href="/skidl">SKiDL</a></h1> --> | ||
</div><!-- /#banner --> | ||
|
||
<div id="menu"> | ||
<div class="menu-navigation-container"> | ||
<ul id="menu-navigation" class="menu"> | ||
<li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://github.com/devbisme/skidl">Github</a></li> | ||
<li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://github.com/devbisme/skidl/discussions">Forum</a></li> | ||
<li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="/skidl/category/posts.html">Blog</a></li> | ||
<li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="/skidl/api/html/index.html">API</a></li> | ||
<li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="/skidl/">Home</a></li> | ||
|
||
</ul> | ||
</div> <!--/#menu-navigation-container--> | ||
</div><!-- /#menu --> | ||
|
||
<div class="page-title"> | ||
</div> | ||
|
||
<div id="contents"> | ||
|
||
<div class="post type-post status-publish format-standard hentry category-general" id="post"> | ||
<div class="entry-meta"> | ||
<span class="date"><a href="/skidl/Release_0_0_28-2019-12-17.html">Tue 17 December 2019</a></span> | ||
/ | ||
<span class="byline"><a href="/skidl/author/dave-vandenbout.html">Dave Vandenbout</a></span> | ||
</div> <!-- /#entry-meta --> | ||
<div class="main"> | ||
<h2 class="entry-title"> | ||
<a href="/skidl/Release_0_0_28-2019-12-17.html" title="Permalink to Version 0.0.28 Released!" rel="bookmark">Version 0.0.28 Released!</a> | ||
</h2> | ||
<div class="entry-content"> | ||
<p>Well, that didn't last long.</p> | ||
<p>I released version 0.0.27 of SKiDL yesterday, but I didn't like | ||
having the <code>zyc</code> utility bundled in there because that pulls in <code>wxpython</code> | ||
as a requirement. | ||
That's likely to cause problems for some people when they try to install | ||
it with <code>pip</code>.</p> | ||
<p>So I made <code>zyc</code> a <a href="https://pypi.org/project/zyc/">separate utility you can install</a>, and removed it from | ||
the newly-released 0.0.28 version of SKiDL.</p> | ||
<p>This is the last SKiDL release for this year. | ||
I mean it this time. | ||
Really.</p> | ||
</div> <!--/#entry-content--> | ||
</div> <!--/#main--> | ||
</div> <!--/#post--> | ||
|
||
</div> | ||
|
||
<div id="footer"> | ||
<p> </p> | ||
</div><!-- /#footer --> | ||
</div><!-- /#container --> | ||
<div style="display:none"></div> | ||
</body> | ||
</html> |
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,78 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<title>SKiDL — Version 0.0.30 Released!</title> | ||
<meta charset="utf-8" /> | ||
<link rel="profile" href="http://gmpg.org/xfn/11" /> | ||
<link rel="stylesheet" type="text/css" href="/skidl/theme/css/style.css" /> | ||
<link rel='stylesheet' id='oswald-css' href='http://fonts.googleapis.com/css?family=Oswald&ver=3.3.2' type='text/css' media='all' /> | ||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link href="https://fonts.googleapis.com/css2?family=Oswald&family=Roboto+Condensed&display=swap" rel="stylesheet"> | ||
<!-- <style type="text/css"> | ||
body.custom-background { background-color: #f5f5f5; } | ||
</style> --> | ||
<link rel="alternate" type="application/atom+xml" | ||
title="SKiDL — Flux Atom" | ||
href="/skidl/" /> | ||
<!--[if lte IE 8]><script src="/skidl/theme/js/html5shiv.js"></script><![endif]--> | ||
</head> | ||
|
||
<body class="home blog custom-background " > | ||
<div id="container"> | ||
<div id="header"> | ||
<h1 id="site-title"><a href="/skidl"><img src="/skidl/images/banner.png" width="100%"></a></h1> | ||
<!-- <h1 id="site-title"><a href="/skidl">SKiDL</a></h1> --> | ||
</div><!-- /#banner --> | ||
|
||
<div id="menu"> | ||
<div class="menu-navigation-container"> | ||
<ul id="menu-navigation" class="menu"> | ||
<li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://github.com/devbisme/skidl">Github</a></li> | ||
<li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="https://github.com/devbisme/skidl/discussions">Forum</a></li> | ||
<li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="/skidl/category/posts.html">Blog</a></li> | ||
<li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="/skidl/api/html/index.html">API</a></li> | ||
<li class="menu-item menu-item-type-post_type menu-item-object-page"><a href="/skidl/">Home</a></li> | ||
|
||
</ul> | ||
</div> <!--/#menu-navigation-container--> | ||
</div><!-- /#menu --> | ||
|
||
<div class="page-title"> | ||
</div> | ||
|
||
<div id="contents"> | ||
|
||
<div class="post type-post status-publish format-standard hentry category-general" id="post"> | ||
<div class="entry-meta"> | ||
<span class="date"><a href="/skidl/Release_0_0_30-2020-05-16.html">Sat 16 May 2020</a></span> | ||
/ | ||
<span class="byline"><a href="/skidl/author/dave-vandenbout.html">Dave Vandenbout</a></span> | ||
</div> <!-- /#entry-meta --> | ||
<div class="main"> | ||
<h2 class="entry-title"> | ||
<a href="/skidl/Release_0_0_30-2020-05-16.html" title="Permalink to Version 0.0.30 Released!" rel="bookmark">Version 0.0.30 Released!</a> | ||
</h2> | ||
<div class="entry-content"> | ||
<p>I'm releasing version 0.0.30 of SKiDL today! | ||
It has some new features I'm excited about:</p> | ||
<ul> | ||
<li>A new <code>@package</code> decorator to make subcircuits act like <code>Parts</code>.</li> | ||
<li>A new <code>tee()</code> function for creating T-junctions in networks.</li> | ||
<li>Custom ERCs can now be added using the new <code>erc_assert()</code> function.</li> | ||
<li>Substring matching in pin names can now be enabled/disabled.</li> | ||
</ul> | ||
<p>I'll have some upcoming blog posts about these in the near future.</p> | ||
</div> <!--/#entry-content--> | ||
</div> <!--/#main--> | ||
</div> <!--/#post--> | ||
|
||
</div> | ||
|
||
<div id="footer"> | ||
<p> </p> | ||
</div><!-- /#footer --> | ||
</div><!-- /#container --> | ||
<div style="display:none"></div> | ||
</body> | ||
</html> |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.