Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up #7

Merged
merged 14 commits into from
Oct 7, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
command: pandoc -f markdown -t plain -s -o dist/cv_fernando_luz_md.txt dist/cv_fernando_luz.md
- persist_to_workspace:
root: .
paths: dist
paths:
- dist
cv-deploy:
docker:
- image: node:8.10.0
Expand Down
10 changes: 1 addition & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,16 +1,8 @@
/.ninja_deps
/.ninja_log
/index.html
cv.html
cv.tex
_*
*.log
*.pdf
*.aux
*.nav
*.out
*.snm
*.toc
/markdown/cv.md
/markdown/cv.txt
/result
dist
24 changes: 0 additions & 24 deletions .travis.yml

This file was deleted.

2 changes: 0 additions & 2 deletions DevResume/.gitignore

This file was deleted.

2 changes: 1 addition & 1 deletion DevResume/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

## Introduction

This template provide another view for my cv, with more information about my projects and in a clean view.
This template provide DevResume view for my cv, in a clean schema.

## Generating this view

Expand Down
Loading