diff options
author | bnewbold <bnewbold@robocracy.org> | 2016-05-05 17:21:14 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2016-05-05 17:21:14 -0400 |
commit | 8e209973ab76e5d3b5657088306d5cd16a4eaaee (patch) | |
tree | 973fc5348be79b060059e964a927827fadc72c52 /pages | |
parent | fc2a037867c66515988fe2dfee67eef025f2cd4c (diff) | |
download | bnewnet-8e209973ab76e5d3b5657088306d5cd16a4eaaee.tar.gz bnewnet-8e209973ab76e5d3b5657088306d5cd16a4eaaee.zip |
trivial small fixes/improvements to meta pages
Diffstat (limited to 'pages')
-rw-r--r-- | pages/about.md | 14 | ||||
-rw-r--r-- | pages/copyright.md | 12 | ||||
-rw-r--r-- | pages/credits.md | 19 |
3 files changed, 19 insertions, 26 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> |