diff options
-rw-r--r-- | pages/about.md | 14 | ||||
-rw-r--r-- | pages/copyright.md | 12 | ||||
-rw-r--r-- | pages/credits.md | 19 | ||||
-rw-r--r-- | theme/templates/base.html | 2 |
4 files changed, 20 insertions, 27 deletions
diff --git a/pages/about.md b/pages/about.md index 263c4d6..6d5b27e 100644 --- a/pages/about.md +++ b/pages/about.md @@ -1,14 +1,7 @@ -Title: About bnewbold.net +Title: About Slug: about -<div class="righty_content"> - <img src="/static/img/orange_small.jpg" - alt="the author" /> - <br /> - <div class="content_caption">the perp</div> -</div> -This website is the web presence of Bryan Newbold. Chunks of the homunculus -include: +This website is the web presence of Bryan Newbold. Chunks of the homunculus include: <dl> <dt /><a href="http://know.bnewbold.net/">brain dump</a> <dt /><a href="/photos/">photo gallery</a> @@ -17,6 +10,5 @@ include: <dt /><a href="http://git.bnewbold.net/">browsable code repository</a> </dl> <p /> -There's a lot of borrowed software under the hood; see <a -href="/credits/">credits</a>. +There's a lot of borrowed software under the hood; see <a href="/credits/">credits</a>. <br /> diff --git a/pages/copyright.md b/pages/copyright.md index 34604a1..e64686c 100644 --- a/pages/copyright.md +++ b/pages/copyright.md @@ -1,7 +1,11 @@ -Title: Fuck Copyrights +Title: Copyright Slug: copyright +I'm not a big fan of copyrights or licensing. Feel free to use the content and +code from this website however you please. I would appreciate attribution or at +least letting me know if you're doing something cool, but it's not required. -<p />I'm not a big fan of copyrights or licensing. Feel free to use the content and code from this website however you please. I would appreciate attribution or at least letting me know if you're doing something cool, but it's not required. -<p />If I had to chose a license it would probably be MIT or BSD style. -<p />I don't think I've violated any other person's rights, but if you think something is a copied and/or unattributed drop a dime! +If I had to chose a license it would probably be MIT or BSD style. + +I don't think I've violated any other person's rights, but if you think +something is a copied and/or unattributed drop a dime! diff --git a/pages/credits.md b/pages/credits.md index f5d9746..76dac10 100644 --- a/pages/credits.md +++ b/pages/credits.md @@ -1,14 +1,11 @@ -Title: Software credits +Title: Software Credits Slug: credits +This site uses a variety of delicious Free Software! -This site uses a variety of delicious software! -<h3>operating system</h3> -<p />It's <a href="http://freebsd.org">freeBSD</a> under the hood when not hosted elsewhere. -<h3>web framework</h3> -<p />The site is powered by the <a href="http://djangoproject.com/">django</a> toolkit (which runs on <a href="http://python.org">python</a>). -<p />I use the <a href="http://www.carcosa.net/jason/software/django/stockphoto/">stockphoto</a> app written by Jason McBrayer for the photos section. -<h3>text editor</h3> -<p /><a href="http://vim.org">vim</a>! fuck emacs! -<h3>versioning system</h3> -<p />I use git as a revisioning system for the <a href="/knowledge/">knowledge wiki</a> and my <a href="/code/">software</a> (including this site!). +<ul> + <li>The server runs the <a href="https://debian.org">Debian</a> GNU/Linux operating system</li> + <li><a href="http://getpelican.com">Pelican</a> is used as a templating static site generator</li> + <li>I use the <a href="http://vim.org">vim</a> text editor</li> + <li>Content is <a href="http://git.bnewbold.net">versioned</a> using git +</ul> diff --git a/theme/templates/base.html b/theme/templates/base.html index 2f7af8f..f895fe3 100644 --- a/theme/templates/base.html +++ b/theme/templates/base.html @@ -86,7 +86,7 @@ Here lies content! <a href="/about/">about</a> <a href="/credits/">credits</a> <a href="mailto:webmeisterATbnewbold.net">email the webmaster</a> -produced 2007-2015 by bryan newbold, <a href="/copyright/">all rights ignored</a> +produced 2007-2016 by bryan newbold, <a href="/copyright/">all rights ignored</a> </div> </body> </html> |