Skip to content

Commit

Permalink
update format
Browse files Browse the repository at this point in the history
  • Loading branch information
m-clark committed Sep 8, 2018
1 parent a7ab521 commit e0e8806
Show file tree
Hide file tree
Showing 45 changed files with 1,489 additions and 25,194 deletions.
14 changes: 14 additions & 0 deletions _bookdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,17 @@ language:
ui:
chapter_name: "Chapter "
output_dir: "docs"
delete_merged_file: true

rmd_files: [
'index.Rmd',
'intro.Rmd',
'string-theory.Rmd',
'part-of-speech-tagging.Rmd',
'topic-modeling.Rmd',
'word-embeddings.Rmd',
'summary.Rmd',
'shakespeare.Rmd',
'appendix.Rmd',
#'references.Rmd'
]
62 changes: 48 additions & 14 deletions _output.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,51 @@

bookdown::gitbook:
css: [css/standard_html.css, css/book]
font-import: http://fonts.googleapis.com/css?family=Roboto|Open+Sans|Stalemate|Alex+Brush
font-family: 'Roboto'
config:
toc:
before: |
<li class='before'><a href="https://m-clark.github.io/text-analysis-with-R/">Text Analysis in R</span></a></li>
after: |
<li class='after'><a href="https://m-clark.github.io/"><img src="img/mc.png" style="width:50%; padding:0px 0; display:block; margin: 0 auto;" alt="MC logo"></a></li>
<li class='after'><a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="width:50%; border-width:0; display:block; margin: 0 auto;" src="img/ccbysa_test.png" /></a></li>
edit:
link: https://github.com/m-clark/workshops/
bookdown::gitbook:
css: [css/book.css, 'https://use.fontawesome.com/releases/v5.0.13/css/all.css']
font-import: https://fonts.googleapis.com/css?family=Roboto|Open+Sans
font-family: 'Roboto'
number_sections: false
split_by: rmd
config:
df_print: kable
highlight: pygments
edit : null
download: null
search: yes
sharing:
facebook: no
twitter: no
google: no
weibo: no
instapper: no
vk: no
all: ['twitter', 'facebook', 'google', 'weibo', 'instapaper']
toc:
depth: 2
collapse: section
scroll_highlight: yes
before: |
<li class='before'><a href="./">Text Analysis in R</a></li>
after: |
<li class='after'">
<a href="https://m-clark.github.io/">
<img src="img/mc_logo.png" style="width:25%; padding:0px 0; display:block; margin: 0 auto;" alt="MC logo">
</a>
</li>
<li class='after'">
<div style='text-align:center'>
<a href="https://github.com/m-clark/">
<i class="fab fa-github fa-2x" aria-hidden="true"></i>
</a>
</div>
</li>
<li class='after'">
<div style='text-align:center'>
<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">
<i class="fab fa-creative-commons fa-lg"></i>
<i class="fab fa-creative-commons-by fa-lg"></i>
<i class="fab fa-creative-commons-sa fa-lg"></i>
</a>
</div>
</li>
# bookdown::pdf_book:
# includes:
Expand Down
File renamed without changes.
Loading

0 comments on commit e0e8806

Please sign in to comment.