Test page
This is a test page, which is intended to see how things in this website work, as well as for seeing what happens when the static site generator is used.
These are Tcl code snippets, which must be shown as is:
[expr {11111*11111}]
,
[set some_variable "a \"string\" test with 'single quotes'"]
,
$some_variable
.
Header 2
Header 3
Header 4
Header 5
Header 6
This is normal text.
This is bold text.
This is italic text.
This is monospace text.
This is a link.
This is an inline quote.
// Test code block #include <stdlib.h> #include <stdio.h> // ********************** This line is 80 characters long ********************** int main(void) { puts("Hello!"); return EXIT_SUCCESS; }
This is a block quote.An unordered list:
- First item.
- Second item.
- Third item.
- Fourth item.
-
Fifth item, with some sub-items:
- Alpha
- Bravo
- Charlie
- Delta
- Echo
- First,
- second, and
-
third, with some stuff:
- Some item,
- some other item,
- ...and another one
SSG stuff
Site tree, with links
(<%tree:Home|<@LTITLE@>%>
):
Site tree, without links and with descriptions
(<%tree:Home|<b><@TITLE@></b>:
<@DESCR@>%>
):
- Home: Home page
- About: About page
- About myself: Some information about myself
- Licensing: Information about licensing
- Meta: How and why this site is made
- Site map: How this site is organized
- Test page: A page to show how things in this site work
- Other links: Other places on the internet where I can be found
- Bookmarks: Sites I find interesting
- Projects: My projects
- Music: Music
- Software: Programming-related stuff
- Azorella: A static site generator
- Maihuenia: A template metaprogramming library for C++11
- Visuals: Photography and visuals of any other kind
- Writings: Written stuff
- About: About page
Links to some internal pages: Home, About and Test page.
Children pages of the main page (macro, placed inside an
<ul>
block:
<%children:Home|<li><@LTITLE@></li>%>
):
Same as above, but with descriptions (macro:
<%children:Home|<li><@LTITLE@>: <@DESCR@></li>%>
):
Ancestor pages: