autocommit rendered pdfs
This commit is contained in:
parent
727a3f4e71
commit
f11552fa73
2 changed files with 6 additions and 11 deletions
|
@ -44,16 +44,11 @@
|
||||||
\rfoot{\sectionfont\tiny{printed: \isodate{\today} \currenttime \selectfont}}
|
\rfoot{\sectionfont\tiny{printed: \isodate{\today} \currenttime \selectfont}}
|
||||||
|
|
||||||
%\titleformat*{\subsection}{\sectionfont\fontsize{32}{20}\selectfont}
|
%\titleformat*{\subsection}{\sectionfont\fontsize{32}{20}\selectfont}
|
||||||
%\titleformat*{\subsubsection}{\sectionfont\fontsize{32}{12}\selectfont}
|
\titleformat*{\subsubsection}{\sectionfont\fontsize{32}{12}\selectfont}
|
||||||
|
|
||||||
\titleformat{\subsubsection}
|
|
||||||
{\sectionfont\Large\bfseries}
|
|
||||||
{\thesection}
|
|
||||||
{1em}
|
|
||||||
{\resizetitle}
|
|
||||||
|
|
||||||
\titleformat{\subsection}
|
\titleformat{\subsection}
|
||||||
{\sectionfont\Large\bfseries}
|
{\sectionfont\Large\bfseries}
|
||||||
{\thesection}
|
{\thesection}
|
||||||
{1em}
|
{1em}
|
||||||
{\resizetitle}
|
{\resizetitle}
|
||||||
|
|
||||||
|
|
|
@ -26,9 +26,9 @@ file=ARGV[0] # dokuwiki pagenme as argument
|
||||||
# - assuming the script is run in #{repo} and has origin ssh://git@repo.fo.am:foam/futurist-fieldguide.git
|
# - assuming the script is run in #{repo} and has origin ssh://git@repo.fo.am:foam/futurist-fieldguide.git
|
||||||
# - otherwise perhaps https://github.com/schacon/ruby-git
|
# - otherwise perhaps https://github.com/schacon/ruby-git
|
||||||
|
|
||||||
# `git add -A`
|
`git add -A`
|
||||||
# `git commit -m "#{msg}"`
|
`git commit -m "#{file}"`
|
||||||
# `git pull --commit`
|
`git pull --commit`
|
||||||
# `git push`
|
`git push`
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue