mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-01-09 19:32:57 -05:00
huge refactoring of content and theme
- de-personalize the theme as much as possible, moving personal info into config.toml parameters - extract hard-coded content out layouts and into actual /content (especially home page and all of its assets) - include full text of posts in RSS feed (aka making the world a better place) - use abstract layout for both video pages (/leo and /birthday)
This commit is contained in:
@@ -20,4 +20,4 @@ WORKDIR /src
|
||||
EXPOSE 1313
|
||||
|
||||
ENTRYPOINT ["/usr/bin/hugo"]
|
||||
CMD ["server", "--bind", "0.0.0.0", "--port", "1313"]
|
||||
CMD ["server", "--bind", "0.0.0.0", "--port", "1313", "--verbose"]
|
||||
|
||||
Reference in New Issue
Block a user