From 9782b9c2badc03401c400e74b5bbcc7369eda810 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20N=C3=A1jera?= Date: Tue, 1 May 2018 23:02:29 +0200 Subject: [PATCH] styling the table the ox-hugo way --- doc/content/post/basic_config.md | 5 +++++ doc/themes/project-landing-page | 2 +- readme.org | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/content/post/basic_config.md b/doc/content/post/basic_config.md index b0aa677..4ab5c85 100644 --- a/doc/content/post/basic_config.md +++ b/doc/content/post/basic_config.md @@ -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. +
+
+ | Field | Description | |----------|----------------------------------------------------| | TITLE | Desired job | @@ -26,6 +29,8 @@ put your foreseen job. | LINKEDIN | Linkedin username | | PHOTO | path to photo file | +
+ ```org #+TITLE: My dream job #+AUTHOR: John Doe diff --git a/doc/themes/project-landing-page b/doc/themes/project-landing-page index 753b51a..24fa397 160000 --- a/doc/themes/project-landing-page +++ b/doc/themes/project-landing-page @@ -1 +1 @@ -Subproject commit 753b51a174b8126ad9fb68f3f5eb2c6fe7cf217b +Subproject commit 24fa3973fe9822c133292fe356132975738c226e diff --git a/readme.org b/readme.org index 4860d63..5a8408d 100644 --- a/readme.org +++ b/readme.org @@ -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 |