Changes to reveal install process
This commit is contained in:
+2
-2
@@ -17,7 +17,7 @@ body {
|
|||||||
background-image: linear-gradient(black, purple);} /* ntnsndr added */
|
background-image: linear-gradient(black, purple);} /* ntnsndr added */
|
||||||
|
|
||||||
.reveal {
|
.reveal {
|
||||||
font-family: "Dinreg", "CMU Bright", "Source Sans Pro", Helvetica, sans-serif; /* ntnsndr adjusted */
|
font-family: "Dinreg", "D-DIN", "CMU Bright", Helvetica, sans-serif; /* ntnsndr adjusted */
|
||||||
font-size: 38px;
|
font-size: 38px;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
color: #fff; }
|
color: #fff; }
|
||||||
@@ -48,7 +48,7 @@ body {
|
|||||||
background-color: rgba(0,0,0,0.8); /* ntnsndr addition */
|
background-color: rgba(0,0,0,0.8); /* ntnsndr addition */
|
||||||
margin: 0 0 20px 0;
|
margin: 0 0 20px 0;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-family: "Dinreg", "CMU Bright", "Source Sans Pro", Helvetica, sans-serif; /* ntnsndr adjusted */
|
font-family: "Dinreg", "D-DIN", "CMU Bright", Helvetica, sans-serif; /* ntnsndr adjusted */
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
|
|||||||
@@ -25,13 +25,14 @@ sudo apt -y install texlive
|
|||||||
sudo apt -y install lmodern
|
sudo apt -y install lmodern
|
||||||
|
|
||||||
# revealjs
|
# revealjs
|
||||||
sudo apt -y install npm
|
|
||||||
cd ~/.revealjs
|
cd ~/.revealjs
|
||||||
git clone https://github.com/hakimel/reveal.js.git
|
git clone https://github.com/hakimel/reveal.js.git
|
||||||
cd reveal.js
|
cd reveal.js
|
||||||
npm install
|
|
||||||
cp ~/.revealjs/ntn.css ~/.revealjs/reveal.js/css/theme/
|
cp ~/.revealjs/ntn.css ~/.revealjs/reveal.js/css/theme/
|
||||||
cd ~
|
cd ~
|
||||||
|
echo "Check correct versions between reveal and pandoc: https://github.com/jgm/pandoc/wiki/Using-pandoc-to-produce-reveal.js-slides"
|
||||||
|
read response
|
||||||
|
|
||||||
|
|
||||||
# fonts
|
# fonts
|
||||||
mkdir .fonts/
|
mkdir .fonts/
|
||||||
|
|||||||
Reference in New Issue
Block a user