mirror of
https://github.com/luau-lang/luau.git
synced 2024-11-15 14:25:44 +08:00
Add Atom feed (#22)
This commit is contained in:
parent
0b6977554b
commit
0ab29a02e2
@ -1,3 +1,4 @@
|
||||
source "https://rubygems.org"
|
||||
gem "github-pages", group: :jekyll_plugins
|
||||
gem "jekyll-include-cache", group: :jekyll_plugins
|
||||
gem "jekyll-feed", group: :jekyll_plugins
|
||||
|
@ -7,10 +7,10 @@ description: >
|
||||
A fast, small, safe, gradually typed embeddable scripting language derived from Lua
|
||||
logo: /assets/images/luau-88.png
|
||||
|
||||
plugins: ["jekyll-include-cache"]
|
||||
plugins: ["jekyll-include-cache", "jekyll-feed"]
|
||||
include: ["_pages"]
|
||||
atom_feed:
|
||||
hide: true
|
||||
path: feed.xml
|
||||
|
||||
defaults:
|
||||
# _docs
|
||||
|
Loading…
Reference in New Issue
Block a user