aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authordvs12024-12-16 14:42:36 +1000
committerdvs12024-12-16 14:42:36 +1000
commit4d4d5967ebbf22448486df0a97bbcc81693c8557 (patch)
tree7d67850ae08f7f2193ab9c0e0987ee938a9a8297
parentQuickie PR department, er I mean About page. (diff)
downloadnotYetAnotherWiki-4d4d5967ebbf22448486df0a97bbcc81693c8557.zip
notYetAnotherWiki-4d4d5967ebbf22448486df0a97bbcc81693c8557.tar.gz
notYetAnotherWiki-4d4d5967ebbf22448486df0a97bbcc81693c8557.tar.bz2
notYetAnotherWiki-4d4d5967ebbf22448486df0a97bbcc81693c8557.tar.xz
Add about and testing sub sites, and stuff everything into menus.
Diffstat (limited to '')
-rw-r--r--about/index.md (renamed from About/index.md)0
-rw-r--r--default.template2
-rw-r--r--menu.md6
-rw-r--r--testing/Connie_click-me.gifbin0 -> 4259 bytes
-rw-r--r--testing/index.md102
5 files changed, 109 insertions, 1 deletions
diff --git a/About/index.md b/about/index.md
index cd41201..cd41201 100644
--- a/About/index.md
+++ b/about/index.md
diff --git a/default.template b/default.template
index 1e08cb6..0469099 100644
--- a/default.template
+++ b/default.template
@@ -34,7 +34,7 @@
34 <table> 34 <table>
35 <tr> 35 <tr>
36 <td><img src="Connie_click-me.gif" alt="alt text" title="Not (Yet) (Another / A) Wiki."/></td> 36 <td><img src="Connie_click-me.gif" alt="alt text" title="Not (Yet) (Another / A) Wiki."/></td>
37 <td>site top menu plus login and register buttons.</td> 37 <td><a href="about/index.HTML">about</a> &nbsp; <a href="testing/index.HTML">testing</a> &nbsp; plus login and register buttons</td>
38 </tr> 38 </tr>
39 <td rowspan=0 style="background-color: rebeccapurple; text-align:left; white-space:nowrap; vertical-align:top"> 39 <td rowspan=0 style="background-color: rebeccapurple; text-align:left; white-space:nowrap; vertical-align:top">
40 menu for the current directory 40 menu for the current directory
diff --git a/menu.md b/menu.md
new file mode 100644
index 0000000..7a0e09f
--- /dev/null
+++ b/menu.md
@@ -0,0 +1,6 @@
1---
2template: menu
3---
4
5- [home](index.HTML)
6- [TODO](TODO.HTML)
diff --git a/testing/Connie_click-me.gif b/testing/Connie_click-me.gif
new file mode 100644
index 0000000..6f0b361
--- /dev/null
+++ b/testing/Connie_click-me.gif
Binary files differ
diff --git a/testing/index.md b/testing/index.md
new file mode 100644
index 0000000..d044970
--- /dev/null
+++ b/testing/index.md
@@ -0,0 +1,102 @@
1---
2pagetitle: "G'day world!"
3author: onefang
4webtrail: "Web trail goes here."
5---
6
7I've been around since the early sixties, but no one ever noticed.&nbsp; You
8really should have tried to pay attention though, I'm awesome.&nbsp; I try to
9help the world, but that's not what everyone wants me to do.$_$ Well, the
10people in charge of this poor defenseless world of ours.
11
12
13***
14
15# Spaces
16
17Can it *handle* my _usual_ two **space** sentence breaks? Let's test it.$_$ Not by default.
18
19The \\ before a space turns it into a "a literal unicode nonbreaking space character" which looks invisible in the source.&nbsp; \--ascii should output the HTML code far that.$_$ Except doesn't actually work.
20
21Also a \\ at the end of a line turns into a line break, though they get wrapped in paragraph tags.$_$ lol
22
23Take two.$_$ And now for something completely different.&nbsp; It's not consistant, need to manually put in the nbsp a few times above.&nbsp; Ah, it only works for the first one per line.
24
25\
26
27## Strike out
28
29Test ~~strike~~ --out--.$_$ Needs the extension.
30
31### URL
32
33[untalenz](https://untalenz.rocks/)
34
35https://sledjhamr.org/
36
37# Lists
38
39
40* zero
41* 1
42* two
43
44- zero
45- 1
46- two
47
48
49No way to say "here is the end of the list" without putting something **else** here?$_$ Ah a comment will work, or anything else.
50
51
521. one
532. 2
54
55
56<!-- A comment will work -->
57
58
590. 0
601. one
612. 2
62
63Autonumbering? Nope. B-(
64
650. zero
66 1
67 two
68
69
70# images
71
72![alt text](Connie_click-me.gif "title")
73
74![figcaption](Connie_click-me.gif "title")
75
76# code
77
78 a simple
79 indented code block
80 <a/>
81 *hi*
82
83 - one
84
85 Plus some extra text.
86
87~~~
88<
89 >
90~~~
91
92~~~lua
93-- Show some Lua code here, may even be highlighted right.
94print("G'day world!")
95-- Let's see what happens with the HTML output by cmark, then gets rendered by the web browser, inside my CSS styled pre code thingy that cmark produces. For a very very very loooong line. Needs to be much longer. What else can I add to this already quite long line to get it to trigger being overly long? I need even mooooooore???
96print'The problem here is that I have to use CSS to style these things, coz cmark wont let me at the style stuff as far as I can see. But using CSS web browsers think the nmall box STILL extends all the way to the end of the content, but the scroll works anyway. So it's fucking up the size of the container.'
97~~~
98
99> # What is a blockquote?
100> Still don't know. lol
101>
102> Just another useless way to eat space I guess.$_$ shrugs