KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
CV
★ 11
Open GitHub ↗
my CV using pagedown
Download README (.md)
Explore Similar Repositories
typographical-hugo
:
The Hugo port of the Typographical Jekyll theme
land-g7
:
Land for bedrock_server win.
MCSemaWindows
:
MCSema Build Windows download
arena-blog
:
A lightweight template for quickly building blogs using are.na
FTFramework
:
A collection of Python and Bash scripts to enable easy testing of Fortran compilers using BATS.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
CV
?
Download (.md)
# CV My CV template using pagedown. Inside the `Rmd`: ```{css, echo=FALSE} .pagedjs_page:not(:first-of-type) { background: white; } .pagedjs_page:not(:first-of-type) { --sidebar-width: 0rem; --sidebar-background-color: #ffffff; --main-width: calc(var(--content-width) - var(--sidebar-width)); --decorator-horizontal-margin: 0.2in; } ``` This trunk is to make only the first page has a side-bar and the rest of the page fill in the whole page. see https://community.rstudio.com/t/pagedown-html-resume-with-aside-on-first-page-only/46351