hopefully fixing italic problem
This commit is contained in:
parent
43f374baaa
commit
f36e672288
|
|
@ -84,11 +84,11 @@ services:
|
|||
container_name: portfolio-nuxt
|
||||
build: ./portfolio-nuxt
|
||||
# To rebuild the site and the server run this
|
||||
#command: bash -c "npm run build && node .output/server/index.mjs"
|
||||
command: bash -c "npm run build && node .output/server/index.mjs"
|
||||
# To just start the server run this
|
||||
#command: bash -c "node .output/server/index.mjs"
|
||||
# To start the server in dev mode
|
||||
command: bash -c "npm run dev -o"
|
||||
#command: bash -c "npm run dev -o"
|
||||
volumes:
|
||||
- portfolio-nuxt:/src/node_modules
|
||||
- ./portfolio-nuxt:/src
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ howpublished = {reflections_on_the_quarantine_seminars.pdf}
|
|||
|
||||
@misc{Winter20a,
|
||||
author = {},
|
||||
title = {Liner notes to the album <em>the yggdrasil-soli<em> by Ulrich Krieger},
|
||||
title = {Liner notes to the album <em>the yggdrasil-soli</em> by Ulrich Krieger},
|
||||
publisher = {Winds Measures Recordings},
|
||||
year = {2020},
|
||||
howpublished = {krieger_yggdrasil_soli_liner_notes.pdf}
|
||||
|
|
@ -77,7 +77,7 @@ howpublished = {reflections_on_the_quarantine_seminars.pdf}
|
|||
|
||||
@misc{Winter16a,
|
||||
author = {},
|
||||
title = {Liner notes to the album <em>Three Pieces for Two Pianos<em> by Larry Polansky},
|
||||
title = {Liner notes to the album <em>Three Pieces for Two Pianos</em> by Larry Polansky},
|
||||
publisher = {New World Records},
|
||||
year = {2016},
|
||||
howpublished = {polansky_piano_liner_notes.pdf}
|
||||
|
|
|
|||
Loading…
Reference in a new issue