Compare commits
No commits in common. "c04a3386a786f8f708a75fbac83116ac1ca6f329" and "a79ef1db0fb43a2406f5087606fb144f40da981b" have entirely different histories.
c04a3386a7
...
a79ef1db0f
|
@ -1 +0,0 @@
|
|||
**/.DS_Store
|
2
LICENSE
2
LICENSE
|
@ -1,4 +1,4 @@
|
|||
MIT License Copyright (c) <2020> <scoobybejesus>
|
||||
MIT License Copyright (c) <year> <copyright holders>
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
# website
|
||||
|
||||
## Simple website to mess around with
|
||||
|
||||
This website's repo contains a post-receive git hook that immediately writes
|
||||
the changes to a working directory in a location that is accessible to my
|
||||
web server, thus commits will be immediately be reflected on the website.
|
||||
Simple website to mess around with
|
|
@ -42,38 +42,30 @@
|
|||
<h5>Just kidding. This is Kirby:</h5>
|
||||
<div class="first_row_img" style="height:333px;"><img src="/images/kirb_pup.jpg"></div>
|
||||
<p>He was pretty young. This from June 2013.</p>
|
||||
<h2>About This Site</h2>
|
||||
<p>By loading this website, you are rendering [an exact copy of] the code you'll find in my website
|
||||
repository, which you can find <a href="http://gitea.scoobs.xyz/scoobs/website">here</a>. The
|
||||
website code is tracked in a git repository; and every time I commit code changes to the code
|
||||
repository, those changes are reflected here on the website -- and I find that pretty neat.</p>
|
||||
</div>
|
||||
|
||||
<div class="main">
|
||||
|
||||
<h2>IS THIS WEBSITE ABOUT KIRBY? YOU DECIDE!</h2>
|
||||
<h2>PROGRESS OR SLOPPY COPYPASTA? YOU DECIDE! (Aug 3, 2020)</h2>
|
||||
<h5>More Kirby.</h5>
|
||||
<div class="first_row_img" style="height:333px;"><img src="/images/kirb_bnw2.jpg"></div>
|
||||
<p>I copied most of the html and CSS code that comprises scoobs.xyz from
|
||||
<a href="https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_example_website">this
|
||||
website</a>.
|
||||
Despite that fact that scoobs.xyz started out as a copypasta, I am reasonably proud of myself for
|
||||
putting it together. I "hacked" on it a bit to make it my own, and I turned it into something that
|
||||
is a bit more likeable and interesting than it was when I started.</p>
|
||||
<p>It's not great, but it's a nice start. I don't need a website. This is for fun and learning. I hope
|
||||
the Kirby pictures are appreciated. </p>
|
||||
<p>I copied most of the html and CSS from
|
||||
<a href="https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_example_website">here</a>.
|
||||
Even so, I am reasonably proud of myself for putting it together, even if it started out as a
|
||||
big copypasta. I "hacked" on a bunch of it to make it my own and turn it into something that is
|
||||
a bit more likeable than it was when I started.</p>
|
||||
<p>It's not great, but it's a nice start. After all, I've got a couple pictures
|
||||
of Kirbs to show for it. It's enough to warrant a `git push`
|
||||
I think.</p>
|
||||
<br>
|
||||
|
||||
<h2>THIS SITE IS A WORK IN PROGRESS</h2>
|
||||
<h5>(A work in progress and a get-rich-quick scheme)</h5>
|
||||
<h2>MAKING PROGRESS (Aug 2, 2020)</h2>
|
||||
<h5>CSS + html = I have a fancy, responsive website.</h5>
|
||||
<div>
|
||||
<p>I created a website to sell my book. Buy my new book. On sale now.</p>
|
||||
<p>That is completely true, except for the part about there being a book (i.e.,
|
||||
that was false, and there is no book).<br />
|
||||
that was false, and there is no book).
|
||||
</p>
|
||||
<p>Back to reality, I'll try to periodically inspire myself to update this site. It's tough to force
|
||||
creativity for something I don't need and don't have much of a use for, but I plan to try
|
||||
anyway. I'm enjoying myself.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -84,11 +76,10 @@
|
|||
|
||||
<div class="footer">
|
||||
<p>For online documentation and support please refer to
|
||||
<a href="http://bookstack.scoobs.xyz/">My Docs</a>. Support, lol. <br />But, really, I do explain how to do
|
||||
this (and more) on a FreeBSD VPS using jails.<br />
|
||||
<a href="http://bookstack.scoobs.xyz/">My Docs</a>.<br />
|
||||
</p>
|
||||
|
||||
<p>Alternatively, or in addition, check out
|
||||
<p>Even better, check out
|
||||
<a href="http://gitea.scoobs.xyz/">My Repos</a>.<br />
|
||||
</p>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue