Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
resume
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nimrod
resume
Commits
be94e1d1
An error occurred while fetching merge requests data.
Commit
be94e1d1
authored
9 years ago
by
nimrod
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
ssh://cgit/srv/git/resume
parents
49add96e
1c421d1f
No related branches found
No related tags found
Loading
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+5
-0
5 additions, 0 deletions
.gitignore
Makefile
+4
-7
4 additions, 7 deletions
Makefile
README.rst
+7
-0
7 additions, 0 deletions
README.rst
with
16 additions
and
7 deletions
.gitignore
+
5
−
0
View file @
be94e1d1
...
...
@@ -2,3 +2,8 @@ resume.html
resume.pdf
resume.docx
resume.odt
*.log
*.swp
*.swo
~*
*~
This diff is collapsed.
Click to expand it.
Makefile
+
4
−
7
View file @
be94e1d1
...
...
@@ -8,19 +8,16 @@ html: $(RESUME)
pandoc
-s
-t
html5
--email-obfuscation
=
none
-c
resume.css
$(
RESUME
)
-o
resume.html
pdf
:
$(RESUME)
pandoc
$(
RESUME
)
-c
$(
CSS
)
-V
papersize
=
$(
PAPERSIZE
)
-o
resume.pdf
pandoc
$(
RESUME
)
-V
papersize
=
$(
PAPERSIZE
)
-o
resume.pdf
docx
:
$(RESUME) html
pandoc
$(
RESUME
)
-c
$(
CSS
)
-V
papersize
=
$(
PAPERSIZE
)
-o
resume.docx
pandoc
$(
RESUME
)
-V
papersize
=
$(
PAPERSIZE
)
-o
resume.docx
odt
:
$(RESUME) html
pandoc
$(
RESUME
)
-c
$(
CSS
)
-V
papersize
=
$(
PAPERSIZE
)
-o
resume.odt
pandoc
$(
RESUME
)
-c
$(
CSS
)
-o
resume.odt
clean
:
rm
resume.html resume.pdf resume.docx resume.odt
publish
:
all
rsync
-az
--exclude
=
"
$(
RESUME
)
"
--exclude
=
"Makefile"
--exclude
=
"resume.css"
./ www.shore.co.il:/var/www/htdocs/www.shore.co.il/resume
push
:
git push
--all
gitweb
rsync
-az
--exclude
=
"Makefile"
--exclude
=
"resume.css"
./ www.shore.co.il:/var/www/htdocs/www.shore.co.il/resume
This diff is collapsed.
Click to expand it.
README.rst
0 → 100644
+
7
−
0
View file @
be94e1d1
Nimrod Adar's resume
====================
My resume (in ReStructuredText) and infrastructure for creating PDF, HTML, ODT
and Microsoft Word docx versions. Also upload to my web server.
To use install pandoc and rsync (for publishing).
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment