做下备忘, 然后定下时间点和分猪肉吧.
我们还剩下不到 15 天了, 包括周六日.
cc @eggjs/core @eggjs/contributor
@atian25 官网选择好模板了么?内容可以放少点,但是网站要先有。
文档翻译为 English
@mattma 帮忙?
模板不是找个设计师同学来设计? 群里面那天提了需求了.
@atian25 两手准备吧,找一个开源的手机架?
@fengmk2 文档翻译只是 egg project? or include all other projects in the org?
Nice looking website is needed.
For open source mobile toolkit, do you want to have a native application? or just a responsive web app to resize to fit on device based on a single code base?
@mattma
文档分几部分:
website 找了个设计同学正在搞, 另一手准备指先找个开源的模板做.
@atian25 That helps. I will start from web.md and should be fully finished by this weekend for egg. Then take as much as I can for the rest of the packages.
guide 是包含如何写框架和插件的么?先提个上来再改吧
嗯,我明天上大纲然后开写
API 我来搞下?
好
大家自己加一下 author https://eggjs.github.io/badgeboard/
域名已经弄好: eggjs.org, egg.press
nginx 配置
cat eggjs.org
server {
include /etc/nginx/ssl.eggjs.org.conf;
listen 443 ssl;
listen 80;
server_name eggjs.org *.eggjs.org egg.press *.egg.press;
access_log /var/log/nginx/eggjs.org.access.log combined;
location ~ /.well-known {
root /usr/share/nginx/html;
allow all;
}
location ~ /badgeboard {
proxy_pass https://eggjs.github.io;
}
location / {
#include /etc/nginx/proxy_params;
proxy_pass https://eggjs.github.io;
proxy_set_header Host eggjs.github.io;
proxy_redirect off;
}
}
文档大纲 #55
https://eggjs.org/badgeboard/ 我已经将大家加了,有错的自己修
Most helpful comment
https://eggjs.org/badgeboard/ 我已经将大家加了,有错的自己修