Skip to content
This repository was archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
chore: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-pogor committed Nov 30, 2020
1 parent 02f046e commit c120204
Show file tree
Hide file tree
Showing 7 changed files with 41 additions and 5,280 deletions.
6 changes: 5 additions & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN apt update && \
apt install -y sudo \
curl \
git-core \
gnupg \
gnupg2 \
linuxbrew-wrapper \
locales \
zsh \
Expand All @@ -17,6 +17,10 @@ RUN apt update && \
# set up locale
&& locale-gen en_US.UTF-8

# Install Node.js
RUN curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
RUN apt install nodejs

# Switch back to dialog for any ad-hoc use of apt-get
ENV DEBIAN_FRONTEND=dialog

Expand Down
2 changes: 1 addition & 1 deletion assets/js/theme.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/js/theme.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions exampleSite/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ baseURL = "https://example.com"
defaultContentLanguage = "en"
# theme
# 主题
theme = "LoveIt"
theme = "CodeIT"
# themes directory
# 主题目录
themesDir = "../.."

# website title
# 网站标题
title = "LoveIt"
title = "CodeIT"

# whether to use robots.txt
# 是否使用 robots.txt
Expand Down
Loading

0 comments on commit c120204

Please sign in to comment.