From b18a42605e1cd98dc223adc31942216af615b76d Mon Sep 17 00:00:00 2001 From: ryliejamesthomas Date: Tue, 7 Jul 2020 14:11:26 +1000 Subject: [PATCH] Created --- .editorconfig | 5 ++ 2019/2019-02-09_00:11_Example.html | 5 ++ 2019/2019-06-09_00:11_Example.html | 6 +++ 2019/index.php | 43 +++++++++++++++++ 2020/2020-02-09_00:11_Example.html | 5 ++ 2020/2020-06-09_00:11_Example.html | 6 +++ LICENSE => LICENCE | 0 README.md | 2 - basic.css | 74 ++++++++++++++++++++++++++++++ index.php | 43 +++++++++++++++++ 10 files changed, 187 insertions(+), 2 deletions(-) create mode 100644 .editorconfig create mode 100644 2019/2019-02-09_00:11_Example.html create mode 100644 2019/2019-06-09_00:11_Example.html create mode 100755 2019/index.php create mode 100644 2020/2020-02-09_00:11_Example.html create mode 100644 2020/2020-06-09_00:11_Example.html rename LICENSE => LICENCE (100%) delete mode 100644 README.md create mode 100644 basic.css create mode 100755 index.php diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..ba49e3c --- /dev/null +++ b/.editorconfig @@ -0,0 +1,5 @@ +root = true + +[*] +indent_style = tab +indent_size = 4 diff --git a/2019/2019-02-09_00:11_Example.html b/2019/2019-02-09_00:11_Example.html new file mode 100644 index 0000000..fcbbae7 --- /dev/null +++ b/2019/2019-02-09_00:11_Example.html @@ -0,0 +1,5 @@ +
+ +

Another Example Post

+

Here's a another one!

+
diff --git a/2019/2019-06-09_00:11_Example.html b/2019/2019-06-09_00:11_Example.html new file mode 100644 index 0000000..0d3a704 --- /dev/null +++ b/2019/2019-06-09_00:11_Example.html @@ -0,0 +1,6 @@ +
+ +

Example Post

+

Here's a wee example of what a web-log post looks like.

+

You can add whatever HTML you want in here :)

+
diff --git a/2019/index.php b/2019/index.php new file mode 100755 index 0000000..140c0e8 --- /dev/null +++ b/2019/index.php @@ -0,0 +1,43 @@ + + + + + BB Web-log Example/Demo. + + + + + + + +
+
+

BB Web-log Example/Demo.

+

Read via RSS feed.

+
+ +
+
+ +
+ + + diff --git a/2020/2020-02-09_00:11_Example.html b/2020/2020-02-09_00:11_Example.html new file mode 100644 index 0000000..855c867 --- /dev/null +++ b/2020/2020-02-09_00:11_Example.html @@ -0,0 +1,5 @@ +
+ +

Another Example Post

+

Here's a another one!

+
diff --git a/2020/2020-06-09_00:11_Example.html b/2020/2020-06-09_00:11_Example.html new file mode 100644 index 0000000..3fcf69b --- /dev/null +++ b/2020/2020-06-09_00:11_Example.html @@ -0,0 +1,6 @@ +
+ +

Example Post

+

Here's a wee example of what a web-log post looks like.

+

You can add whatever HTML you want in here :)

+
diff --git a/LICENSE b/LICENCE similarity index 100% rename from LICENSE rename to LICENCE diff --git a/README.md b/README.md deleted file mode 100644 index afc1b9d..0000000 --- a/README.md +++ /dev/null @@ -1,2 +0,0 @@ -# bb_web-log - diff --git a/basic.css b/basic.css new file mode 100644 index 0000000..7e3a774 --- /dev/null +++ b/basic.css @@ -0,0 +1,74 @@ +abbr { + font-variant-caps:all-small-caps; +} + +abbr.acronym { + font-variant-caps:small-caps; +} + +abbr[title] { + cursor:help; +} + +article, +nav, +section { + border-style:solid; + border-width:1px; + margin:1em 0; + padding:1em; +} + + +blockquote > cite::before { + content:"\2014"; + margin-right:0.2em; +} + +body { + margin-left:auto; + margin-right:auto; + width:33em; +} + +code, +pre { + overflow-x:auto; + tab-size:4; + -moz-tab-size:4; +} + +footer > nav ul, +header > nav ol, +header > nav p { + margin:0; + padding:0; +} + +footer > nav ul, +header > nav ol { + list-style:none; +} + +footer > nav ul li, +header > nav ol li, +header > nav p, +header > nav ol { + display:inline-block; +} + +footer > nav ul li:not(:first-child)::before, +header > nav ol li:not(:first-child)::before { + content:"\FF0F"; + margin-right:0.25em; +} + +img { + max-width:100%; + vertical-align:text-bottom; + width:auto; +} + +q { + quotes:"\2018" "\2019" "\201C" "\201D"; +} diff --git a/index.php b/index.php new file mode 100755 index 0000000..2f94a85 --- /dev/null +++ b/index.php @@ -0,0 +1,43 @@ + + + + + BB Web-log Example/Demo. + + + + + + + +
+
+

BB Web-log Example/Demo.

+

Read via RSS feed.

+
+ +
+
+ +
+ + +