Merge pull request 'matrix' (#48) from matrix into main

Reviewed-on: #48
pull/53/head
KitaitiMakoto 3 年前
当前提交 c70fcefd4f

@ -5,3 +5,4 @@ gem 'middleman-autoprefixer', '~> 2.7'
gem 'tzinfo-data', platforms: [:mswin, :mingw, :jruby]
gem 'wdm', '~> 0.1', platforms: [:mswin, :mingw]
gem 'rake'
gem 'webrick'

@ -97,6 +97,7 @@ GEM
thread_safe (~> 0.1)
uglifier (3.2.0)
execjs (>= 0.3.0, < 3)
webrick (1.7.0)
PLATFORMS
ruby
@ -107,6 +108,7 @@ DEPENDENCIES
rake
tzinfo-data
wdm (~> 0.1)
webrick
BUNDLED WITH
2.1.4
2.2.4

@ -17,8 +17,12 @@ It is using middleman.
- `netlify` command v2
- Environment variable `NETLIFY_AUTH_TOKEN`
### Ruby
- Execute `bundle install --path=vendor/bundle` at first
## Usefull commands
- `middleman` for live preview during development
- `bundle exec middleman` for live preview during development
- `bundle exec rake build_site` when deploying
- `bundle exec rake deploy_trans` when deploying https://translate.joinplu.me/

@ -10,7 +10,7 @@
<a href="https://github.com/Plume-org/Plume">Source code</a>
</li>
<li>
<a href="https://riot.im/app/#/room/#plume:disroot.org">Chat room</a>
<a href="https://matrix.to/#/#plume-blog:matrix.org">Chat room</a>
</li>
<li>
<a href="https://fediverse.blog/~/PlumeDev">Updates</a>

正在加载...
取消
保存