Compare commits
4 Commits
a79ef1db0f
...
c04a3386a7
Author | SHA1 | Date |
---|---|---|
scoobybejesus | c04a3386a7 | |
scoobybejesus | b993ebce44 | |
scoobybejesus | fb0e2be2ec | |
scoobybejesus | 3188630c5a |
|
@ -0,0 +1 @@
|
||||||
|
**/.DS_Store
|
2
LICENSE
2
LICENSE
|
@ -1,4 +1,4 @@
|
||||||
MIT License Copyright (c) <year> <copyright holders>
|
MIT License Copyright (c) <2020> <scoobybejesus>
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
# website
|
# website
|
||||||
|
|
||||||
Simple website to mess around with
|
## 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.
|
||||||
|
|
|
@ -42,30 +42,38 @@
|
||||||
<h5>Just kidding. This is Kirby:</h5>
|
<h5>Just kidding. This is Kirby:</h5>
|
||||||
<div class="first_row_img" style="height:333px;"><img src="/images/kirb_pup.jpg"></div>
|
<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>
|
<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>
|
||||||
|
|
||||||
<div class="main">
|
<div class="main">
|
||||||
|
|
||||||
<h2>PROGRESS OR SLOPPY COPYPASTA? YOU DECIDE! (Aug 3, 2020)</h2>
|
<h2>IS THIS WEBSITE ABOUT KIRBY? YOU DECIDE!</h2>
|
||||||
<h5>More Kirby.</h5>
|
<h5>More Kirby.</h5>
|
||||||
<div class="first_row_img" style="height:333px;"><img src="/images/kirb_bnw2.jpg"></div>
|
<div class="first_row_img" style="height:333px;"><img src="/images/kirb_bnw2.jpg"></div>
|
||||||
<p>I copied most of the html and CSS from
|
<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">here</a>.
|
<a href="https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_example_website">this
|
||||||
Even so, I am reasonably proud of myself for putting it together, even if it started out as a
|
website</a>.
|
||||||
big copypasta. I "hacked" on a bunch of it to make it my own and turn it into something that is
|
Despite that fact that scoobs.xyz started out as a copypasta, I am reasonably proud of myself for
|
||||||
a bit more likeable than it was when I started.</p>
|
putting it together. I "hacked" on it a bit to make it my own, and I turned it into something that
|
||||||
<p>It's not great, but it's a nice start. After all, I've got a couple pictures
|
is a bit more likeable and interesting than it was when I started.</p>
|
||||||
of Kirbs to show for it. It's enough to warrant a `git push`
|
<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
|
||||||
I think.</p>
|
the Kirby pictures are appreciated. </p>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<h2>MAKING PROGRESS (Aug 2, 2020)</h2>
|
<h2>THIS SITE IS A WORK IN PROGRESS</h2>
|
||||||
<h5>CSS + html = I have a fancy, responsive website.</h5>
|
<h5>(A work in progress and a get-rich-quick scheme)</h5>
|
||||||
<div>
|
<div>
|
||||||
<p>I created a website to sell my book. Buy my new book. On sale now.</p>
|
<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.,
|
<p>That is completely true, except for the part about there being a book (i.e.,
|
||||||
that was false, and there is no book).
|
that was false, and there is no book).<br />
|
||||||
</p>
|
</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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -76,10 +84,11 @@
|
||||||
|
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
<p>For online documentation and support please refer to
|
<p>For online documentation and support please refer to
|
||||||
<a href="http://bookstack.scoobs.xyz/">My Docs</a>.<br />
|
<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 />
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>Even better, check out
|
<p>Alternatively, or in addition, check out
|
||||||
<a href="http://gitea.scoobs.xyz/">My Repos</a>.<br />
|
<a href="http://gitea.scoobs.xyz/">My Repos</a>.<br />
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue