styling the table the ox-hugo way

This commit is contained in:
Óscar Nájera 2018-05-01 23:02:29 +02:00
parent e8542bbed6
commit 9782b9c2ba
3 changed files with 7 additions and 1 deletions

View file

@ -13,6 +13,9 @@ The basic structure of an org file containing your CV is shown next.
`TITLE`, `AUTHOR` and `EMAIL` are standard org options. But on `TITLE` you
put your foreseen job.
<div class="ox-hugo-table table table-striped">
<div></div>
| Field | Description |
|----------|----------------------------------------------------|
| TITLE | Desired job |
@ -26,6 +29,8 @@ put your foreseen job.
| LINKEDIN | Linkedin username |
| PHOTO | path to photo file |
</div>
```org
#+TITLE: My dream job
#+AUTHOR: John Doe

@ -1 +1 @@
Subproject commit 753b51a174b8126ad9fb68f3f5eb2c6fe7cf217b
Subproject commit 24fa3973fe9822c133292fe356132975738c226e

View file

@ -43,6 +43,7 @@ The basic structure of an org file containing your CV is shown next.
=TITLE=, =AUTHOR= and =EMAIL= are standard org options. But on =TITLE= you
put your foreseen job.
#+attr_html: :class table table-striped
| Field | Description |
|----------+----------------------------------------------------|
| TITLE | Desired job |