在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:18F/jekyll-get开源软件地址:https://github.com/18F/jekyll-get开源编程语言:Ruby 100.0%开源软件介绍:InstallAdd this file to ConfigureThis plugin reads settings from the Examplejekyll_get:
data: team
json: 'https://18f.gsa.gov/hub/api/team/' Or jekyll_get:
- data: team
json: 'https://18f.gsa.gov/hub/api/team/'
- data: projects
json: 'https://18f.gsa.gov/hub/api/projects/' Use in a liquid template as if it were a local data file: {% for member in site.data.team %}
Hello {{member[1].first_name}}
{% endfor %} Optionally, set a cache attribute to save a local copy of the data in the jekyll_get:
- data: team
json: 'https://18f.gsa.gov/hub/api/team/'
cache: true
- data: projects
json: 'https://18f.gsa.gov/hub/api/projects/'
cache: true
- data: pif_team
json: 'https://18f.gsa.gov/hub/api/pif_team/'
cache: true
- data: pif_projects
json: 'https://18f.gsa.gov/hub/api/pif_projects/'
cache: true Public domainThis project is in the worldwide public domain. As stated in CONTRIBUTING:
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论