Hugo Bootstrap one-page demo

Task lists

- [x] Task 1
- [ ] Task 2
- [ ] Task 3

Result:

  • Task 1
  • Task 2
  • Task 3

Emphasis

Emphasis, aka italics, with *asterisks* or _underscores_.

Strong emphasis, aka bold, with **asterisks** or __underscores__.

Combined emphasis with **asterisks and _underscores_**.

Strikethrough uses two tildes. ~~Scratch this.~~

Emphasis, aka italics, with asterisks or underscores.

Strong emphasis, aka bold, with asterisks or underscores.

Combined emphasis with asterisks and underscores.

Strikethrough uses two tildes. Scratch this.

Headers

# H1
## H2
### H3
#### H4
##### H5
###### H6

H1

H2

H3

H4

H5
H6

Lists

1. First ordered list item
1. Another item
1. And another item. 
  1. First ordered list item
  2. Another item
  3. And another item.

Images

![](https://picsum.photos/400)

Code

```python
s = "Python syntax highlighting"
print s
```
s = "Python syntax highlighting"
print s

Markdown tables

Bootstrap stylizes tables based on the table class which requires a shortcode. (optionally) The shortcode can accept class arguments (table-stripe and table-bordered demonstrated below).

{{< table `table-striped table-bordered` >}}
| Tables        | Are           | Cool  |
| ------------- |:-------------:| -----:|
| col 3 is      | right-aligned | $1600 |
| col 2 is      | centered      |   $12 |
| zebra stripes | are neat      |    $1 |
{{< /table >}}

Result:

TablesAreCool
col 3 isright-aligned$1600
col 2 iscentered$12
zebra stripesare neat$1

Data files with tables

Hugo manages raw data in the data folder. This table is defined in the main HTML index layouts/index.html.

NameVersionDescription
Icony0.1-alphabreaks everything
Appening1fixes everything
Slate9.9runs forever