1
0
Fork 0
Commit Graph

139 Commits

Author SHA1 Message Date
Diego Zamboni 95c9051532 Improve first/last name handling.
By default first/last name are now extracted from the value of #+AUTHOR,
but #+FIRSTNAME and #+LASTNAME can be used to override the values
if needed.
2019-12-08 16:12:56 +01:00
Diego Zamboni 2a322a9b12 Updated documentation. 2019-12-07 21:29:22 +01:00
Diego Zamboni 51c7ef8ed5 Support for AwesomeCV
Added a new ox-awesomecv.el, which provides support for the AwesomeCV
LaTeX class: https://github.com/posquit0/Awesome-CV

Added the corresponding documentation in the README as well.

An example of a CV produced with this exporter can be found at
https://zzamboni.org/vita/
2019-12-07 20:46:35 +01:00
Diego Zamboni 91e5a55fe1 Updated org-cv-utils--format-time-window
If both dates are the same, return only one of them, without the dash.
2019-12-07 20:01:43 +01:00
Diego Zamboni dcbe20b52d Initial version of ox-awesomecv
Support for AwesomeCV (https://github.com/posquit0/Awesome-CV).

This is based on ox-altacv, with modifications for the macros and
structures supported by AwesomeCV. At the moment the following types
of sections are supported:

- CV_ENV "cventry" converts the section into a cventry environment.
- CV_ENV "cvskills" converts the section into a cvskills
  environment. It must contain a description list, which gets renders
  as the appropriate "cvskill" elements.
2019-12-02 10:55:34 +01:00
Óscar Nájera 395069b130 Revert "[ox-moderncv] Remove DEFAULT-PACKAGES from top matter"
This reverts commit 2100516ffc.
2019-02-02 20:08:27 +01:00
Óscar Nájera 0b433116d1 try time window
time window
2019-02-02 19:16:47 +01:00
Joseph LaFreniere 2100516ffc [ox-moderncv] Remove DEFAULT-PACKAGES from top matter 2019-02-02 18:04:03 +01:00
Joseph LaFreniere daf7295688 Default FROM as error and TO as "Present"
If no FROM property is provided for a given cventry, throw an error.  If no
TO property is provided, use the atom "Present".
2019-02-02 18:02:16 +01:00
Joseph LaFreniere 4e059491c0 [ox-moderncv] Remove the default cvcolor option
Not including a default value allows users to customize the output colors as
LaTeX header options.  The moderncv LaTeX package already defaults to black.
2019-02-02 18:02:16 +01:00
Óscar Nájera 3900071b8d Contact details can be empty strings, skip those 2019-02-02 18:02:08 +01:00
Óscar Nájera 19213346a8 Remove tabs 2019-02-02 18:02:01 +01:00
Óscar Nájera fbf6dd3a67 Remove tabs 2019-02-02 16:48:03 +01:00
Óscar Nájera c3b43b361e OX-HUGO: cventry now at org heading level
Previously a cventry was inside a div and forced a h3 heading. The content
would not me inside the div because on markdown it wouldn't be
rendered. For limitation it is better to drop the div, make the heading
respect the org level and the properties list is just in one UL tag
2019-02-02 16:04:30 +01:00
Óscar Nájera 9aa35dd3fc altacv entry divider skip on last-sibling 2018-05-30 15:13:47 +02:00
Óscar Nájera 849b7aa887 repo addresses official and mirror 2018-05-06 21:48:42 +02:00
Óscar Nájera 4888a9beb1 Use simplified CSS 2018-05-06 18:41:47 +02:00
Óscar Nájera 424c68904e write about the markdown exporter 2018-05-06 17:52:37 +02:00
Óscar Nájera c68e09537e Correct use of css 2018-05-02 02:24:44 +02:00
Óscar Nájera 199f89b853 use fixed template 2018-05-02 02:05:50 +02:00
Óscar Nájera 3f67833f17 update paths to compiled pdfs 2018-05-02 01:32:50 +02:00
Óscar Nájera 6bdc5dc497 move dir from relative path 2018-05-02 00:32:56 +02:00
Óscar Nájera 6abfbbe702 information of paths 2018-05-02 00:30:58 +02:00
Óscar Nájera d922879dcf Merge branch 'readme' into HEAD 2018-05-02 00:28:12 +02:00
Óscar Nájera 4030c01b14 make dir the static directory
be specific on file for copy
2018-05-02 00:23:57 +02:00
Óscar Nájera aa1e60f95b fix forgotten latexpath and give page url 2018-05-01 23:42:07 +02:00
Óscar Nájera 9997c83f7f prepare gitlab-ci for publishing pages 2018-05-01 23:33:17 +02:00
Óscar Nájera 9782b9c2ba styling the table the ox-hugo way 2018-05-01 23:02:29 +02:00
Óscar Nájera e8542bbed6 fontawesome for latex should be in the docker container 2018-05-01 22:32:19 +02:00
Óscar Nájera 97648224ef Get the table styling correctly 2018-05-01 22:32:05 +02:00
Óscar Nájera dbf1d5c611 Clean readme a bit more and use my git repo for template 2018-05-01 20:44:16 +02:00
Óscar Nájera fdfae8168f Install latex cv templates from last git version 2018-05-01 19:59:43 +02:00
Óscar Nájera ba25453f9e install my moderncv version 2018-05-01 18:51:00 +02:00
Óscar Nájera 597c77a2fd fix example email 2018-05-01 18:36:58 +02:00
Óscar Nájera 36cd273cbe use correct backend 2018-05-01 18:35:48 +02:00
Óscar Nájera 174c645594 fix syntax in install file 2018-05-01 18:29:34 +02:00
Óscar Nájera 8a146a251e organize installs 2018-05-01 18:22:50 +02:00
Óscar Nájera 8d077c14ea dependencies installed on a script 2018-05-01 18:14:16 +02:00
Óscar Nájera 50cc9534c6 experiment with altacv on root 2018-05-01 17:16:12 +02:00
Óscar Nájera 90332f6a5e go back to docker hub 2018-04-25 18:17:21 +02:00
Óscar Nájera 53e75219d1 try local docker ci 2018-04-25 15:19:53 +02:00
Óscar Nájera c039870d2d Large section heading & export 2018-04-25 15:10:34 +02:00
Óscar Nájera 0be84d0f7e configure logo 2018-04-25 14:46:55 +02:00
Óscar Nájera 7272aab354 more specific install 2018-04-25 13:49:13 +02:00
Óscar Nájera 7e4af5d18e Don't export address field if empty 2018-04-25 13:45:54 +02:00
Óscar Nájera 5d16e57e6b Add LICENSE 2018-04-25 11:44:14 +00:00
Óscar Nájera 7b0c4ca1aa install all 2018-04-19 13:22:47 +02:00
Óscar Nájera 5dbb5420ce also install git 2018-04-19 13:20:37 +02:00
Óscar Nájera 027cd07696 install wget in container 2018-04-19 13:19:05 +02:00
Óscar Nájera ec217f1f0e try to debug container 2018-04-19 03:15:16 +02:00